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.4.1-22-gdb5d76


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-22-gdb5d769
Date: Sat, 12 Sep 2020 12:54:22 -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 "GNU PSPP".

The branch, master has been updated
       via  db5d7699e90fe6d690b776bb945891f6c0601c97 (commit)
      from  9fd7169a58954be733ae42de9916826dd56a8b81 (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 db5d7699e90fe6d690b776bb945891f6c0601c97
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Sep 12 09:53:52 2020 -0700

    i18n: Fix use of const qualifiers in create_iconv().
    
    Only the inbuf parameter of iconv() takes a const qualifier, on some POSIX
    nonconforming systems, but all of its parameters were qualified here, which
    caused warnings on those nonconforming systems.  This fixes the problem.
    
    Found with win-iconv for mingw.

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

Summary of changes:
 src/libpspp/i18n.c | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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