Commit Graph

965 Commits

Author SHA1 Message Date
Jim Meyering 6dfad5e900 (main): When using obsolescent +pos -pos syntax, allow
omission of field spec only when character offset is specified.
Otherwise, -. +. would be accepted.
1995-07-09 16:42:31 +00:00
Jim Meyering ccfb7f032d (main): Allow field spec, M, to be omitted in +M.N or -M.N
position specification.  Omitting M is equivalent to specifying `0'
for M.  From Rick Sladkey (jrs@world.std.com).
1995-07-09 02:25:11 +00:00
Jim Meyering bb5590f7b6 . 1995-07-07 04:46:18 +00:00
Jim Meyering 67718aff76 (dump): Correct loop-termination criterion.
Before, running `printf 1234| ./od --width=4 --read-bytes=4'
printed output for 8 bytes -- the last four were garbage.
This happened only when the dump limit, N, was specified (with
--read-bytes=N) and N was a multiple of bytes_per_block
(usually 16, but 4 in this example).  From Andreas Schwab.
1995-07-07 04:46:03 +00:00
Jim Meyering b9d3dc4101 Remove trailing white space. 1995-07-06 16:07:07 +00:00
Jim Meyering 20b6a5b40a (od): Remove space beteen -w and optional argument. 1995-07-06 16:06:32 +00:00
Jim Meyering 72d4155c90 . 1995-07-03 03:12:54 +00:00
Jim Meyering e7c2d62889 . 1995-07-03 03:11:05 +00:00
Jim Meyering c8e05ecd8d (split_3): Rewrite to parse Plumb/Lankester format as well.
(main): Write (de facto) standard Plumb/Lankester format.
New option: --quiet.
Check option no longer takes an argument.
When checking, exit status reflects success.
1995-07-03 03:10:59 +00:00
Jim Meyering 9c8e5123bd Remove unused dcl of isnumber. 1995-06-25 01:46:32 +00:00
Jim Meyering 9a5882ba80 (parse_group): Use xstrtoul instead of isnumber; the latter would
silently overflow, accepting a group id larger than INT_MAX.
(isnumber): Remove now-unused static function.
(change_file_group) [MAXUID]: Give a more descriptive message
when numeric group id is larger than MAXUID.
1995-06-25 01:44:35 +00:00
Jim Meyering 7981e85eb3 merge with 1.12a 1995-06-24 22:02:25 +00:00
Jim Meyering 1d7e1a535b . 1995-06-24 21:34:02 +00:00
Jim Meyering 4610e33cb2 Don't conditionalize use of "inline". Autoconf takes care of defining
it away for compilers that don't grok it.
1995-06-24 21:33:52 +00:00
Jim Meyering 9cda676546 . 1995-06-24 21:22:11 +00:00
Jim Meyering f5ff11c61d . 1995-06-24 21:17:13 +00:00
Jim Meyering 86671a4ed0 Undefine min and/or max before defining to avoid redefinition warning
on systems.
1995-06-24 21:10:12 +00:00
Jim Meyering 5cd7a18539 (read_input): Rename paramater MAX to MAX_N_BYTES. To avoid potential
conflict with max macro from some system's header files and bad pre-ANSI
compilers.
1995-06-24 21:07:55 +00:00
Jim Meyering 4b366ceed5 [uint32]: When testing for 32-bit arithmetic type,
also check `unsigned long', as a concession to systems with
int's smaller than 32 bits.
1995-06-24 20:53:17 +00:00
Jim Meyering eb5665733a (usage): Fix typo. 1995-06-24 20:38:52 +00:00
Jim Meyering ec8d1fce62 (main): Include program name in --version output. 1995-06-22 18:43:14 +00:00
Jim Meyering 4afe3f334a [join]: Redefine. Otherwise, systems (Unicos for one) with
headers that have a different prototype for `join' get an error.
1995-06-22 04:03:33 +00:00
Jim Meyering b27934a727 . 1995-06-22 04:00:26 +00:00
Jim Meyering e7d420aabb [word]: Redefine. Otherwise, systems (Unicos for one) with
headers that define `word' to be a type get syntax errors because
of the variable by the same name.
1995-06-22 03:59:55 +00:00
Jim Meyering 3f76720636 (interrupt_handler): Declare to have a single integer
parameter.  Otherwise, some compilers failed with a type mismatch
error in sa_handler assignment.
1995-06-22 03:59:27 +00:00
Jim Meyering 3fba1e486e (main): Remove spurious colon in getopt spec string.
From Ken Pizzini <kenp@spry.com>.
1995-06-22 03:58:21 +00:00
Jim Meyering 59f93bf56c (md5_file): Initialize two elements of LEN portably,
rather than with ANSI aggregate initialization.  Reported by
Edzer Pebesma <Edzer.Pebesma@rivm.nl>.
1995-06-20 12:00:55 +00:00
Jim Meyering 6ebaf82426 merge with 1.12 1995-06-18 19:33:31 +00:00
Jim Meyering d96ba2d153 . 1995-06-18 14:24:56 +00:00
Jim Meyering 2adaaa8521 . 1995-06-18 14:21:58 +00:00
Jim Meyering 755cdcee27 (process_buffer): Copy values from struct into
individual local variables before performing computation on them,
then copy results back into returned struct.  Solely for better
optimization by compilers that can't keep struct members in
registers.  From Ulrich Drepper.
1995-06-18 14:21:50 +00:00
Jim Meyering 643a49ea6c . 1995-06-16 04:25:05 +00:00
Jim Meyering 583e66e5b0 . 1995-06-16 04:21:08 +00:00
Jim Meyering 769f82b90b . 1995-06-16 04:15:25 +00:00
Jim Meyering 19ffe3f16e (split_3): Unprotoize.
(hex_digits): Unprotoize.
(main): Interpret `no file args' as request to read from stdin.
(usage): Reflect that change.
1995-06-16 04:13:36 +00:00
Jim Meyering 66196f8fd7 Half-assed patch from Karl -- probably need to change file name' to filename'. 1995-06-16 03:59:41 +00:00
Jim Meyering 820cd5c090 . 1995-06-16 03:26:56 +00:00
Jim Meyering cdfc0cf26f Remove unnecessary uses of `defined' in #if* tests.
Don't use #elif.  Some older compilers don't grok it.
(split_3): New function to parse out sum, flag, and filename
when reading check file.
(hex_digits): Remove length parameter since string parameter is
now nul-terminated.
(main): Don't allocate separate arrays for filename and sum
when checking.  Get pointers into line buffer with split_3 instead
of using sscanf.
1995-06-16 03:14:19 +00:00
Jim Meyering aab046d29b Don't include values.h.
[__P]: Undefine it.

[UNIX || unix]: Also test __UNIX__, __unix__,
and _POSIX_VERSION.  Reported by Arne H. Juul.
1995-06-15 18:44:48 +00:00
Jim Meyering ad1b9f0851 . 1995-06-15 18:44:27 +00:00
Jim Meyering f9f17d4b0f merge with 1.11.5b 1995-06-15 16:46:34 +00:00
Jim Meyering 33969b2c90 patch from drepper 1995-06-15 15:02:01 +00:00
Jim Meyering 88b9522242 Alloca fix for ConvexOS-11.0. 1995-06-15 14:55:26 +00:00
Jim Meyering 2907e4e4f1 Use void* alloca, not char*. The latter lost on convexOS. 1995-06-15 03:57:49 +00:00
Jim Meyering 84876e7e9e md5sum docs from Ulrich. 1995-06-15 03:43:52 +00:00
Jim Meyering 8f6e9e8827 (main): Rename char binary' to type_flag to avoid confusion with int binary'. 1995-06-15 03:18:13 +00:00
Jim Meyering 9387b92371 Don't use #elif. Some old C compilers don't recognize it.
(hex_digits): New function.
(result): Give ctx parameter the `const' attribute.
(usage): Rewrite to make it clearer that there are three modes.
(main): Process all options before generating any output.
In particular, collect all --string options rather than operating
on them as they are encountered.

Allow --check=-.  Before it tried to open the file named `-'.

Detect bogus input when --check'ing: non-hex, non-[tb] flag.

Map to lower case all hex digits read from check file.
1995-06-15 03:15:37 +00:00
Jim Meyering a04bfe9cbf . 1995-06-14 03:44:16 +00:00
Jim Meyering f7c77084b4 . 1995-06-14 02:24:18 +00:00
Jim Meyering 60437a80ca [NDEBUG]: Define it to disable assertions.
(is_char_class_member): Set a variable in each branch of switch stmt
and return that value after the switch (rather than returning directly
from every branch).
(unquote): More int->size_t changes.
(build_spec_list): More int->size_t changes.
Be very careful about comparison now that variables are unsigned:
Use i + 2 < len rather than i < len - 2.  The latter failed for len < 2.
1995-06-14 02:23:48 +00:00