index
:
gh_mirror/jhunkeler/duser.git
master
Utility to assist management of Majordomo lists
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of jetjet:linux/duser
HEAD
v1.1
master
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 w...
Joseph Hunkeler
2012-03-29
1
-23
/
+21
*
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_COMPAT
v1.0.0-stable
v1.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 comp...
Joseph Hunkeler
2011-09-16
1
-3
/
+8
*
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
*
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
|
\
|
*
Remove config.h from strchrnul.c; not needed
Alan Brault
2011-05-03
6
-16
/
+19
|
*
Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc
Alan Brault
2011-05-03
8
-55
/
+72
*
|
Merge pull request #4 from extrarius/master.
Joseph Hunkeler
2011-05-02
16
-269
/
+25058
|
\
|
|
*
Fix Makefile.am bad entry
Alan Brault
2011-05-02
1
-2
/
+0
|
*
Remove strcasestr() and strchrnul() checks from configure, using libdusercomp...
Alan Brault
2011-05-02
3
-31
/
+15
|
*
Make strcasestr() and strchrnul() into separate compat files
Alan Brault
2011-05-02
16
-252
/
+25059
*
|
Merge pull request #3 from extrarius/master.
Joseph Hunkeler
2011-05-02
8
-47
/
+84
|
\
|
|
*
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
*
|
Merge pull request #2 from extrarius/master.
Joseph Hunkeler
2011-05-02
6
-31
/
+122
|
\
|
|
*
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
|
\
|
|
*
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
[next]