aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/rmsym
AgeCommit message (Collapse)AuthorFilesLines
2003-07-07* rmsym: Don't use ranlib.Christopher Faylor1-3/+1
2003-07-07* newsym: Create objects that are closer to those created by dlltool so as notChristopher Faylor1-1/+1
to confuse --export-all-symbols. * rmsym: Be a little more accepting of object filenames now that dlltool can create different format files.
2003-03-09 * rmsym: Fix regular expression.Corinna Vinschen1-2/+2
2001-12-20* Makefile.in (VPATH): Add regex directory.Christopher Faylor1-0/+11
(NM): new variable. (OBSOLETE_FUNCTIONS): Ditto. (NEW_FUNCTIONS): Ditto. (install-headers): Install regex.h. (install-man): New target. (install): Use new target. (DLL_OFILES): Add v8_reg* stuff. (new-cygwin1.dll): Eliminate stamp-cygwin-lib creation. (libcygwin.a): Remove obsolete functions from import lib. Add new functions. * configure.in: Detect 'nm' tool. * configure: Regenerate. * cygwin.din: Export posix_reg* functions. Eliminate export of v8 reg* functions. This is now handled in object files themselves. * regex/*: New files. * regexp/v8_*.c: New files, renamed from non v8_ equivalents.