summaryrefslogtreecommitdiff
path: root/utils/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Make log times line up for neatnessDaniel Silverstone2012-07-071-1/+1
|
* Move timeval_subtract to utils/log.c & make it static, as it's not used ↵John Mark Bell2011-10-151-1/+29
| | | | | | anywhere else svn path=/trunk/netsurf/; revision=13059
* Fix build with NDEBUG definedJohn Mark Bell2011-04-031-4/+9
| | | | svn path=/trunk/netsurf/; revision=12154
* move logging initialisationVincent Sanders2011-04-021-0/+29
| | | | svn path=/trunk/netsurf/; revision=12152
* Log to stderrJohn Mark Bell2011-03-121-0/+15
| | | | svn path=/trunk/netsurf/; revision=11983
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-1/+1
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Fix windows url barVincent Sanders2010-10-171-0/+47
Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891