| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -1192/+0 | |
| 2006-07-09 | Update from gnulib. | Paul Eggert | 1 | -12/+12 | |
| 2006-01-27 | (L_): Renamed from L. All uses changed. | Paul Eggert | 1 | -110/+110 | |
| 2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | 1 | -2/+2 | |
| in comments or local variable names. | |||||
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2004-08-02 | (EXT): Use size_t for sizes, not ptrdiff_t, so that we don't have | Paul Eggert | 1 | -2/+3 | |
| to worry about wraparound. | |||||
| 2004-08-02 | fnmatch_loop.c (EXT, FCT): Use bool when appropriate. | Paul Eggert | 1 | -21/+20 | |
| (FCT): Use size_t, not unsigned int, for sizes. (EXT): Use ptrdiff_t, not int, for a variable that has to store a size-related quantity but might go negative. ptrdiff_t is good enough here, since in practice the value can't exceed SIZE_MAX/2. | |||||
| 2004-01-16 | (ALLOCA_LIMIT): Remove macro, which collided | Jim Meyering | 1 | -9/+11 | |
| with like-named macro in fnmatch.c. (EXT): Use an internal constant instead. Merge fnmatch patches from glibc. (FCT): Cast to int32_t and UCHAR when appropriate. Adjust to renaming of collseq_table_lookup to __collseq_table_lookup. | |||||
| 2003-10-17 | Update from gnulib. | Jim Meyering | 1 | -3/+10 | |
| 2003-09-10 | (FCT): Remove forward decl; no longer needed. | Jim Meyering | 1 | -9/+2 | |
| (FCT): Define using a prototype. | |||||
| 2003-03-22 | (NEW_PATTERN): Cast alloca to proper type. | Jim Meyering | 1 | -7/+8 | |
| Otherwise, it wouldn't compile with at least /bin/cc on ymp-cray-unicos9.0.2.X. Combine two mostly-identical uses of alloca into one. | |||||
| 2002-06-26 | (WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead of | Jim Meyering | 1 | -2/+2 | |
| (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1 reported by Vin Shelton. | |||||
| 2002-06-26 | from libcFILEUTILS-4_1_9 | Jim Meyering | 1 | -0/+1189 | |
