summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-24*** empty log message ***Jim Meyering
1997-10-23.Jim Meyering
1997-10-23[!HAVE_DECLARATION_FREE]: Declare free.Jim Meyering
[!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. [!HAVE_DECLARATION_STPCPY]: Declare stpcpy. [!HAVE_DECLARATION_STRSTR]: Declare strstr.
1997-10-23Remove stpcpy decl.Jim Meyering
Remove free, malloc, and realloc decls.
1997-10-23Remove free and malloc decls.Jim Meyering
1997-10-23Remove stpcpy decl.Jim Meyering
Remove free and malloc decls.
1997-10-23Remove stpcpy decl.Jim Meyering
1997-10-23.Jim Meyering
1997-10-23*** empty log message ***Jim Meyering
1997-10-23.Jim Meyering
1997-10-23.Jim Meyering
1997-10-23[STREQ]: Undef then redefine.Jim Meyering
1997-10-23Remove strstr decl.Jim Meyering
1997-10-23Remove stpcpy decl.Jim Meyering
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