Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD. | Corinna Vinschen | 2010-01-16 | 1 | -68/+145 |
| | |||||
* | * libc/bsdlib.cc: Align copyright with upstream. | Corinna Vinschen | 2009-04-15 | 1 | -4/+0 |
| | | | | | | | | | * libc/fnmatch.c: Ditto. * libc/fts.c: Ditto. * libc/inet_addr.c: Ditto. * libc/inet_network.c: Ditto. * libc/rcmd.cc: Ditto. * libc/rexec.cc: Ditto. | ||||
* | * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap. | Christopher Faylor | 2003-09-01 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | | * cygheap.h (cygheap_types): Add HEAP_SIGS. * exceptions.cc (signal_fixup_after_exec): Remove from this file. * pinfo.h (pinfo::getsig): Just return global_sigs array. (pinfo::sigs): Delete. * sigproc.cc (signal_fixup_after_exec): Move it here. (global_sigs): New global array, moved from pinfo structure. (sigalloc): New function. Allocate global sigaction array here. (proc_subproc): Remove copysigs call. It's automatic now. * include/sys/cygwin.h (PID_NOCLDSTOP): New value. * signal.cc (sigaction): Set myself->PID_NODCLDSTOP when appropriate. * sigproc.h (sigalloc): Declare. * fnmatch.c (fnmatch): Use C90 parameters. (rangematch): Ditto. * fhandler.cc (fhandler_base::raw_read): Use right coercion to avoid a compiler warning. | ||||
* | * Makefile.in: Add fnmatch.o to DLL_OFILES. | Corinna Vinschen | 2002-01-17 | 1 | -0/+230 |
* cygwin.din: Add fnmatch export symbol. * fnmatch.c: New file. * include/fnmatch.h: Ditto. * include/cygwin/version.h: Bump API minor version to 50. |