summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor2002-06-111-1/+1
* * autoload.cc (noload): Correctly save argument count register.Christopher Faylor2002-06-061-2/+2
* * child_info.h (CHILD_INFO_MAGIC): Oops. Revert previous change. gcc 3.1 bug?Christopher Faylor2002-06-061-2/+2
* * strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor2002-06-061-2/+2
* update commentChristopher Faylor2002-05-271-1/+1
* remove white spaceChristopher Faylor2002-05-181-2/+2
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-10/+11
* 2002-03-04 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-031-1/+1
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-8/+39
* * Makefile.in (DLL_OFILES): Consolidate object files.Christopher Faylor2002-02-101-9/+9
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-221-3/+3
* * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor2002-01-201-1/+1
* * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor2002-01-191-1/+1
* * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen2002-01-171-1/+2
* * Makefile.in: Add uninstall target.Christopher Faylor2002-01-081-0/+33
* Strip path when installing library.Christopher Faylor2001-12-311-1/+1
* * speclib: New file.Christopher Faylor2001-12-311-3/+20
* * Makefile.in: Quote arguments to shell scripts.Christopher Faylor2001-12-261-5/+5
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-3/+11
* * Makefile.in (VPATH): Add regex directory.Christopher Faylor2001-12-201-29/+48
* whitespace cleanupChristopher Faylor2001-12-101-1/+1
* * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor2001-11-261-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-2/+2
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-10/+10
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-021-1/+1
* fix spelling errorsChristopher Faylor2001-10-281-1/+1
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-1/+1
* * Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor2001-09-301-1/+5
* Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins2001-09-271-2/+2
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-241-3/+3
* * Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor2001-09-151-7/+5
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-3/+6
* * dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor2001-07-291-3/+8
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-1/+3
* * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen2001-04-201-1/+1
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-6/+5
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-1/+1
* * sched.cc: New file. Implement sched*.Christopher Faylor2001-03-211-7/+6
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-221-1/+2
* Add copyright year 2001Corinna Vinschen2001-02-211-1/+1
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-1/+1
* * path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor2000-12-151-2/+3
* * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen2000-12-041-2/+2
* * Makefile.in: Remove some extra cruft.Christopher Faylor2000-12-031-5/+2
* * Makefile.in: Use CXX to build the DLL.Christopher Faylor2000-12-031-2/+3
* * Makefile.in: new-temp.a -> new-templib.aChristopher Faylor2000-11-221-1/+1
* * Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor2000-11-161-7/+9
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-2/+2