aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-stringhelp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-23common: Add new helper function, strsplit.Neal H. Walfield1-0/+58
* common/stringhelp.h (strsplit): New declaration. * common/stringhelp.c (strsplit): New function. * common/t-stringhelp.c (test_strsplit): New function. (main): Call it here. -- Signed-off-by: Neal H. Walfield <[email protected]>
2014-04-22common: Add functions make_absfilename and make_absfilename_try.Werner Koch1-0/+73
* common/stringhelp.c (do_make_filename): Add modes 2 and 3. (make_absfilename): New. (make_absfilename_try): New.
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-11/+10
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2010-02-26First batch of changes to support W32CE.Werner Koch1-1/+1
Note that jnlib/w32-reg.c is not yet ready.
2009-08-26Implement tilde expansion in the same was as 1.4.Werner Koch1-0/+137
2009-08-25New fucntions strconcat and xstrconcat.Werner Koch1-0/+145
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+3
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+37
Fixed W32 compare_filenames
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-0/+94
Added regression tests support to jnlib. W32 changes.