about summary refs log tree commit diff
path: root/externals (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-11-09 * Pass CFLAGS to the subpackages.Eelco Dolstra1-3/+9
2003-10-31 * Typo fix.Eelco Dolstra1-1/+1
2003-10-29 * Add sdf2-bundle to externals.Eelco Dolstra1-2/+29
2003-10-16 * Upgraded to Berkeley DB 4.1.25 and do not synchronously flush theEelco Dolstra1-6/+6
log on commit. This means that there is a small change that some transactions may be rolled back in case of a system crash, but this should not be a problem (it merely might cause some expression realisations to be rolled back), and it vastly improves performance. * Upgraded to ATerm 2.0.5 (which also includes Armijn's 64-bit patches).
2003-08-18 * Revision 300!Eelco Dolstra1-8/+8
* Put `@' in front of echo's in the Makefile.
2003-08-18 * No longer automatically download Berkeley DB / ATerm.Eelco Dolstra1-4/+10
2003-07-28 * Check for the pthread library (db4 needs it on some platforms).Eelco Dolstra1-1/+2
2003-07-24 * Prevent spurious rebuilds of db/aterm.Eelco Dolstra1-2/+10
2003-07-23 * Incorporated Berkeley DB and ATerm into the source tree.Eelco Dolstra1-0/+43
* `make dist'.