Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-07update copyrightChristopher Faylor
2003-07-06* Makefile.in: Remove .dat files when cleaning.Christopher Faylor
2003-07-06* Makefile.in: Remove .d files when cleaning.Christopher Faylor
2003-03-09* winsup.api/winsup.exp: Use -nostdinc when compiling.Christopher Faylor
* Makefile.in: Specifically search compiler include directory since it is now stripped via -nostdinc.
2003-03-09* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-treeChristopher Faylor
version of library or dll. * config/default.exp: Ditto. * winsup.api/winsup.exp: Ditto.
2003-02-08* libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor
* winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
2003-01-24* Makefile (check): Add cygrun.exe dependency.Christopher Faylor
2003-01-24Perform more C warning fixup on all C source files and headers.Christopher Faylor
2003-01-24* libltp/include/test.h: Fix C warnings.Christopher Faylor
* winsup.api/checksignal.c: Ditto. * winsup.api/crlf.c: Ditto. * winsup.api/devzero.c: Ditto. * winsup.api/iospeed.c: Ditto. * winsup.api/mmaptest01.c: Ditto. * winsup.api/mmaptest02.c: Ditto. * winsup.api/mmaptest03.c: Ditto. * winsup.api/mmaptest04.c: Ditto. * winsup.api/nullgetcwd.c: Ditto. * winsup.api/sigchld.c: Ditto. * winsup.api/signal-into-win32-api.c: Ditto. * winsup.api/systemcall.c: Ditto. * winsup.api/waitpid.c: Ditto. * winsup.api/pthread/mainthreadexits.c: Ditto. * winsup.api/pthread/test.h: Ditto. * winsup.api/pthread/threadidafterfork.c: Ditto. * Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
2003-01-24* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct librariesChristopher Faylor
and other options are used.
2003-01-22 * cygrun.c: Move here from ../cygwin.Corinna Vinschen
* Makefile.in: Build cygrun.exe. * winsup.api/winsup.exp: Expect cygrun.exe in $rootme.
2003-01-22* Makefile.in: Find tcl library in the right place.Christopher Faylor
2002-08-26* Makefile.in (RUNTEST): Use Makefile's srcdir and bupdir* macros, whereChristopher Faylor
appropriate. * winsup.api/winsup.exp: Use -nodefaultlibs when linking executable to avoid potentially linking installed dll.
2002-07-04* Makefile.in: Eliminate unneeded Makefile recreation rule.Christopher Faylor
2001-11-04* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.inChristopher Faylor
dependency.
2001-11-04* Makefile.in: Add check target.Christopher Faylor
2001-03-09* config/default.exp: Remove unneeded debugging output.Egor Duda
* Makefile.in: Use correct path to find dejagnu in local tree.
2000-09-04Patch by Egor Duda <deo@logos-m.ru>:Corinna Vinschen
* Makefile.in: Always add libltp headers directory to headers search path.
2000-09-03Importing Egor's testsuite.Christopher Faylor