aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Check validity of configuration dataJoseph Hunkeler2012-08-211-0/+11
|
* BUGFIX: filename set before argument count determinedJoseph Hunkeler2012-08-211-3/+3
|
* Full autotools removed. Using autogen.shJoseph Hunkeler2012-05-251-528/+0
|
* References to libgen.h removedJoseph Hunkeler2012-05-252-2/+0
|
* Completely removed -lpcre in LDFLAGSJoseph Hunkeler2012-05-251-1/+1
|
* Added home-rolled __basename to replace dependency on libgen XPGJoseph Hunkeler2012-05-251-0/+6
|
* * Fixed bug: If the line index and the record index equaled zero, the index ↵Joseph Hunkeler2012-05-251-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 Hunkeler2012-05-251-1/+1
|
* Removed pcreJoseph Hunkeler2012-05-251-20/+0
|
* Added touch function.Joseph Hunkeler2012-05-251-1/+22
|
* Added touch functionJoseph Hunkeler2012-05-251-2/+0
|
* Removed _GNU_SOURCE define. Makefile takes care of this.Joseph Hunkeler2012-05-251-2/+0
|
* NEW and MOD are not functional, so therefore disabledJoseph Hunkeler2012-05-251-4/+11
|
* Initial work on creating lists (properly), but it does not function yet.Joseph Hunkeler2012-05-251-2/+124
|
* Added mklist.cJoseph Hunkeler2012-05-251-3/+5
|
* Added mklist.cJoseph Hunkeler2012-05-251-2/+3
|
* Changed defines: HAVE_SOLARIS to HAVE_COMPATJoseph Hunkeler2012-05-251-6/+3
|
* Moved limits.h precedenceJoseph Hunkeler2012-05-251-1/+1
|
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2012-05-252-5/+11
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* PlaceholderJoseph Hunkeler2012-05-251-0/+21
|
* Remove strcasestr() and strchrnul() checks from configure, using ↵Alan Brault2012-05-254-13/+13
| | | | | | | | | | | | | libdusercompat.a instead Fix Makefile.am bad entry Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink()
* Initial commitJoseph Hunkeler2012-05-257-0/+1676
Partial autotools conversion to help out Joe More autotools migration More autotools migration Add platform detection for Linux vs Solaris Move CFG_PATH out of duser.h and put into configure via --with-config-path Forgot to define ifdef for HAVE_CONFIG_H sigh Add configure checks for strchrnul() and strcasestr() and config.h entries Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries Forgot compat.c for Solaris platforms sigh Fix spelling mistake: comat.c -> compat.c Fixed typo Make strcasestr() and strchrnul() into separate compat files Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)