summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-2/+5
* * Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor2004-07-201-1/+1
* * path.cc (is_unc_share): Remove redundant tests.Christopher Faylor2004-05-041-3/+3
* * Makefile.in (EXTRALIBS): Add libtextreadmode.a.Corinna Vinschen2004-04-061-2/+2
* * Makefile.in (clean): Clean libserver, too.Christopher Faylor2004-02-171-0/+1
* * Makefile.in: Compile flock.o with -fomit-frame-pointer.Christopher Faylor2004-02-171-0/+1
* * Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.Christopher Faylor2004-02-161-0/+1
* * Makefile.in: Compile delqueue.o with -fomit-frame-pointer.Christopher Faylor2004-02-161-0/+1
* * Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor2004-02-151-0/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-2/+5
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-081-2/+1
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-031-4/+4
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-4/+5
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-1/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-8/+13
* * Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor2003-12-031-2/+2
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-011-1/+2
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-301-1/+1
* * Makefile.in: (DLL_OFILES): Add flock.o.Corinna Vinschen2003-11-291-2/+2
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-2/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-11/+20
* * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.Corinna Vinschen2003-10-271-1/+2
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-221-0/+3
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-011-1/+2
* * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor2003-09-271-2/+2
* 2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-35/+45
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-141-0/+1
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-101-10/+10
* * Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor2003-09-101-0/+4
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-3/+3
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-1/+1
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-2/+3
* * Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor2003-08-061-9/+9
* preliminary checkinChristopher Faylor2003-07-261-4/+3
* * Makefile.in (OBSOLETE_FUNCTION): Add fdopen.Christopher Faylor2003-07-251-1/+1
* * cygwin.din: Export _fdopen64Christopher Faylor2003-07-251-0/+1
* * newsym: Reenable removal of tmp directory. Just use ar to generate archiveChristopher Faylor2003-07-071-2/+2
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-27/+3
* * Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.Christopher Faylor2003-06-251-1/+1
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-121-1/+2
* * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen2003-05-091-47/+47
* * Makefile.in: Revert patch from 2003-04-17.Thomas Pfaff2003-04-301-3/+0
* * Makefile.in: Use ${nostdlib} variable.Christopher Faylor2003-04-191-1/+1
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-0/+3
* * Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor2003-04-031-1/+1
* * external.cc (check_ntsec): New function.Christopher Faylor2003-04-021-1/+1
* * Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor2003-03-291-6/+3
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-091-2/+60