Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of jetjet:linux/duserHEADv1.1master | Joseph Hunkeler | 2012-03-29 | 1 | -1/+1 |
|\ | |||||
| * | Completely removed -lpcre in LDFLAGS | Joseph Hunkeler | 2012-03-29 | 1 | -1/+1 |
| | | |||||
* | | Version increment 1.1 | Joseph Hunkeler | 2012-03-29 | 1 | -1/+1 |
|/ | |||||
* | Added prototype for __basename | Joseph Hunkeler | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | Added home-rolled __basename to replace dependency on libgen XPG | Joseph Hunkeler | 2012-03-29 | 1 | -0/+6 |
| | |||||
* | * 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. | ||||
* | Merge branch 'master' of github.com:jhunkeler/duser | Joseph Hunkeler | 2011-11-08 | 1 | -1/+1 |
|\ | |||||
| * | Removed pcre dep. Wasn't going to work out anyway. | Joseph Hunkeler | 2011-09-30 | 2 | -21/+1 |
| | | |||||
* | | Removed pcre | Joseph Hunkeler | 2011-11-08 | 1 | -20/+0 |
|/ | |||||
* | Added touch function. | Joseph Hunkeler | 2011-09-29 | 1 | -1/+22 |
| | |||||
* | Added touch function | Joseph Hunkeler | 2011-09-29 | 1 | -2/+0 |
| | |||||
* | Removed _GNU_SOURCE define. Makefile takes care of this. | Joseph Hunkeler | 2011-09-29 | 1 | -2/+0 |
| | |||||
* | NEW and MOD are not functional, so therefore disabled | Joseph Hunkeler | 2011-09-29 | 1 | -4/+11 |
| | |||||
* | Added prototypes | Joseph Hunkeler | 2011-09-29 | 1 | -0/+6 |
| | |||||
* | Initial work on creating lists (properly), but it does not function yet. | Joseph Hunkeler | 2011-09-29 | 1 | -2/+124 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2011-09-29 | 1 | -3/+5 |
| | |||||
* | Added mklist.c | Joseph Hunkeler | 2011-09-29 | 1 | -2/+3 |
| | |||||
* | Appended .conf to duser config file | Joseph Hunkeler | 2011-09-29 | 2 | -2/+2 |
| | |||||
* | Changed defines: HAVE_SOLARIS to HAVE_COMPATv1.0.0-stablev1.0.0 | Joseph Hunkeler | 2011-09-16 | 1 | -6/+3 |
| | |||||
* | Moved limits.h precedence | Joseph Hunkeler | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | PATH_MAX is not defined in limits.h (randomly?) so if it is undefined at ↵ | Joseph Hunkeler | 2011-09-16 | 1 | -3/+8 |
| | | | | compile time, it will no longer fail to build. | ||||
* | Part of configure change | Joseph Hunkeler | 2011-09-16 | 1 | -2/+2 |
| | |||||
* | Instead of detecting the host type, you may use --enable-compat instead. | Joseph Hunkeler | 2011-09-16 | 9 | -64/+85 |
| | | | | | Enabling compat will build and link against a static library containing string functions not found in older version of glibc. | ||||
* | Placeholder | Joseph Hunkeler | 2011-09-16 | 1 | -0/+21 |
| | |||||
* | Modified configure script | Joseph Hunkeler | 2011-08-16 | 2 | -61/+28 |
| | |||||
* | Merge pull request #5 from extrarius/master. | Joseph Hunkeler | 2011-05-03 | 12 | -70/+90 |
|\ | | | | | Various code clean ups to solve potential problems | ||||
| * | Remove config.h from strchrnul.c; not needed | Alan Brault | 2011-05-03 | 6 | -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 uclibc | Alan Brault | 2011-05-03 | 8 | -55/+72 |
| | | | | | | | | and separate the headers. | ||||
* | | Merge pull request #4 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 16 | -269/+25058 |
|\| | | | | | Additional Cleaning | ||||
| * | Fix Makefile.am bad entry | Alan Brault | 2011-05-02 | 1 | -2/+0 |
| | | |||||
| * | Remove strcasestr() and strchrnul() checks from configure, using ↵ | Alan Brault | 2011-05-02 | 3 | -31/+15 |
| | | | | | | | | libdusercompat.a instead | ||||
| * | Make strcasestr() and strchrnul() into separate compat files | Alan Brault | 2011-05-02 | 16 | -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 Hunkeler | 2011-05-02 | 8 | -47/+84 |
|\| | | | | | Platform sanity checks | ||||
| * | Merge branch 'master' of github.com:extrarius/duser | Alan Brault | 2011-05-02 | 0 | -0/+0 |
| |\ | |||||
| | * | Fucking typo | Alan Brault | 2011-05-02 | 2 | -4/+4 |
| | | | |||||
| * | | Fix spelling mistake: comat.c -> compat.c | Alan Brault | 2011-05-02 | 2 | -4/+4 |
| |/ | |||||
| * | Forgot compat.c for Solaris platforms sigh | Alan Brault | 2011-05-02 | 2 | -4/+7 |
| | | |||||
| * | Add configure checks for strchrnul() and strcasestr() and config.h entries | Alan Brault | 2011-05-02 | 7 | -43/+77 |
| | | | | | | | | Add __NLINUX__ and __NSOLARIS__ platform checks to configure and config.h entries | ||||
* | | Merge pull request #2 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 6 | -31/+122 |
|\| | | | | | More cleanups | ||||
| * | Forgot to define ifdef for HAVE_CONFIG_H sigh | Alan Brault | 2011-05-02 | 1 | -0/+4 |
| | | |||||
| * | Move CFG_PATH out of duser.h and put into configure via --with-config-path | Alan Brault | 2011-05-02 | 6 | -31/+118 |
| | | |||||
* | | Merge pull request #1 from extrarius/master. | Joseph Hunkeler | 2011-05-02 | 32 | -32/+14413 |
|\| | | | | | autotools conversion, 80% complete still needs more checking work | ||||
| * | Add platform detection for Linux vs Solaris | Alan Brault | 2011-05-02 | 7 | -113/+3458 |
| | | |||||
| * | Merge branch 'master' of github.com:extrarius/duser | Alan Brault | 2011-05-02 | 0 | -0/+0 |
| |\ | |||||
| | * | More autotools migration | Alan Brault | 2011-05-02 | 8 | -37/+271 |
| | | | |||||
| * | | More autotools migration | Alan Brault | 2011-05-02 | 12 | -37/+1584 |
| |/ | |||||
| * | Partial autotools conversion to help out Joe | Alan Brault | 2011-05-02 | 23 | -0/+9489 |
|/ | |||||
* | Initial commit | Joseph Hunkeler | 2011-04-22 | 1 | -0/+5 |
| | |||||
* | List format uses define FMTLIST | Joseph Hunkeler | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | -Wextra unsupported by gcc | Joseph Hunkeler | 2011-04-21 | 1 | -1/+1 |
| |