Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-12 | common: Add new helper function, strsplit. | Neal H. Walfield | 1 | -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. -- | |||||
2014-04-22 | common: Add functions make_absfilename and make_absfilename_try. | Werner Koch | 1 | -0/+73 | |
* common/stringhelp.c (do_make_filename): Add modes 2 and 3. (make_absfilename): New. (make_absfilename_try): New. | |||||
2011-09-30 | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 1 | -7/+18 | |
This is to allow the use of this code with code under GPLv2(only). | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -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-10 | Merged jnlib into common. | Werner Koch | 1 | -0/+0 | |
2010-02-26 | First batch of changes to support W32CE. | Werner Koch | 1 | -1/+1 | |
Note that jnlib/w32-reg.c is not yet ready. | |||||
2009-08-26 | Implement tilde expansion in the same was as 1.4. | Werner Koch | 1 | -0/+137 | |
2009-08-25 | New fucntions strconcat and xstrconcat. | Werner Koch | 1 | -0/+145 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+3 | |
2007-08-02 | Factored common gpgconf constants out | Werner Koch | 1 | -0/+37 | |
Fixed W32 compare_filenames | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-19 | Made percent_escape more general. | Werner Koch | 1 | -0/+94 | |
Added regression tests support to jnlib. W32 changes. |