aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Completely removed -lpcre in LDFLAGSJoseph Hunkeler2012-03-291-1/+1
* Added home-rolled __basename to replace dependency on libgen XPGJoseph Hunkeler2012-03-291-0/+6
* * Fixed bug: If the line index and the record index equaled zero, the index w...Joseph Hunkeler2012-03-291-23/+21
* Removed pcre dep. Wasn't going to work out anyway.Joseph Hunkeler2011-09-302-21/+1
* Added touch function.Joseph Hunkeler2011-09-291-1/+22
* Added touch functionJoseph Hunkeler2011-09-291-2/+0
* Removed _GNU_SOURCE define. Makefile takes care of this.Joseph Hunkeler2011-09-291-2/+0
* NEW and MOD are not functional, so therefore disabledJoseph Hunkeler2011-09-291-4/+11
* Initial work on creating lists (properly), but it does not function yet.Joseph Hunkeler2011-09-291-2/+124
* Added mklist.cJoseph Hunkeler2011-09-291-3/+5
* Added mklist.cJoseph Hunkeler2011-09-291-2/+3
* Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0Joseph Hunkeler2011-09-161-6/+3
* Moved limits.h precedenceJoseph Hunkeler2011-09-161-1/+1
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-162-5/+11
* PlaceholderJoseph Hunkeler2011-09-161-0/+21
* Remove config.h from strchrnul.c; not neededAlan Brault2011-05-032-10/+13
* Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibcAlan Brault2011-05-031-1/+0
* Fix Makefile.am bad entryAlan Brault2011-05-021-2/+0
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-024-88/+82
* Fix spelling mistake: comat.c -> compat.cAlan Brault2011-05-022-4/+4
* Forgot compat.c for Solaris platforms sighAlan Brault2011-05-022-4/+7
* Add configure checks for strchrnul() and strcasestr() and config.h entriesAlan Brault2011-05-022-8/+4
* Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-021-0/+1
* Add platform detection for Linux vs SolarisAlan Brault2011-05-022-83/+23
* More autotools migrationAlan Brault2011-05-022-0/+540
* Partial autotools conversion to help out JoeAlan Brault2011-05-026-0/+1202