pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-362-g1e8aa


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-362-g1e8aa54
Date: Thu, 9 Jan 2020 02:27:07 -0500 (EST)

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 "GNU PSPP".

The branch, master has been updated
       via  1e8aa549d8b7b19f814bbb08995aedb6a96630f6 (commit)
       via  b2b06e8496c000431a28acb82fe87e1f8954e04f (commit)
      from  c5cf5c885e7b913b3a294a04a97ec1c923b924cd (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 -----------------------------------------------------------------
commit 1e8aa549d8b7b19f814bbb08995aedb6a96630f6
Author: Ben Pfaff <address@hidden>
Date:   Thu Jan 9 07:22:05 2020 +0000

    ascii: Correct multiple bugs regarding output width.
    
    The SET WIDTH setting was ignored.  This makes the code honor it for
    output to a file.  For output to a terminal, the terminal's width is
    used instead.
    
    Honor changes to SET WIDTH as well.
    
    The code to detect terminal size changes wasn't properly signal safe,
    and it was scattered across multiple files.  This centralizes it and
    makes it signal safe.
    
    There were bugs in updates to min_hbreak in corner cases.  This fixes
    them.
    
    Thanks to Frans Houweling and John Darrington for reporting these
    bugs.

commit b2b06e8496c000431a28acb82fe87e1f8954e04f
Author: Ben Pfaff <address@hidden>
Date:   Thu Jan 9 07:22:49 2020 +0000

    ascii: Fix parsing of -O width=<n> option.

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

Summary of changes:
 doc/invoking.texi                 |   8 +--
 src/output/ascii.c                | 140 +++++++++++++++++++++++---------------
 src/ui/terminal/automake.mk       |   4 +-
 src/ui/terminal/main.c            |   2 -
 src/ui/terminal/terminal-reader.c |  10 ---
 src/ui/terminal/terminal.c        |  73 --------------------
 src/ui/terminal/terminal.h        |  23 -------
 7 files changed, 89 insertions(+), 171 deletions(-)
 delete mode 100644 src/ui/terminal/terminal.c
 delete mode 100644 src/ui/terminal/terminal.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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