Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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. | ||||
* | Added touch function | Joseph Hunkeler | 2011-09-29 | 1 | -2/+0 |
| | |||||
* | Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0 | Joseph Hunkeler | 2011-09-16 | 1 | -6/+3 |
| | |||||
* | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 1 | -9/+12 |
| | | | | | Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() | ||||
* | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 1 | -2/+2 |
| | | | | | | 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 | 1 | -6/+2 |
| | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries | ||||
* | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 1 | -0/+577 |