2009-05-14Fix documentation typo
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 14 May 2009 05:50:37 +0100] rev 365
Fix documentation typo

2009-05-09Add support for topological sorting (needed to order transactions)
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 09 May 2009 21:30:22 +0100] rev 364
Add support for topological sorting (needed to order transactions)

2009-05-01Add very basic support for removing packages
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 01 May 2009 16:48:47 +0100] rev 363
Add very basic support for removing packages

2009-05-01Set RPM_INSTALL_PREFIX{n} environment variables for use in scripts
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 01 May 2009 16:43:37 +0100] rev 362
Set RPM_INSTALL_PREFIX{n} environment variables for use in scripts

2009-04-29Add support for preloading lua modules. This is useful both when
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 29 Apr 2009 17:00:01 +0100] rev 361
Add support for preloading lua modules. This is useful both when
providing lua bindings to applications based on librazor and when
producing static binaries using librazor (where otherwise the lua
POSIX library would need to be included as an additional dynamic
object).

2009-04-22Ensure ssize_t is declared before we use it
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 22 Apr 2009 16:27:11 +0100] rev 360
Ensure ssize_t is declared before we use it

2009-04-22Add support for named roots so that we can understand MS-Windows paths
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 22 Apr 2009 15:09:17 +0100] rev 359
Add support for named roots so that we can understand MS-Windows paths
such as c:/windows. Without this, the user always has to ensure they
are on the correct drive before running razor.

2009-04-17Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Apr 2009 23:08:11 +0100] rev 358
Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).

2009-04-17Add hashtable test to expose confusion as to whether 0 is a valid value or not
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Apr 2009 21:09:55 +0100] rev 357
Add hashtable test to expose confusion as to whether 0 is a valid value or not

2009-03-12Avoid use of legacy rpm library types
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 12 Mar 2009 20:52:12 +0000] rev 356
Avoid use of legacy rpm library types