Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely removed -lpcre in LDFLAGS | Joseph Hunkeler | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Added home-rolled __basename to replace dependency on libgen XPG | Joseph Hunkeler | 2012-03-29 | 1 | -0/+6 |
| | |||||
* | * Fixed bug: If the line index and the record index equaled zero, the index ↵ | Joseph Hunkeler | 2012-03-29 | 1 | -23/+21 |
| | | | | | | would not increment. It no longer t runcates files with 'del' or 'delA' if the user was on the first line of the file. | ||||
* | Removed pcre dep. Wasn't going to work out anyway. | Joseph Hunkeler | 2011-09-30 | 2 | -21/+1 |
| | |||||
* | Added touch function. | Joseph Hunkeler | 2011-09-29 | 1 | -1/+22 |
| | |||||
* | Added touch function | Joseph Hunkeler | 2011-09-29 | 1 | -2/+0 |
| | |||||
* | Removed _GNU_SOURCE define. Makefile takes care of this. | Joseph Hunkeler | 2011-09-29 | 1 | -2/+0 |
| | |||||
* | NEW and MOD are not functional, so therefore disabled | Joseph Hunkeler | 2011-09-29 | 1 | -4/+11 |
| | |||||
* | Initial work on creating lists (properly), but it does not function yet. | Joseph Hunkeler | 2011-09-29 | 1 | -2/+124 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2011-09-29 | 1 | -3/+5 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2011-09-29 | 1 | -2/+3 |
| | |||||
* | Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0 | Joseph Hunkeler | 2011-09-16 | 1 | -6/+3 |
| | |||||
* | Moved limits.h precedence | Joseph Hunkeler | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 2 | -5/+11 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Placeholder | Joseph Hunkeler | 2011-09-16 | 1 | -0/+21 |
| | |||||
* | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 2 | -10/+13 |
| | | | | | 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 | 1 | -1/+0 |
| | | | | and separate the headers. | ||||
* | Fix Makefile.am bad entry | Alan Brault | 2011-05-02 | 1 | -2/+0 |
| | |||||
* | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 4 | -88/+82 |
| | | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) | ||||
* | Fix spelling mistake: comat.c -> compat.c | Alan Brault | 2011-05-02 | 2 | -4/+4 |
| | |||||
* | Forgot compat.c for Solaris platforms sigh | Alan Brault | 2011-05-02 | 2 | -4/+7 |
| | |||||
* | Add configure checks for strchrnul() and strcasestr() and config.h entries | Alan Brault | 2011-05-02 | 2 | -8/+4 |
| | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries | ||||
* | Move CFG_PATH out of duser.h and put into configure via --with-config-path | Alan Brault | 2011-05-02 | 1 | -0/+1 |
| | |||||
* | Add platform detection for Linux vs Solaris | Alan Brault | 2011-05-02 | 2 | -83/+23 |
| | |||||
* | More autotools migration | Alan Brault | 2011-05-02 | 2 | -0/+540 |
| | |||||
* | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 6 | -0/+1202 |