J. Ali Harlow <ali@juiblex.co.uk> [Wed, 14 Jan 2009 11:47:55 +0000] rev 348
Fix bug causing merger to place file names in the main string pool
rather than the files string pool.
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 13 Jan 2009 17:04:51 +0000] rev 347
Don't try and stat the installation root if it's the empty string.
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 12 Jan 2009 18:53:02 +0000] rev 346
Cope with the non-atomic behaviour of rename on MS-Windows
and add some error checking to razor_set_commit.
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 12 Jan 2009 17:54:13 +0000] rev 345
Treat razor data files as binary consistently
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
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.
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.
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
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.
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.