2014-09-30razor_atomic_create_dir() shouldn't set mode of existing directories
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 30 Sep 2014 18:12:55 +0100] rev 450
razor_atomic_create_dir() shouldn't set mode of existing directories

2014-09-30Setting toplevel from a non-existant path fails
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 30 Sep 2014 16:19:55 +0100] rev 449
Setting toplevel from a non-existant path fails

2014-09-11Remove prototype for long-removed razor_set_get_package
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 11 Sep 2014 18:54:16 +0100] rev 448
Remove prototype for long-removed razor_set_get_package

2014-09-09Add error domains and codes
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 09 Sep 2014 15:27:12 +0100] rev 447
Add error domains and codes

2014-09-09Add razor_transaction_unsatisfied()
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 09 Sep 2014 15:04:24 +0100] rev 446
Add razor_transaction_unsatisfied()

2014-09-08Add control over database location
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 08 Sep 2014 10:26:39 +0100] rev 445
Add control over database location

2014-09-01testsuite portability fixes
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 01 Sep 2014 12:19:32 +0100] rev 444
testsuite portability fixes

2014-08-23Update libtool versioning in preparation for release
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 23 Aug 2014 17:24:34 +0100] rev 443
Update libtool versioning in preparation for release

2014-08-23Fix compiler warnings
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 23 Aug 2014 16:28:31 +0100] rev 442
Fix compiler warnings

2014-08-23Drop drive letter from path to razor root when RAZOR_ROOT set.
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 23 Aug 2014 16:07:09 +0100] rev 441
Drop drive letter from path to razor root when RAZOR_ROOT set.

If the RAZOR_ROOT environment variable was set to eg., /root then on
Microsoft Windows we were trying to use paths such as /rootC:/Programs
which is obviously wrong. Instead we should drop the drive letter
giving paths of the form /root/Programs. Note that the drive letter is
_not_ migrated to C:/root/Programs: If a root of C:/root was desired
then RAZOR_ROOT would have been set to C:/root.