summaryrefslogtreecommitdiff
path: root/atari/file.c
Commit message (Collapse)AuthorAgeFilesLines
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-3/+3
|
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-131-0/+293
Since build #1917, URL to path conversion was broken. Thanks to Peter for reporting the bug. Most of the path handling code was taken from the windows frontend. Note: - NetSurf core switched to an file handling table with default posix compatible functions. - The atari frontend always uses GEMDOS compatible path like: "u:\folder\1", even when running on top of FreeMiNT environment.