summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-1/+2
* * fhandler_socket.cc: New file.Corinna Vinschen2000-10-271-2/+2
* * Makefile.in: add miscfuncs.ccDJ Delorie2000-10-191-1/+2
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-171-1/+2
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-20/+6
* * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen2000-10-011-1/+1
* * Makefile.in: Make clean target remove *.d.Christopher Faylor2000-09-121-1/+1
* * Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor2000-09-061-1/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-11/+12
* * Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor2000-09-031-56/+1
* * Makefile.in: Don't include '.d' file if there are none generated yet.Christopher Faylor2000-08-221-3/+5
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-75/+3
* * Makefile.in: hinfo.o -> dtable.o.Christopher Faylor2000-08-181-11/+10
* hinfo -> dtableChristopher Faylor2000-08-181-11/+12
* * Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor2000-08-121-5/+5
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-2/+0
* * Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor2000-07-101-1/+1
* * poll.cc: New file. Implement `poll' system call.Corinna Vinschen2000-07-041-1/+2
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-5/+7
* * Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor2000-06-221-1/+4
* Remove some files that were added prematurely.Christopher Faylor2000-06-221-3/+2
* * Makefile.in: Add new-libcygwin.a back to all_host target.Christopher Faylor2000-06-221-1/+1
* * Makefile.in: Add *.def to clean operation.Christopher Faylor2000-06-211-5/+4
* * Makefile.in: Add *.exe to clean operation.Christopher Faylor2000-06-211-1/+1
* * Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.Christopher Faylor2000-06-211-2/+2
* * Makefile.in: Change to build the DLL during a cross-compiler build.Christopher Faylor2000-06-201-5/+3
* * configure.in: Detect "cross-hosting" situation and set appropriate variablesChristopher Faylor2000-06-171-4/+17
* * Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor2000-06-161-3/+3
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-011-2/+2
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-1/+1
* * Makefile.in: Remove external.h dependency.Christopher Faylor2000-05-181-1/+1
* * Makefile.in (DLL_OFILES): Sort.Christopher Faylor2000-05-121-10/+10
* * Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor2000-05-091-1/+1
* 2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-05-041-1/+3
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-1/+3
* * Makefile.in (install): install regexp.hDJ Delorie2000-04-261-1/+2
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-131-1/+0