summaryrefslogtreecommitdiff
path: root/atari/osspec.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+3
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-8/+5
|
* Fixed some unused variable warnings.Ole Loots2014-09-151-1/+1
|
* Remove unused variable.Michael Drake2014-05-201-1/+0
|
* Fix line endings.Michael Drake2014-05-201-114/+114
|
* Handle the fact that / is NOT the root of the filesystem on MiNT.Ole Loots2013-10-261-75/+28
| | | | | | (/ means current drive!) This may break under Classic TOS versions, because it may rely on the U: drive. However, that can be fixed later on.
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-1/+0
| | | | | - Serch window - Pop Menus in the settings dialog
* Start to remove windom, wip.Ole Loots2012-11-181-33/+2
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* remove bogus posix define and workround missing PATH_MAX directlyVincent Sanders2012-08-211-1/+21
|
* set posix define to make PATH_MAX availableVincent Sanders2012-08-211-0/+2
|
* Use safe string functions. Ole Loots2012-05-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=13923
* Fixed warning.Ole Loots2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13380
* Fix focus elementOle Loots2011-12-061-8/+8
| | | | svn path=/trunk/netsurf/; revision=13251
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-44/+0
| | | | svn path=/trunk/netsurf/; revision=12550
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-3/+2
| | | | svn path=/trunk/netsurf/; revision=12359
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-231-24/+85
| | | | svn path=/trunk/netsurf/; revision=12236
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-101-14/+9
| | | | svn path=/trunk/netsurf/; revision=12181
* Implemented OS detection routines provided by GSOle Loots2011-03-011-4/+56
| | | | svn path=/trunk/netsurf/; revision=11873
* Removed unused codeOle Loots2011-02-011-14/+76
| | | | svn path=/trunk/netsurf/; revision=11586
* Cleanup of TOS compatibility fixes.Ole Loots2011-01-301-0/+66
svn path=/trunk/netsurf/; revision=11550