aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-08* lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor1-0/+2
2000-07-29* include/cygwin/cygwin_dll.h: Update for modern compilers.Christopher Faylor1-0/+2
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2-1/+2
2000-07-17* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor1-0/+2
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2-13/+4
2000-07-12* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor1-1/+4
2000-07-08* external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor4-39/+74
2000-07-05* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor1-1/+1
2000-07-01* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor1-2/+2
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor12-0/+684