summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-23.Jim Meyering
1997-10-23.Jim Meyering
1997-10-23.Jim Meyering
1997-10-23*** empty log message ***Jim Meyering
1997-10-23Remove stpcpy dcl.Jim Meyering
1997-10-23Remove malloc, and realloc dcls.Jim Meyering
1997-10-23Remove free, malloc, and realloc dcls.Jim Meyering
1997-10-23Remove malloc and realloc dcls.Jim Meyering
1997-10-23Remove stpcpy dcl.Jim Meyering
1997-10-23*** empty log message ***Jim Meyering
1997-10-23(EXTRA_DIST): Add decl.m4 and do-decl.m4.Jim Meyering
1997-10-23*** empty log message ***Jim Meyering
1997-10-23.Jim Meyering
1997-10-22update from FSFJim Meyering
1997-10-20*** empty log message ***Jim Meyering
1997-10-19*** empty log message ***Jim Meyering
1997-10-19*** empty log message ***Jim Meyering
1997-10-19(remove_cwd_entries): Entries in table of processed dirJim Meyering
entries are not malloc'd, so don't have hash cleanup free them. Rewind dirp upon NULL readdir, required for at least SunOS.
1997-10-19*** empty log message ***Jim Meyering
1997-10-19*** empty log message ***Jim Meyering
1997-10-18.Jim Meyering
1997-10-18(LONG_MAX): Define if not defined.Jim Meyering
1997-10-17*** empty log message ***Jim Meyering
1997-10-17*** empty log message ***Jim Meyering
1997-10-17.Jim Meyering
1997-10-17(remove_cwd_entries): Change the while(dp...) to a while(1) loop,Jim Meyering
and move dcl and assignment of dp into the loop.
1997-10-17*** empty log message ***Jim Meyering
1997-10-17.Jim Meyering
1997-10-17*** empty log message ***Jim Meyering
1997-10-16indentJim Meyering
1997-10-16Add comments. From Orn.Jim Meyering
1997-10-16add assertionsJim Meyering
1997-10-16.Jim Meyering
1997-10-16(look_for_fraction): Patch from Orn Hansen.Jim Meyering
(getmonth): Compare the two month names only to the length of the string in the month table. Patch from Orn Hansen. (NLS_STRNCMP): New macro. (strncoll_s2_readonly): New function. (inittables): Don't use temporary `comp' to hide type of comparator function. (nls_sort_month_comp): Declare parameters to be void* to match comparator function type required for qsort. (getmonth): Use NLS_STRNCMP rather than #ifdef. Use do-while, rather than while-loop.
1997-10-16begin merging Orn's changesJim Meyering
1997-10-15*** empty log message ***Jim Meyering
1997-10-15.Jim Meyering
1997-10-15*** empty log message ***Jim Meyering
1997-10-15(_NL_ITEM) [!defined]: Define.Jim Meyering
From from Ørn E. Hansen.
1997-10-14.Jim Meyering
1997-10-14Remove ChangeLog entry from Orn.Jim Meyering
1997-10-14Use 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-14Add tests to exercise fraccompare.Jim Meyering
1997-10-14.Jim Meyering
1997-10-14(CHARS_IN_ABM): Remove definitionJim 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-14tweak Orn's fraccompare. Always use it.Jim Meyering
1997-10-14(fraccompare): Indent.Jim Meyering
Move dcls of S and N into if block.