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-5520-gc2a59


From: Arnold Robbins
Subject: [SCM] gawk branch, stable/printf-rework, updated. gawk-4.1.0-5520-gc2a59fef
Date: Fri, 26 Jul 2024 04:58:57 -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  c2a59fef9a5b8cc315050bfb56305e58d358f325 (commit)
       via  16284502ae80a0fdcaa0da2df87d28f4fa86de13 (commit)
      from  e7e229d94e0b7f31f53faa8956888f82bb4dbb97 (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=c2a59fef9a5b8cc315050bfb56305e58d358f325

commit c2a59fef9a5b8cc315050bfb56305e58d358f325
Merge: e7e229d9 16284502
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 26 11:58:46 2024 +0300

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

diff --cc ChangeLog
index 7d915440,24d29e4a..ee42aec0
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,26 -1,7 +1,30 @@@
+ 2024-07-26         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * re.c (check_bracket_exp): Make the code actually work.
+ 
 +2024-07-23         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      Finish cleaning up the printf refactoring. All tests run, both
 +      regular and -M. Test suite is valgrind clean!
 +
 +      Summary of changes:
 +      * printf.c: New file.
 +      (format_args): Moved here and renamed from format_tree.  Considerably
 +      simplified by moving code out into new routines.
 +      (struct flags): New struct.
 +      (add_thousands, do_printf, do_sprintf, format_nan_inf, mbc_byte_count,
 +      mbc_char_count, out_of_range, printf_common, reverse): Moved to here.
 +      (add_alt_format, add_plus_or_space_and_fill, adjust_flags, 
compute_zero_flag,
 +      fill_to_field_width, format_float, format_integer_digits,
 +      format_mpg_integer_digits, format_out_of_range, format_signed_integer,
 +      format_unsigned_integer, zero_fill_to_precision): New routines.
 +
 +2024-07-21         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * printf.c: Simplify printing of signed integers; move several
 +      common tasks out into separate routines, and use char * instead
 +      of const char * to avoid a lot of casting.
 +
  2024-07-20         Tim Rice              <trice@posteo.net>
  
        * io.c (csvscan): Set the sentinel if we found CR-LF.

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

Summary of changes:
 ChangeLog |  4 ++++
 re.c      | 13 ++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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