summaryrefslogtreecommitdiff
path: root/frontends/amiga/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Move memory functions from misc.c to memory.cChris Young2016-11-191-52/+0
|
* Fix TODO (writing past end of buffer)Chris Young2016-07-241-9/+10
|
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-4/+6
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* Attempt to help gcc out a littleChris Young2016-07-031-1/+1
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+506