Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-02 | Added code to figure out and install the configuration file. | Robert James Kaes | 1 | -18/+17 | |
2002-04-29 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-26 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-25 | Fixed up the test for the c_r library. Also, added the -D_REENTRANT | Robert James Kaes | 1 | -19/+9 | |
define _always_. | |||||
2002-04-18 | Bumped the version number to 1.5.0rc4 | Robert James Kaes | 1 | -2/+2 | |
2002-04-18 | Bumped up the version number to 1.5.0rc3 | Robert James Kaes | 1 | -2/+2 | |
2002-04-17 | Added a test for pthread_cancel() since it's not available on all | Robert James Kaes | 1 | -5/+5 | |
platforms. | |||||
2002-04-16 | Bumped up version number | Robert James Kaes | 1 | -2/+2 | |
2002-04-13 | Bumped up version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-11 | Bumped up the pre-version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-11 | Replaced calls to AC_LIBOBJ to an ADDITIONAL_OBJECTS variable (since it's | Robert James Kaes | 1 | -7/+17 | |
not being used with src/Makefile.am). Also, rewrote the REGEX test to better confirm to the autoconf standard. | |||||
2002-04-10 | Bumped up the pre-version release number and removed the AC_FUNC_MEMCMP | Robert James Kaes | 1 | -3/+2 | |
macro. | |||||
2002-04-10 | Removed the test for lstat() since it wants to add a lstat.o dependancy. | Robert James Kaes | 1 | -2/+1 | |
I really need to got through the configure.ac file and figure out what _really_ needs to be tested for. | |||||
2002-04-09 | Fixed up the problem with the "-lc_r" inclusion code. | Robert James Kaes | 1 | -10/+7 | |
_Really_ fixed up the problem with compiling under OpenBSD. Bumped up the version number. | |||||
2002-04-09 | Bumped up the version number. | Robert James Kaes | 1 | -2/+2 | |
2002-04-09 | Small changes to conform to the new Autoconf standards. Also, added a | Robert James Kaes | 1 | -5/+12 | |
test for the OpenBSD system which prevents the inclusion of the malloc.h header (the functions are actually defined in stdlib.h) I might even remove the malloc.h header altogether since the malloc/free functions _should_ be in stdlib.h | |||||
2002-04-09 | Changed the version number to reflect the 1.5.0 pre-releases | Robert James Kaes | 1 | -2/+2 | |
2002-04-07 | Changed the version number down to 1.4.4pre1 (from the more ambitious | Robert James Kaes | 1 | -2/+2 | |
1.5.0pre1) | |||||
2002-04-02 | Patch from James Flemer which: | Robert James Kaes | 1 | -9/+17 | |
* allows the --disable-* options to work * prevents -lc_r from being included on FreeBSD machines | |||||
2001-12-28 | Removed an unused header. | Robert James Kaes | 1 | -2/+2 | |
2001-12-17 | Removed the version test for the bison. | Robert James Kaes | 1 | -10/+1 | |
2001-12-17 | Bumped the version number. | Robert James Kaes | 1 | -3/+3 | |
2001-12-15 | Addtional function checks. | Robert James Kaes | 1 | -3/+2 | |
2001-11-26 | Fixed a problem with the quoting. | Robert James Kaes | 1 | -4/+4 | |
2001-11-25 | Updated the configure.in file to be compliant with the new macros (and | Robert James Kaes | 1 | -0/+360 | |
coding standard) of autoconf2.5x |