gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, stable/printf-rework, updated. gawk-4.1.0-5516-g35f3f


From: Arnold Robbins
Subject: [SCM] gawk branch, stable/printf-rework, updated. gawk-4.1.0-5516-g35f3fd84
Date: Sat, 20 Jul 2024 15:51:48 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, stable/printf-rework has been updated
       via  35f3fd8439e6a7d168c3221a4326e0eaef594c70 (commit)
       via  f4b9d38fb07def1c9caef1123fc0ffc182de4c33 (commit)
      from  8700b5dd514cc70fc29c3df5c40d2a8935c43307 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=35f3fd8439e6a7d168c3221a4326e0eaef594c70

commit 35f3fd8439e6a7d168c3221a4326e0eaef594c70
Merge: 8700b5dd f4b9d38f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Jul 20 22:51:36 2024 +0300

    Merge branch 'gawk-5.3-stable' into stable/printf-rework

diff --cc ChangeLog
index 5922ceb9,4c0bed37..802bb097
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,72 -1,7 +1,76 @@@
+ 2024-07-20         Tim Rice              <trice@posteo.net>
+ 
+       * io.c (csvscan): Set the sentinel if we found CR-LF.
+ 
 +2024-07-20         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Continuing fixes and cleanups.
 +
 +2024-07-17         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * NEWS: Updated.
 +      * printf.c (fill_to_field_width): New function.
 +      (format_out_of_range, format_unsigned_integer): Start to use it.
 +
 +2024-07-16         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Continue cleaning up code and removing now-dead code.
 +
 +2024-07-16         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (format_args): Renamed from format_tree. Remove
 +      format_tree_old.
 +      * debug.c, main.c, mpfr.c, node.c: Adjusted.
 +      * printf.c (format_args): Renamed. Removed all old, factored-out
 +      code.
 +      (format_tree_old): Removed.
 +
 +2024-07-16         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Use mpfr_sprintf() just to generate digits.
 +      All tests now passing, even with -M.
 +
 +2024-07-13         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Continued progress against the printf-corners test.
 +
 +2024-07-11         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Signed and unsigned integer printing and float printing
 +      working for current tests. MPFR integer printing also for current
 +      tests. A few tests still to go in printf-corners.
 +
 +2024-07-09         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Signed printing I think is working. Unsigned is better.
 +      Checkpoint commit.
 +
 +2024-07-07         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Signed and unsigned integer printing mostly working now.
 +      Still to go: Finish that up, get GMP/MPFR integer printing working.
 +
 +2024-07-05         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Lots of cleanup. Floating point format pretty
 +      much working. Signed integer printing getting there.
 +      Unsigned integer printing still to do.
 +
 +2024-07-02         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (format_tree_new, format_tree_old): Add declarations.
 +      (format_tree): Temporarily make into a function.
 +      * main.c (format_tree): Declare it.
 +      (main): Check PRINTF_NEW environment variable and if so,
 +      use the new version. Otherwise use the old one.
 +      * printf.c (struct flags): Declare.
 +      (format_tree_old): The original version.
 +      (format_tree_new): The new one, being refactored.
 +      (add_thousands): Use the global `loc' variable, not a parameter.
 +      static const char *format_integer(NODE *arg, struct flags *flags);
 +      (format_mpg_integer, format_float, format_out_of_range,
 +      compute_zero_flag): New functions.
 +
  2024-07-02         Arnold D. Robbins     <arnold@skeeve.com>
  
        * re.c (make_regexp): \u escapes also now treated literally

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 4 ++++
 io.c      | 1 +
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]