aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-support.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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-3/+0
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-0/+4
Note that jnlib/w32-reg.c is not yet ready.
2009-08-26Implement tilde expansion in the same was as 1.4.Werner Koch1-1/+4
2009-03-25log file fixes.Werner Koch1-0/+1
2009-01-27Add a Geldkarte gadget application.Werner Koch1-0/+30
Minor other changes.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-0/+111
Added regression tests support to jnlib. W32 changes.