aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/lib
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen1-1/+1
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown2-2/+2
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-11/+0
2022-05-16Cygwin: document why we can't drop the _pei386_runtime_relocator dummyCorinna Vinschen1-1/+4
2022-05-16Cygwin: drop 32 bit considerations in crt0 codeCorinna Vinschen1-13/+0
2020-05-30Cygwin: update C++ dialect to gnu++14Corinna Vinschen1-8/+8
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-2/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen13-27/+0
2016-03-20Remove unused and unsafe call to __builtin_frame_addressPeter Foley1-3/+2
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen1-3/+18
2014-11-05 * lib/atexit.c (atexit): Check for being linked into the executable.Corinna Vinschen2-1/+24
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen1-0/+23
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