Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-15 | (_NL_ITEM) [!defined]: Define. | Jim Meyering | |
From from Ørn E. Hansen. | |||
1997-10-14 | . | Jim Meyering | |
1997-10-14 | Remove ChangeLog entry from Orn. | Jim Meyering | |
1997-10-14 | Use STREQ in place of most uses of strcmp. | Jim Meyering | |
(zaptemp): Make parameter `const'. | |||
1997-10-14 | (NLS_STRCMP): Define. | Jim Meyering | |
(getmonth): Remove ifdef and use NLS_STRCMP instead. Use HAVE_ALLOCA, not _HAVE_ALLOCA. | |||
1997-10-14 | . | Jim Meyering | |
1997-10-14 | . | Jim Meyering | |
1997-10-14 | Add tests to exercise fraccompare. | Jim Meyering | |
1997-10-14 | . | Jim Meyering | |
1997-10-14 | (CHARS_IN_ABM): Remove definition | Jim Meyering | |
(inittables): Remove assumption that all abbreviated month names have length 3. (getmonth): Likewise. (main): Add #if's for more efficient code when using the GNU C library. From Ulrich Drepper. | |||
1997-10-14 | tweak Orn's fraccompare. Always use it. | Jim Meyering | |
1997-10-14 | (fraccompare): Indent. | Jim Meyering | |
Move dcls of S and N into if block. | |||
1997-10-14 | fix spelling errors in comments | Jim Meyering | |
1997-10-14 | (keycompare): Move assignment out of if-expression. | Jim Meyering | |
1997-10-14 | (strncoll): Rename parameter to LEN. | Jim Meyering | |
Clean up formatting. Add a FIXME. | |||
1997-10-14 | *** empty log message *** | Jim Meyering | |
1997-10-14 | Declare xstrdup. | Jim Meyering | |
(my_setlocale): New function. (main): Guard against failure of strdup (use xstrdup) and setlocale. | |||
1997-10-14 | (STREQ): Remove definition. | Jim Meyering | |
1997-10-14 | [patch from Orn] | Jim Meyering | |
(look_for_fraction): Eliminate arbitrary limit on number of `groups'. Declare as void, not int. Patch from Ørn E. Hansen. (main): When determining whether we're in the C or POSIX locale, don't rely on the form of the string returned by setlocale. Suggestion from Ulrich Drepper. | |||
1997-10-13 | apply one more piece from KBs patch | Jim Meyering | |
1997-10-13 | expr reorg from KB | Jim Meyering | |
1997-10-13 | *** empty log message *** | Jim Meyering | |
1997-10-13 | Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H. | Jim Meyering | |
Masami Takikawa reported that this is necessary on NeXTStep 3.0 systems. | |||
1997-10-13 | *** empty log message *** | Jim Meyering | |
1997-10-13 | eliminate a comma expr, | Jim Meyering | |
fix one func return type eliminate `* 1' | |||
1997-10-13 | (NLS_MAP): Remove unused definitions. | Jim Meyering | |
Replace with uses of UCHAR. (nls_locale_map): Remove dcl of unused file-scope array. | |||
1997-10-13 | (NLS_MEMCMP): Define. | Jim Meyering | |
(keycompare): Use it instead of open-coded #ifdefs. (compare): Likewise. | |||
1997-10-13 | indent and clean up some more | Jim Meyering | |
1997-10-13 | Indent some more. | Jim Meyering | |
#ifdef ENABLE_NLS th NLS part of insertkey. | |||
1997-10-13 | indent and add FIXME comments | Jim Meyering | |
1997-10-13 | filter through cppi | Jim Meyering | |
1997-10-13 | Apply big patch from Ørn E. Hansen. | Jim Meyering | |
1997-10-10 | . | Jim Meyering | |
1997-10-10 | . | Jim Meyering | |
1997-10-10 | . | Jim Meyering | |
1997-10-10 | *** empty log message *** | Jim Meyering | |
1997-10-10 | Add a test. | Jim Meyering | |
From William Lewis. | |||
1997-10-08 | *** empty log message *** | Jim Meyering | |
1997-10-07 | *** empty log message *** | Jim Meyering | |
1997-10-07 | indent cpp directives to reflect nesting | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-10-07 | . | Jim Meyering | |
1997-10-06 | change verbose messages | Jim Meyering | |
1997-10-06 | (usage): Add a line describing --verbose. | Jim Meyering | |
1997-10-06 | *** empty log message *** | Jim Meyering | |
1997-10-06 | (make_path): Print verbose message using fprintf, not error. | Jim Meyering | |
1997-10-06 | (make_path): Print message IFF the directory was | Jim Meyering | |
just created and the format string is non-NULL. |