]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 12:37:01 +0000 (12:37 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 12:37:01 +0000 (12:37 +0000)
old/sh-utils/ChangeLog

index b40865c150279e3f552d548403784d19ad47003d..8ce84e177c41e2445cae866ce10ede75ce1c0193 100644 (file)
@@ -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).