summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen2002-09-041-1/+1
* * Makefile.in (cygcheck.exe): Make a -mno-cygwin program.Christopher Faylor2002-08-261-2/+7
* * Makefile.in (DLL_IMPORTS): Move libuuid.a and libshell32.a to list ratherChristopher Faylor2002-08-251-6/+8
* * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor2002-08-161-7/+10
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-16/+18
* * Makefile.in: Check if API version is updated when exports areEgor Duda2002-07-251-1/+7
* * Makefile.in (cygrun.exe): Add a -lcygwin on the end.Christopher Faylor2002-07-141-1/+1
* * Makefile.in (cygserver.exe): Add -lstdc++.Christopher Faylor2002-07-141-2/+2
* * Makefile.in (cygrun.exe): Move -lgcc where it will do some good.Christopher Faylor2002-06-221-1/+1
* * Makefile.in (cygrun.exe): Use -lgcc when linking.Christopher Faylor2002-06-221-1/+1
* * 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