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 (Expand)Author
2002-02-11* Makefile.in (DLL_OFILES): Consolidate object files.Christopher Faylor
2002-01-22* Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor
2002-01-20* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor
2002-01-19* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen
2002-01-08* Makefile.in: Add uninstall target.Christopher Faylor
2001-12-31Strip path when installing library.Christopher Faylor
2001-12-31* speclib: New file.Christopher Faylor
2001-12-26* Makefile.in: Quote arguments to shell scripts.Christopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-12-20* Makefile.in (VPATH): Add regex directory.Christopher Faylor
2001-12-10whitespace cleanupChristopher Faylor
2001-11-26* Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor
2001-10-29fix spelling errorsChristopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-01* Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor
2001-09-28Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins
2001-09-25* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor
2001-09-15* Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2000-12-16* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor
2000-12-04 * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen
2000-12-03* Makefile.in: Remove some extra cruft.Christopher Faylor
2000-12-03* Makefile.in: Use CXX to build the DLL.Christopher Faylor
2000-11-22* Makefile.in: new-temp.a -> new-templib.aChristopher Faylor
2000-11-16* Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen
2000-09-12* Makefile.in: Make clean target remove *.d.Christopher Faylor
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor