aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/lib
AgeCommit message (Expand)AuthorFilesLines
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen1-0/+1
2013-07-19* lib/libcmain.c (main): Don't point to last quoted character if the only thingChristopher Faylor1-2/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen7-19/+56
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor5-5/+5
2012-07-30* Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor1-1/+1
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor1-2/+1
2011-12-17Clean up whitespace.Christopher Faylor1-2/+2
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-2/+2
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor1-1/+1
2010-08-30* winlean.h: New file.Christopher Faylor2-4/+3
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor3-369/+20
2010-04-20* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor1-3/+0
2009-10-26Correct pseudo-reloc size bug wrt error messagesCharles Wilson1-2/+3
2009-10-25Sync pseudo-reloc.c with mingw64Charles Wilson1-82/+76
2009-10-07Support pseudo-reloc version 2Charles Wilson1-14/+340
2009-09-21* external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor1-2/+3
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor1-3/+3
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen1-7/+12
2009-07-07winsup/ChangeLog:Dave Korn1-11/+62
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor4-14/+5
2008-07-27* mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2-16/+6
2007-08-02* lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor2-0/+4
2006-04-12* Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor1-1/+1
2004-12-09* lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor1-10/+19
2004-09-27 * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen1-0/+7
2004-09-16 * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen1-7/+0
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor1-1/+3
2003-12-31* cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor1-1/+0
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2-822/+0
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen1-0/+319
2003-03-03* lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor1-18/+28
2003-03-02* lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor1-8/+3
2003-01-30* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor1-5/+2
2002-12-09* lib/pseudo-reloc.c: New file.Christopher Faylor2-0/+49
2002-06-24* lib/_cygwin_S_IEXEC.cc: Remove obsolete file.Christopher Faylor1-21/+0
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen1-2/+1
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen1-1/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor2-7/+7
2001-09-24* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor1-1/+6
2001-09-19* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor1-2/+2
2001-09-19 * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen1-1/+1
2001-09-19* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor1-0/+3
2001-09-19* cygwin.din (__argv): Export.Christopher Faylor1-297/+399
2001-09-11Update copyrights.Christopher Faylor6-6/+6
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-6/+0
2001-03-28* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor1-10/+8
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+29
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-3/+3
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor1-1/+1
2000-10-28Whitespace cleanup.Christopher Faylor3-4/+4