summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/lib
Commit message (Expand)AuthorAgeFilesLines
* * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen2009-08-131-7/+12
* winsup/ChangeLog:Dave Korn2009-07-071-11/+62
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-034-14/+5
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-272-16/+6
* * lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor2007-08-022-0/+4
* * Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor2006-04-121-1/+1
* * lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor2004-12-091-10/+19
* * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen2004-09-271-0/+7
* * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen2004-09-161-7/+0
* * cygwin.din (_impure_ptr): Export.Christopher Faylor2004-09-161-1/+3
* * cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor2003-12-311-1/+0
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-102-822/+0
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-0/+319
* * lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor2003-03-031-18/+28
* * lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor2003-03-021-8/+3
* * lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor2003-01-301-5/+2
* * lib/pseudo-reloc.c: New file.Christopher Faylor2002-12-092-0/+49
* * lib/_cygwin_S_IEXEC.cc: Remove obsolete file.Christopher Faylor2002-06-241-21/+0
* * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen2001-11-141-2/+1
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-071-1/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-052-7/+7
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-241-1/+6
* * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2001-09-191-2/+2
* * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2001-09-191-1/+1
* * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor2001-09-191-0/+3
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-191-297/+399
* Update copyrights.Christopher Faylor2001-09-116-6/+6
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-6/+0
* * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor2001-03-281-10/+8
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+29
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-3/+3
* * path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor2000-11-131-1/+1
* Whitespace cleanup.Christopher Faylor2000-10-283-4/+4
* * lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor2000-09-081-0/+2
* * include/cygwin/cygwin_dll.h: Update for modern compilers.Christopher Faylor2000-07-291-0/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-172-1/+2
* * _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor2000-07-171-0/+2
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-152-13/+4
* * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor2000-07-121-1/+4
* * external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor2000-07-084-39/+74
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-051-1/+1
* * dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor2000-07-011-2/+2
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-0112-0/+684