guix/src
Eelco Dolstra 7959354379 * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that
it automatically removes log files when they are no longer needed.

  *** IMPORTANT ***

  If you have an existing Nix installation, you must checkpoint the
  Nix database to prevent recent transactions from being undone.  Do
  the following:

  - optional: make a backup of $prefix/var/nix/db.

  - run `db_checkpoint' from Berkeley DB 4.1:
  
    $ db_checkpoint -h $prefix/var/nix/db -1

  - optional (?): run `db_recover' from Berkeley DB 4.1:

    $ db_recover -h $prefix/var/nix/db

  - remove $prefix/var/nix/db/log* and $prefix/var/nix/db/__db*
2004-01-07 15:53:14 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
libexpr * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
libmain * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
libstore * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that 2004-01-07 15:53:14 +00:00
libutil * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
nix-env * Implemented Eelco V.'s `nix-env -I' command to specify the default 2004-01-05 16:26:43 +00:00
nix-hash * Add missing files to `make dist'. 2003-12-02 12:37:37 +00:00
nix-instantiate * Add missing files to `make dist'. 2003-12-02 12:37:37 +00:00
nix-store * RPM spec file. 2003-12-30 20:09:00 +00:00
Makefile.am * nix-env: a tool to manage user environments. 2003-11-19 17:27:16 +00:00