Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version increment 1.1 | Joseph Hunkeler | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Added prototype for __basename | Joseph Hunkeler | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | Added prototypes | Joseph Hunkeler | 2011-09-29 | 1 | -0/+6 |
| | |||||
* | PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵ | Joseph Hunkeler | 2011-09-16 | 1 | -3/+8 |
| | | | | compile time, it will no longer fail to build. | ||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 1 | -3/+0 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 3 | -5/+6 |
| | | | | | Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() | ||||
* | Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc | Alan Brault | 2011-05-03 | 3 | -2/+8 |
| | | | | and separate the headers. | ||||
* | Remove strcasestr() and strchrnul() checks from configure, using ↵ | Alan Brault | 2011-05-02 | 1 | -6/+0 |
| | | | | libdusercompat.a instead | ||||
* | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 3 | -43/+11 |
| | | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) | ||||
* | Add configure checks for strchrnul() and strcasestr() and config.h entries | Alan Brault | 2011-05-02 | 2 | -3/+107 |
| | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries | ||||
* | Forgot to define ifdef for HAVE_CONFIG_H sigh | Alan Brault | 2011-05-02 | 1 | -0/+4 |
| | |||||
* | Move CFG_PATH out of duser.h and put into configure via --with-config-path | Alan Brault | 2011-05-02 | 1 | -1/+0 |
| | |||||
* | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 4 | -0/+153 |