aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-74/+0
| | | | | | | | | | | | | | * 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.
* Include sys/select.h in a test utility.Werner Koch2011-03-281-1/+4
| | | | | This fixes bug#1328 (libassuan: ce-server fails to compile on Darwin due to missing include).
* Fix bug#1205Werner Koch2010-10-111-0/+4
|
* Changed the implementation of CreatePipe under W32CE.Werner Koch2010-03-221-0/+67
Reorganized the source.