diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-22 12:37:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-22 12:37:01 +0000 |
commit | 8ecfdb48a978e0235891c46346092df98970e88d (patch) | |
tree | 9d1824e2c9e371fe37c498ea0b7d6067e42b07fd /old/sh-utils | |
parent | c88a1e446644918b799dd30e8cb552d96a4c15de (diff) | |
download | coreutils-8ecfdb48a978e0235891c46346092df98970e88d.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b40865c15..8ce84e177 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,27 @@ +2000-01-22 Jim Meyering <meyering@lucent.com> + + * src/seq.c (enum Format_type): Declare. + (format_type): New global to take place of intconv. + (format_str): Move global declaration... + (main): ... to here. + (check_format): Rename parameter to avoid shadowing global. + (DO_printf): New macro. + (main): Use it. + Topologically sort the functions and remove fwd declarations. + + * tests/seq/basic: Add new tests for the new functionality. + +2000-01-21 Bruno Haible <haible@linuix.math.u-bordeaux.fr> + + Add support for octal and hexadecimal output. + * seq.c (intconv): New variable. + (usage): Update. + (main): Call scan_arg instead of scan_double_arg. Call check_format + before scan_arg. + (scan_int_arg, scan_arg): New functions. + (check_format): Add intconv argument. Accept %d, %u, %o, %x, %X. + (print_numbers): If intconv is true, pass an int argument to printf. + 2000-01-21 Jim Meyering <meyering@lucent.com> * configure.in (ALL_LINGUAS): Add Galician (gl). |