summaryrefslogtreecommitdiff
path: root/riscos/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-44/+0
|
* Clean up signal handling -- all the signals we handle are fatal, so exit ↵John Mark Bell2011-10-121-13/+0
| | | | | | | | immediately. Stop assertion failures generating duplicate error dialogues. svn path=/trunk/netsurf/; revision=13038
* - Compiler warning squashJohn Tytgat2008-07-261-1/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-12-11 21:55:25 by bursa]James Bursa2005-12-111-0/+46
Show an error box when assert() fails instead of exiting suddenly. svn path=/import/netsurf/; revision=1897