aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2001-09-15* Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor1-7/+5
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-3/+6
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor1-3/+8
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda1-1/+3
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen1-1/+1
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor1-6/+5
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-1/+1
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor1-7/+6
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen1-1/+2
2001-02-21Add copyright year 2001Corinna Vinschen1-1/+1
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen1-1/+1
2000-12-15* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor1-2/+3
2000-12-04 * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen1-2/+2
2000-12-03* Makefile.in: Remove some extra cruft.Christopher Faylor1-5/+2
2000-12-03* Makefile.in: Use CXX to build the DLL.Christopher Faylor1-2/+3
2000-11-22* Makefile.in: new-temp.a -> new-templib.aChristopher Faylor1-1/+1
2000-11-16* Makefile.in: Make import library creation 'make -j2' friendly.Christopher Faylor1-7/+9
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-2/+2
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-1/+2
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen1-2/+2
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie1-1/+2
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie1-1/+2
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-20/+6
2000-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen1-1/+1
2000-09-12* Makefile.in: Make clean target remove *.d.Christopher Faylor1-1/+1
2000-09-06* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor1-1/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-11/+12
2000-09-03* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor1-56/+1
2000-08-22* Makefile.in: Don't include '.d' file if there are none generated yet.Christopher Faylor1-3/+5
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-75/+3
2000-08-18* Makefile.in: hinfo.o -> dtable.o.Christopher Faylor1-11/+10
2000-08-18hinfo -> dtableChristopher Faylor1-11/+12
2000-08-12* Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor1-5/+5
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-2/+0
2000-07-10* Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor1-1/+1
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen1-1/+2
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-5/+7
2000-06-22* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor1-1/+4
2000-06-22Remove some files that were added prematurely.Christopher Faylor1-3/+2
2000-06-22* Makefile.in: Add new-libcygwin.a back to all_host target.Christopher Faylor1-1/+1
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor1-5/+4
2000-06-21* Makefile.in: Add *.exe to clean operation.Christopher Faylor1-1/+1
2000-06-21* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.Christopher Faylor1-2/+2
2000-06-20* Makefile.in: Change to build the DLL during a cross-compiler build.Christopher Faylor1-5/+3
2000-06-17* configure.in: Detect "cross-hosting" situation and set appropriate variablesChristopher Faylor1-4/+17
2000-06-16* Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor1-3/+3
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor1-2/+2
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor1-1/+1