2009-01-09Close files before deleting them for compatibility with MS-Windows
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 16:35:09 +0000] rev 341
Close files before deleting them for compatibility with MS-Windows

2009-01-09Use CSIDL on MS-Windows platforms instead of FHS paths.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 15:28:50 +0000] rev 340
Use CSIDL on MS-Windows platforms instead of FHS paths.

2009-01-09Avoid use of non-standard %m printf conversion code.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 12:32:57 +0000] rev 339
Avoid use of non-standard %m printf conversion code.
Also switch to the more conventional ": <error>"
format allowing us to use perror() in more places.

2009-01-08Provide a program_name global variable as required by gnulib to
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:50:04 +0000] rev 338
Provide a program_name global variable as required by gnulib to
avoid the need for all programs that use librazor to do so.

2009-01-08Replace call to random() with the more portable rand() since we
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:36:50 +0000] rev 337
Replace call to random() with the more portable rand() since we
don't have any need for a "good" random number generator.

2009-01-08Use fsync from gnulib for portability
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:29:31 +0000] rev 336
Use fsync from gnulib for portability

2009-01-08Link to winsock2 under mingw (needed for ntohl).
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 17:12:28 +0000] rev 335
Link to winsock2 under mingw (needed for ntohl).

2009-01-08Add an early include of config.h as required by gnulib
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 16:54:05 +0000] rev 334
Add an early include of config.h as required by gnulib

2009-01-08Remove another unnecessary include of sys/mman.h
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:44:43 +0000] rev 333
Remove another unnecessary include of sys/mman.h

2009-01-08Use gnulib with the razor binary for portability (for fnmatch in particular).
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 15:36:35 +0000] rev 332
Use gnulib with the razor binary for portability (for fnmatch in particular).