aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog-2011 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-0/+7
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011.
2011-03-28Include sys/select.h in a test utility.Werner Koch1-1/+4
This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin due to missing include).
2010-10-11Fix bug#1205Werner Koch1-0/+4
2010-03-22Changed the implementation of CreatePipe under W32CE.Werner Koch1-0/+67
Reorganized the source.