aboutsummaryrefslogtreecommitdiffstats
path: root/common/w32-reg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2014-03-07w32: Remove unused code.Werner Koch1-98/+0
* jnlib/w32-reg.c (write_w32_registry_string): Remove.
2013-07-31common: Comment out unused code.Werner Koch1-1/+2
* common/w32-reg.c (write_w32_registry_string): Comment out.
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-23/+23
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-03-01Finished jnlib port to CE.Werner Koch1-2/+132
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-06First steps towards supporting W32.Werner Koch1-0/+184
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.