]> cygwin.com Git - cygwin-apps/setup.git/commit
* Makefile.am: Add regex.c to list of sources.
authorChristopher Faylor <me@cgf.cx>
Sun, 17 Feb 2013 21:40:40 +0000 (21:40 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 17 Feb 2013 21:40:40 +0000 (21:40 +0000)
commit01d9015868088fc3347511a095dce0195751c530
tree4136fd28bf9bdcbc979457ab0e892035651f457e
parent6b9b1c332cd48a5e721de497268fb9ac10f3a2e9
* Makefile.am: Add regex.c to list of sources.
(iniparse.hh): Rename if a iniparse.h has been created.
* regex/config.h: New file.
* regex/re_comp.h: New file.
* regex/regcomp.c: New file.
* regex/regex.c: New file.
* regex/regex.h: New file.
* regex/regex_internal.c: New file.
* regex/regex_internal.h: New file.
* regex/regexec.c: New file.
* processlist.cc (Process::isModuleLoadedInProcess): Avoid compiler warning by
changing 'i' to unsigned.
ChangeLog
Makefile.am
processlist.cc
regex/config.h [new file with mode: 0644]
regex/re_comp.h [new file with mode: 0644]
regex/regcomp.c [new file with mode: 0644]
regex/regex.c [new file with mode: 0644]
regex/regex.h [new file with mode: 0644]
regex/regex_internal.c [new file with mode: 0644]
regex/regex_internal.h [new file with mode: 0644]
regex/regexec.c [new file with mode: 0644]
This page took 0.035679 seconds and 5 git commands to generate.