2009-01-12Generate razor.pc in line with details determined during config
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 12 Jan 2009 16:37:55 +0000] rev 344
Generate razor.pc in line with details determined during config

2009-01-09Include test.xml in the distribution since it is needed for make check.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 18:59:38 +0000] rev 343
Include test.xml in the distribution since it is needed for make check.

2009-01-09Add some error checking and reporting for writing upstream data
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 09 Jan 2009 17:34:15 +0000] rev 342
Add some error checking and reporting for writing upstream data
after import from yum.

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).