summaryrefslogtreecommitdiff
path: root/utils/container.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-7/+27
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-29/+154
| | | | svn path=/trunk/netsurf/; revision=9729
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-011-2/+2
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* 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
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-73/+73
| | | | svn path=/trunk/netsurf/; revision=3073
* Add verbose flag to theme creation tool - silent unless used.Rob Kendrick2006-10-271-9/+22
| | | | svn path=/trunk/netsurf/; revision=3019
* Make containers use mmap() where availableRob Kendrick2006-10-261-6/+15
| | | | svn path=/trunk/netsurf/; revision=3018
* Import initial work on theme container handling code and simple command-line ↵Rob Kendrick2006-10-261-0/+548
tool to create and dismantal them. Still a little grungy, and doesn't check in enough places for memory exhaustion. svn path=/trunk/netsurf/; revision=3017