| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the vcs ID strings in libc's gen/ directory. | John Baldwin | 2018-07-03 | 1 | -3/+1 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | glob: Fix comment about collapsing asterisks after r317749. | Jilles Tjoelker | 2017-05-07 | 1 | -1/+2 |
* | glob: Fix an overlong line | Conrad Meyer | 2017-05-03 | 1 | -1/+2 |
* | libc glob: Avoid pathological exponential behavior | Conrad Meyer | 2017-05-03 | 1 | -44/+56 |
* | libc: provide some bounds-checking through reallocarray(3). | Pedro F. Giffuni | 2017-03-12 | 1 | -4/+4 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Although the code amount is not big, move POSIX error processing into | Andrey A. Chernov | 2016-08-03 | 1 | -34/+38 |
* | In addition to prev. commit. Since potentially glob2() can return error | Andrey A. Chernov | 2016-07-31 | 1 | -0/+2 |
* | Both C99 and POSIX directly prohibits any standard function to set errno | Andrey A. Chernov | 2016-07-31 | 1 | -17/+25 |
* | Rework r303074 case 4. Don't immediatelly skip directory entries which | Andrey A. Chernov | 2016-07-30 | 1 | -0/+7 |
* | Reset errno for readdirfunc() before contunue. | Andrey A. Chernov | 2016-07-30 | 1 | -1/+4 |
* | 1) POSIX defines well when GLOB_NOMATCH or original pattern | Andrey A. Chernov | 2016-07-23 | 1 | -5/+7 |
* | 1) We need the original pattern (in the next round of changes) not only in | Andrey A. Chernov | 2016-07-23 | 1 | -80/+73 |
* | 1) GLOB_BRACE was somewhat broken. First it repeatedly calls glob0() in | Andrey A. Chernov | 2016-07-21 | 1 | -75/+101 |
* | In addition to r303074 case 1, search for protected L'/' too in globtilde() | Andrey A. Chernov | 2016-07-20 | 1 | -3/+2 |
* | 1) Per POSIX (and glibc) GLOB_NOCHECK should return original pattern, | Andrey A. Chernov | 2016-07-20 | 1 | -55/+86 |
* | 1) Don't protect \/ and \. even if user say so. They are not special chars | Andrey A. Chernov | 2016-07-19 | 1 | -8/+5 |
* | g_Ctoc() conversion buffers are smaller than needed up to MB_CUR_MAX - 1 | Andrey A. Chernov | 2016-07-18 | 1 | -4/+4 |
* | Change patch from r303004 case 3. According to POSIX gl_errfunc should be | Andrey A. Chernov | 2016-07-18 | 1 | -3/+3 |
* | 1) Add all characters from ~ expansion as protected to be not interpreted | Andrey A. Chernov | 2016-07-18 | 1 | -3/+6 |
* | 1) POSIX defines well when GLOB_ABORTED can be returned (only for directory | Andrey A. Chernov | 2016-07-18 | 1 | -20/+35 |
* | In g_Ctoc() apply CHAR() macro to *str to strip all flags. It gains nothing | Andrey A. Chernov | 2016-07-17 | 1 | -3/+3 |
* | 1) This file full of direct char <-> wchar_t assignment, not converted, cut | Andrey A. Chernov | 2016-07-17 | 1 | -47/+97 |
* | 1) Eliminate possibility to call __*collate_range_cmp() with inclomplete | Andrey A. Chernov | 2016-07-14 | 1 | -2/+2 |
* | Back out non-collating [a-z] ranges. | Andrey A. Chernov | 2016-07-14 | 1 | -1/+9 |
* | Remove broken support for collation in [a-z] type ranges. | Andrey A. Chernov | 2016-07-10 | 1 | -9/+1 |
* | libc/locale: Fix type breakage in __collate_range_cmp(). | Pedro F. Giffuni | 2016-06-05 | 1 | -2/+2 |
* | Use proper function prototype for readdir(). | Craig Rodrigues | 2015-09-22 | 1 | -10/+6 |
* | Spelling correction | Ed Maste | 2013-04-11 | 1 | -1/+1 |
* | Protect against DoS attacks, such as being described in CVE-2010-2632. | Marcel Moolenaar | 2012-12-01 | 1 | -22/+79 |
* | In globextend(), take advantage of the fact that realloc(NULL, size) is | Marcel Moolenaar | 2012-12-01 | 1 | -3/+2 |
* | In globextend() when the pathv vector cannot be (re-)allocated, don't | Marcel Moolenaar | 2012-12-01 | 1 | -6/+1 |
* | - Fix style(9) bugs in glob.c | Eitan Adler | 2011-12-20 | 1 | -35/+35 |
* | - Add restrict keyword to glob(3) | Eitan Adler | 2011-12-20 | 1 | -1/+2 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 1 | -3/+10 |
* | Fix a bug due to a type conversion from 64 to 32 bits. The side effect of | Gordon Tetlow | 2010-05-12 | 1 | -2/+2 |
* | Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on | Mike Makonnen | 2008-06-26 | 1 | -5/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | - ANSIfy. | Xin LI | 2006-06-05 | 1 | -69/+26 |
* | Reflect size_t changes in glob.h | Andrey A. Chernov | 2006-05-22 | 1 | -22/+23 |
* | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | Andrey A. Chernov | 2005-09-14 | 1 | -3/+3 |
* | Add support for multibyte characters. | Tim J. Robbins | 2004-07-29 | 1 | -30/+84 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | Tim J. Robbins | 2003-10-29 | 1 | -4/+1 |
* | Update glob(3) to add all the POSIX required options, specifically: | Mike Heffner | 2002-07-17 | 1 | -18/+20 |
* | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 1 | -33/+33 |
* | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | Mike Heffner | 2001-07-29 | 1 | -4/+8 |
* | Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@. | Peter Wemm | 2001-03-28 | 1 | -42/+39 |
* | OpenBSD's g_Ctoc() returned a false error when the target buffer was | Peter Wemm | 2001-03-28 | 1 | -16/+16 |
* | Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes. | Peter Wemm | 2001-03-28 | 1 | -14/+36 |