comparison lib/ChangeLog @ 2274:2baa7aca8b61

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 12 Feb 2000 10:41:48 +0000
parents 039744862bbd
children e297fd3bfd68
comparison
equal deleted inserted replaced
2273:ad48a40e44bb 2274:2baa7aca8b61
1 2000-02-12 Jim Meyering <meyering@lucent.com>
2
3 * userspec.c (ISDIGIT): Define it.
4 (isdigit): Remove definition.
5 (is_number): Use ISDIGIT, not isdigit.
6 <libintl.h>: Include.
7 (_ and N_): Define.
8 (parse_user_spec): Mark translatable strings.
9
1 2000-02-10 Jim Meyering <meyering@lucent.com> 10 2000-02-10 Jim Meyering <meyering@lucent.com>
2 11
3 With these changes, nanosleep.[ch] are finally enough like the other 12 With these changes, nanosleep.[ch] are finally enough like the other
4 lib/* replacement files to compile on a few more losing systems. 13 lib/* replacement files to compile on a few more losing systems.
5 14