Commit Graph

1378 Commits

Author SHA1 Message Date
Jim Meyering 339afbb210 [!HAVE_DECLARATION_FREE]: Declare free.
[!HAVE_DECLARATION_MALLOC]: Declare malloc.
[!HAVE_DECLARATION_REALLOC]: Declare realloc.
[!HAVE_DECLARATION_STPCPY]: Declare stpcpy.
[!HAVE_DECLARATION_STRSTR]: Declare strstr.
1997-10-23 16:07:31 +00:00
Jim Meyering f4d8e10147 Remove stpcpy decl.
Remove free, malloc, and realloc decls.
1997-10-23 16:06:59 +00:00
Jim Meyering 9fec99f4a6 Remove free and malloc decls. 1997-10-23 16:06:19 +00:00
Jim Meyering 3faf14fe5c Remove stpcpy decl.
Remove free and malloc decls.
1997-10-23 16:05:59 +00:00
Jim Meyering eae64f3a4f Remove stpcpy decl. 1997-10-23 16:04:47 +00:00
Jim Meyering 096b53e6c6 [STREQ]: Undef then redefine. 1997-10-23 15:57:54 +00:00
Jim Meyering 1f98316792 Remove strstr decl. 1997-10-23 15:57:36 +00:00
Jim Meyering 58e904c6fd Remove stpcpy decl. 1997-10-23 15:57:21 +00:00
Jim Meyering c7ba7d37a5 *** empty log message *** 1997-10-23 14:30:37 +00:00
Jim Meyering e3d7071595 Remove stpcpy dcl. 1997-10-23 14:30:27 +00:00
Jim Meyering 00bc2c29ca Remove malloc, and realloc dcls. 1997-10-23 14:30:14 +00:00
Jim Meyering f11893c764 Remove free, malloc, and realloc dcls. 1997-10-23 14:30:03 +00:00
Jim Meyering 1aad2e1c4a Remove malloc and realloc dcls. 1997-10-23 14:29:46 +00:00
Jim Meyering d4899bad7e Remove stpcpy dcl. 1997-10-23 14:28:31 +00:00
Jim Meyering a7e650ac12 (remove_cwd_entries): Entries in table of processed dir
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 03:09:40 +00:00
Jim Meyering 3fa5a54f68 (LONG_MAX): Define if not defined. 1997-10-18 19:49:50 +00:00
Jim Meyering c555721842 (remove_cwd_entries): Change the while(dp...) to a while(1) loop,
and move dcl and assignment of dp into the loop.
1997-10-17 18:06:34 +00:00
Jim Meyering 695b9df0ec indent 1997-10-16 15:34:26 +00:00
Jim Meyering 1a68cff356 Add comments. From Orn. 1997-10-16 15:29:15 +00:00
Jim Meyering acf88c6fa8 add assertions 1997-10-16 15:03:54 +00:00
Jim Meyering f015b15dc9 (look_for_fraction): Patch from Orn Hansen.
(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-16 14:54:58 +00:00
Jim Meyering e803da432b begin merging Orn's changes 1997-10-16 13:12:13 +00:00
Jim Meyering 1ab25ef4a1 (_NL_ITEM) [!defined]: Define.
From from Ørn E. Hansen.
1997-10-15 05:00:33 +00:00
Jim Meyering 55707840f3 Remove ChangeLog entry from Orn. 1997-10-14 22:33:20 +00:00
Jim Meyering 8d3d73c573 Use STREQ in place of most uses of strcmp.
(zaptemp): Make parameter `const'.
1997-10-14 22:32:44 +00:00
Jim Meyering 2bb1be5ca0 (NLS_STRCMP): Define.
(getmonth): Remove ifdef and use NLS_STRCMP instead.
Use HAVE_ALLOCA, not _HAVE_ALLOCA.
1997-10-14 22:25:02 +00:00
Jim Meyering 0fa42caea6 (CHARS_IN_ABM): Remove definition
(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 21:36:33 +00:00
Jim Meyering 69c54c088c tweak Orn's fraccompare. Always use it. 1997-10-14 20:41:28 +00:00
Jim Meyering bf5606ff49 (fraccompare): Indent.
Move dcls of S and N into if block.
1997-10-14 14:12:48 +00:00
Jim Meyering 3f7506491b fix spelling errors in comments 1997-10-14 13:47:22 +00:00
Jim Meyering 8c96da80b0 (keycompare): Move assignment out of if-expression. 1997-10-14 13:40:51 +00:00
Jim Meyering df3a123e85 (strncoll): Rename parameter to LEN.
Clean up formatting.
Add a FIXME.
1997-10-14 13:37:35 +00:00
Jim Meyering 7fff797d97 Declare xstrdup.
(my_setlocale): New function.
(main): Guard against failure of strdup (use xstrdup) and setlocale.
1997-10-14 13:07:12 +00:00
Jim Meyering 42a2bc2846 (STREQ): Remove definition. 1997-10-14 12:50:28 +00:00
Jim Meyering b2ff7dd7c5 [patch from Orn]
(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-14 12:19:09 +00:00
Jim Meyering a41c38cb7d Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H.
Masami Takikawa reported that this is necessary on NeXTStep 3.0 systems.
1997-10-13 14:08:38 +00:00
Jim Meyering 2c32c6a11a eliminate a comma expr,
fix one func return type
eliminate `* 1'
1997-10-13 04:02:42 +00:00
Jim Meyering b01df13c39 (NLS_MAP): Remove unused definitions.
Replace with uses of UCHAR.
(nls_locale_map): Remove dcl of unused file-scope array.
1997-10-13 03:52:35 +00:00
Jim Meyering 3616231d94 (NLS_MEMCMP): Define.
(keycompare): Use it instead of open-coded #ifdefs.
(compare): Likewise.
1997-10-13 03:48:58 +00:00
Jim Meyering b7e7317be0 indent and clean up some more 1997-10-13 03:37:16 +00:00
Jim Meyering 045d8da585 Indent some more.
#ifdef ENABLE_NLS th NLS part of insertkey.
1997-10-13 03:26:39 +00:00
Jim Meyering 0ac3a6acde indent and add FIXME comments 1997-10-13 03:12:17 +00:00
Jim Meyering 9ee502b57d filter through cppi 1997-10-13 02:08:30 +00:00
Jim Meyering 79bfec7ced Apply big patch from Ørn E. Hansen. 1997-10-13 02:08:01 +00:00
Jim Meyering 3ea2606e41 indent cpp directives to reflect nesting 1997-10-07 23:58:29 +00:00
Jim Meyering 3f3f566627 update bug-reporting address 1997-10-07 23:55:52 +00:00
Jim Meyering 05bbdbd786 update bug-reporting address 1997-10-07 23:53:36 +00:00
Jim Meyering 54abd85010 update bug-reporting address 1997-10-07 23:53:10 +00:00
Jim Meyering 5db3c9bdb4 update bug-reporting address 1997-10-07 23:51:39 +00:00
Jim Meyering e5549867e2 change verbose messages 1997-10-06 13:30:14 +00:00