summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * libc: Add subdirectory.Corinna Vinschen2005-11-181-5/+5
* * memmem.cc: New file.Christopher Faylor2005-11-081-2/+2
* Check in previously ChangeLoged entry.Christopher Faylor2005-10-171-1/+1
* * Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).Christopher Faylor2005-10-141-1/+1
* * Makefile.in: Make sure that directories are created prior to copying to them.Christopher Faylor2005-10-111-0/+4
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-1/+1
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-081-9/+10
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-081-0/+1
* * dllfixdbg: New perl script.Christopher Faylor2005-08-081-8/+6
* * Makefile.in: Allow previous patch to work in a 64 bit environment.Corinna Vinschen2005-08-071-1/+1
* * Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor2005-08-071-0/+6
* * Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2005-06-111-1/+2
* * Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.Christopher Faylor2005-06-051-0/+1
* * cygwin.din: Export mkdtemp.Christopher Faylor2005-05-251-2/+2
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-4/+4
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-061-1/+2
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-3/+3
* * include/ctype.h: New file.Christopher Faylor2005-03-231-4/+4
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-11/+7
* * cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor2005-02-061-0/+2
* * 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