Jim Meyering
88c9f81346
Include new "xstrtol.h", not "xstrtoul.h".
1999-04-24 12:43:39 +00:00
Jim Meyering
55865fda6c
Include new "xstrtol.h", not "xstrtoul.h".
...
(struct control) [repeat]: Declare as uintmax_t, not int.
(struct control) [lines_required]: Likewise.
(handle_line_error): Use human_readable to print lines_required.
(parse_repeat_count): Parse a uintmax_t.
(parse_patterns): Parse a uintmax_t.
1999-04-24 12:42:53 +00:00
Jim Meyering
bdb9cd3f2c
Include new "xstrtol.h", not "xstrtoul.h".
1999-04-24 12:33:56 +00:00
Jim Meyering
cef6937705
Include new "xstrtol.h", not "xstrtoul.h".
...
Change all U_LONG_LONG to uintmax_t.
(head_lines): Move a couple dcls into an inner scope.
(string_to_integer): Rename from string_to_ull.
1999-04-24 12:33:25 +00:00
Jim Meyering
34942b9da8
import latest
1999-04-23 04:20:42 +00:00
Jim Meyering
4cbb965035
*** empty log message ***
1999-04-22 15:19:11 +00:00
Jim Meyering
62edaf0b55
(word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc.
1999-04-22 14:38:50 +00:00
Jim Meyering
c274f255c3
*** empty log message ***
1999-04-22 14:37:17 +00:00
Jim Meyering
e7fa925898
Guard strong_alias and weak_alias with #ifdef _LIBC.
1999-04-22 14:35:59 +00:00
Jim Meyering
b003c8fdfa
Don't bother with pot-mail anymore -- Francois needs merely the URL.
1999-04-22 01:24:34 +00:00
Jim Meyering
2279aec4a3
.
1999-04-21 23:17:13 +00:00
Jim Meyering
1f74a371e0
.
1999-04-21 23:16:48 +00:00
Jim Meyering
ae295f9bab
.
1999-04-21 04:34:29 +00:00
Jim Meyering
28a81b47c1
.
1999-04-21 04:30:22 +00:00
Jim Meyering
9b56140087
*** empty log message ***
1999-04-21 04:29:00 +00:00
Jim Meyering
8907976270
Remove the temporary strtoumax replacement;
...
we now have a true replacement in strtoumax.c.
(__strtol): Always define to strtoumax.
(<stdlib.h>): No need to include.
(PARAMS): Remove.
(my_strtoumax): Move this to strtoumax.c,
rename it to strtoumax, and simplify.
1999-04-21 04:28:36 +00:00
Jim Meyering
3354e7502c
Update to glibc 2.1.1 version.
1999-04-21 04:27:24 +00:00
Jim Meyering
64bae48df6
.
1999-04-21 04:24:39 +00:00
Jim Meyering
9d3c3cb2c7
*** empty log message ***
1999-04-21 04:22:15 +00:00
Jim Meyering
9a16aa9fde
*** empty log message ***
1999-04-21 04:21:50 +00:00
Jim Meyering
a6f5dd6269
(jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
1999-04-21 04:21:44 +00:00
Jim Meyering
9174cee25d
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
1999-04-21 04:14:59 +00:00
Jim Meyering
7d98d28569
*** empty log message ***
1999-04-21 04:04:20 +00:00
Jim Meyering
e441de9acc
(jm_AC_TYPE_UINTMAX_T): Move unsigned long
...
long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1999-04-21 04:04:04 +00:00
Jim Meyering
36ca174d81
*** empty log message ***
1999-04-21 04:00:48 +00:00
Jim Meyering
76659f726f
Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
...
Replace xstroull if necessary.
1999-04-21 04:00:38 +00:00
Jim Meyering
42a64ac80e
*** empty log message ***
1999-04-21 03:58:57 +00:00
Jim Meyering
6783ad7832
*** empty log message ***
1999-04-21 03:24:54 +00:00
Jim Meyering
e8b570e45a
update comment
1999-04-21 03:19:26 +00:00
Jim Meyering
cf6eaeb03b
<xstrtol.h>: Include this, not xstrtoul.h.
...
<human.h>: Include.
Use uintmax_t in place of unsigned long.
Use human_readable to convert to strings for printing.
1999-04-21 03:18:23 +00:00
Jim Meyering
42ccae28c6
.
1999-04-21 02:30:43 +00:00
Jim Meyering
c850864a19
.
1999-04-21 02:29:50 +00:00
Jim Meyering
c93a59ac4f
.
1999-04-21 02:28:20 +00:00
Jim Meyering
abc54153b1
*** empty log message ***
1999-04-21 02:21:57 +00:00
Jim Meyering
c4a52014f7
Port to AIX and HP-UX. Support cross-compilation.
1999-04-21 02:21:47 +00:00
Jim Meyering
c7a0b8f429
<config.h>: Include first, since it can do
...
things like #define const, and this must be done before
including any system headers.
1999-04-20 13:26:06 +00:00
Jim Meyering
154588d722
(my_strtoumax): Fix typo in computing
...
whether overflow occurred. Improve overflow-detection to use
only one conditional branch total, rather than 2N+1
conditional branches for an N-digit number.
1999-04-20 13:24:14 +00:00
Jim Meyering
f9270b650f
*** empty log message ***
1999-04-19 14:09:07 +00:00
Jim Meyering
5f724e01b9
*** empty log message ***
1999-04-19 14:06:07 +00:00
Jim Meyering
c37f2f6355
(main): Restore `+' in getopt_long string. Otherwise,
...
commands like `seq 10 -2 0' wouldn't work. From Andreas Schwab.
1999-04-19 14:05:34 +00:00
Jim Meyering
dcf32e94d2
*** empty log message ***
1999-04-19 14:03:17 +00:00
Jim Meyering
3e47e246f8
*** empty log message ***
1999-04-19 05:25:52 +00:00
Jim Meyering
d5c056d478
(b_host): Remove /pub suffix.
1999-04-19 05:22:54 +00:00
Jim Meyering
da96ede53c
*** empty log message ***
1999-04-19 04:50:25 +00:00
Jim Meyering
6a9f42807f
(my-distcheck): Use AMTAR, not TAR.
1999-04-19 04:50:03 +00:00
Jim Meyering
36564cbefd
.
1999-04-19 04:45:09 +00:00
Jim Meyering
95836befb3
*** empty log message ***
1999-04-19 04:24:35 +00:00
Jim Meyering
0b8e81aab9
.
1999-04-19 04:20:57 +00:00
Jim Meyering
a0119464b8
*** empty log message ***
1999-04-19 02:56:54 +00:00
Jim Meyering
00811477e8
*** empty log message ***
1999-04-19 02:54:53 +00:00