summaryrefslogtreecommitdiff
path: root/utils/filename.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* FreeBSD portability fixes.Rob Kendrick2007-06-151-1/+1
| | | | | | | | | | | * Remove usage of d_ino from utils/filename.c (it was checking for the inode being 0, and I cannot spot anywhere in UnixLib where it would explicitly do this anyway) * Add -D_XOPEN_SOURCE=600 to gcc command line, and replace old -D_POSIX_C_SOURCE to include =200112L (as that's the standard we use). svn path=/trunk/netsurf/; revision=3347
* Check return value of stat() in filename.c and report oddness using LOGRob Kendrick2007-06-101-2/+10
| | | | svn path=/trunk/netsurf/; revision=3318
* Stop filename.c using d_type member in dirent struct, as this is completely ↵Rob Kendrick2007-06-101-6/+15
| | | | | | and utterly unportable. Not even Linux has it anymore. svn path=/trunk/netsurf/; revision=3317
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-4/+4
| | | | | | | | | | | | | | 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
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=3154
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix bad pointer incrementJohn Mark Bell2006-10-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=2999
* Experimental new frames code.Richard Wilson2006-09-021-0/+24
| | | | svn path=/trunk/netsurf/; revision=2906
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-201-15/+23
| | | | | | | | Constify return of filename_request Make bitmap save code check for filename_request failure Update ro_gui_view_source to take account of constification svn path=/trunk/netsurf/; revision=2639
* Lose spurious RISC OS-specific include (fixes GTK build)John Mark Bell2006-04-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=2542
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-211-0/+417
svn path=/trunk/netsurf/; revision=2541