aboutsummaryrefslogtreecommitdiff
path: root/src/user.c
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed bug: If the line index and the record index equaled zero, the index ↵Joseph Hunkeler2012-03-291-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 functionJoseph Hunkeler2011-09-291-2/+0
|
* Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0Joseph Hunkeler2011-09-161-6/+3
|
* Remove config.h from strchrnul.c; not neededAlan Brault2011-05-031-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 filesAlan Brault2011-05-021-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 entriesAlan Brault2011-05-021-6/+2
| | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* Partial autotools conversion to help out JoeAlan Brault2011-05-021-0/+577