aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate the ChangeLog from commit logs.Werner Koch2011-12-021-1/+17
| | | | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * 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.
* 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-2/+6
| | | | | | | * conf-w32ce-msc/fcntl.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h. (sources): Remove memrchr.c.
* 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-2/+6
| | | | | | * conf-w32ce-msc/io.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add io.h.
* 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-11/+17
| | | | | | | * conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. * conf-w32ce-msc/build.mk (copy-static-source): Revert last change.
* Fixes for the MSC buildWerner Koch2010-11-152-1/+21
|
* More changes for W32CE with MSC.Werner Koch2010-11-042-7/+6
|
* More include guards.Werner Koch2010-11-032-2/+12
| | | | | | Provide access for Wince. Install dummy sehmap.h
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-023-0/+572
Fixed regression in plain W32 build.