aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of jetjet:linux/duserHEADv1.1masterJoseph Hunkeler2012-03-291-1/+1
|\
| * Completely removed -lpcre in LDFLAGSJoseph Hunkeler2012-03-291-1/+1
| |
* | Version increment 1.1Joseph Hunkeler2012-03-291-1/+1
|/
* Added prototype for __basenameJoseph Hunkeler2012-03-291-0/+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 ↵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.
* Merge branch 'master' of github.com:jhunkeler/duserJoseph Hunkeler2011-11-081-1/+1
|\
| * Removed pcre dep. Wasn't going to work out anyway.Joseph Hunkeler2011-09-302-21/+1
| |
* | Removed pcreJoseph Hunkeler2011-11-081-20/+0
|/
* 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
|
* Added prototypesJoseph Hunkeler2011-09-291-0/+6
|
* 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
|
* Appended .conf to duser config fileJoseph Hunkeler2011-09-292-2/+2
|
* 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
|
* PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵Joseph Hunkeler2011-09-161-3/+8
| | | | compile time, it will no longer fail to build.
* Part of configure changeJoseph Hunkeler2011-09-161-2/+2
|
* Instead of detecting the host type, you may use --enable-compat instead.Joseph Hunkeler2011-09-169-64/+85
| | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc.
* PlaceholderJoseph Hunkeler2011-09-161-0/+21
|
* Modified configure scriptJoseph Hunkeler2011-08-162-61/+28
|
* Merge pull request #5 from extrarius/master.Joseph Hunkeler2011-05-0312-70/+90
|\ | | | | Various code clean ups to solve potential problems
| * Remove config.h from strchrnul.c; not neededAlan Brault2011-05-036-16/+19
| | | | | | | | | | 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 uclibcAlan Brault2011-05-038-55/+72
| | | | | | | | and separate the headers.
* | Merge pull request #4 from extrarius/master.Joseph Hunkeler2011-05-0216-269/+25058
|\| | | | | Additional Cleaning
| * Fix Makefile.am bad entryAlan Brault2011-05-021-2/+0
| |
| * Remove strcasestr() and strchrnul() checks from configure, using ↵Alan Brault2011-05-023-31/+15
| | | | | | | | libdusercompat.a instead
| * Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-0216-252/+25059
| | | | | | | | | | | | Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)
* | Merge pull request #3 from extrarius/master.Joseph Hunkeler2011-05-028-47/+84
|\| | | | | Platform sanity checks
| * Merge branch 'master' of github.com:extrarius/duserAlan Brault2011-05-020-0/+0
| |\
| | * Fucking typoAlan Brault2011-05-022-4/+4
| | |
| * | 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-027-43/+77
| | | | | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries
* | Merge pull request #2 from extrarius/master.Joseph Hunkeler2011-05-026-31/+122
|\| | | | | More cleanups
| * Forgot to define ifdef for HAVE_CONFIG_H sighAlan Brault2011-05-021-0/+4
| |
| * Move CFG_PATH out of duser.h and put into configure via --with-config-pathAlan Brault2011-05-026-31/+118
| |
* | Merge pull request #1 from extrarius/master.Joseph Hunkeler2011-05-0232-32/+14413
|\| | | | | autotools conversion, 80% complete still needs more checking work
| * Add platform detection for Linux vs SolarisAlan Brault2011-05-027-113/+3458
| |
| * Merge branch 'master' of github.com:extrarius/duserAlan Brault2011-05-020-0/+0
| |\
| | * More autotools migrationAlan Brault2011-05-028-37/+271
| | |
| * | More autotools migrationAlan Brault2011-05-0212-37/+1584
| |/
| * Partial autotools conversion to help out JoeAlan Brault2011-05-0223-0/+9489
|/
* Initial commitJoseph Hunkeler2011-04-221-0/+5
|
* List format uses define FMTLISTJoseph Hunkeler2011-04-211-1/+1
|
* -Wextra unsupported by gccJoseph Hunkeler2011-04-211-1/+1
|