Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-30Cygwin: update C++ dialect to gnu++14Corinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-20Remove unused and unsafe call to __builtin_frame_addressPeter Foley
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen
2014-11-05 * lib/atexit.c (atexit): Check for being linked into the executable.Corinna Vinschen
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen
2013-07-19* lib/libcmain.c (main): Don't point to last quoted character if the only thingChristopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-07-30* Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor
2010-08-30* winlean.h: New file.Christopher Faylor
2010-05-08* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor
2010-04-20* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor
2009-10-26Correct pseudo-reloc size bug wrt error messagesCharles Wilson
2009-10-26Sync pseudo-reloc.c with mingw64Charles Wilson
2009-10-07Support pseudo-reloc version 2Charles Wilson
2009-09-21* external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-07-08winsup/ChangeLog:Dave Korn
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-07-27* mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor
2007-08-02* lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor
2006-04-12* Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor
2004-12-10* lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor
2004-09-27 * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen
2004-09-16 * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor
2003-12-31* cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen
2003-03-03* lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor
2003-03-03* lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor
2003-01-30* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor
2002-12-10* lib/pseudo-reloc.c: New file.Christopher Faylor
2002-06-24* lib/_cygwin_S_IEXEC.cc: Remove obsolete file.Christopher Faylor
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-09-25* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor
2001-09-19* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor
2001-09-19 * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen
2001-09-19* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor
2001-09-19* cygwin.din (__argv): Export.Christopher Faylor