| Commit message (Expand) | Author | Age | Files | Lines |
* | Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on | mtm | 2008-06-26 | 1 | -5/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | - ANSIfy. | delphij | 2006-06-05 | 1 | -69/+26 |
* | Reflect size_t changes in glob.h | ache | 2006-05-22 | 1 | -22/+23 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | ache | 2005-09-14 | 1 | -3/+3 |
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -30/+84 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -4/+1 |
* | Update glob(3) to add all the POSIX required options, specifically: | mikeh | 2002-07-17 | 1 | -18/+20 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 1 | -33/+33 |
* | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | mikeh | 2001-07-29 | 1 | -4/+8 |
* | Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@. | peter | 2001-03-28 | 1 | -42/+39 |
* | OpenBSD's g_Ctoc() returned a false error when the target buffer was | peter | 2001-03-28 | 1 | -16/+16 |
* | Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes. | peter | 2001-03-28 | 1 | -14/+36 |
* | Introduce the GLOB_MAXPATH flag, which allows the user to limit the | jlemon | 2001-03-19 | 1 | -39/+42 |
* | Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Add | jlemon | 2001-03-16 | 1 | -1/+7 |
* | Limit the number of paths that glob can return to MAX_GLOBENTRIES, which | jlemon | 2001-03-15 | 1 | -0/+7 |
* | NetBSD kernels don't have issetugid(), so #ifdef this out when | jb | 1998-02-20 | 1 | -1/+5 |
* | Use getpwnam(getlogin()) before getpwuid(getuid()) | ache | 1997-08-27 | 1 | -3/+5 |
* | Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow and | imp | 1997-08-27 | 1 | -3/+4 |
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -1/+3 |
* | Buffer overflow. Similar, but different, to the fix that Julian A submitted | imp | 1997-03-23 | 1 | -9/+15 |
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 1 | -3/+4 |
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -3/+3 |
* | Remove static collcmp, ise new internal function now | ache | 1996-08-12 | 1 | -35/+3 |
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+35 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -23/+23 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+846 |