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. v0.7.9-241-g921cd


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-241-g921cd26
Date: Wed, 20 Jun 2012 14:17:14 +0000

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  921cd26b88dea7b27a0bf956d2b710d3eff9137b (commit)
       via  2814862a2c45a39f9822cf4c64ca3884822d064d (commit)
       via  20af4ead4d4c440c5bc269274cd5a87fa9e7056d (commit)
       via  bde3425960865b3740bca3e883864c7597dd59a3 (commit)
      from  987428608748d573aa3378725e929823f45b7a81 (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 921cd26b88dea7b27a0bf956d2b710d3eff9137b
Author: Ben Pfaff <address@hidden>
Date:   Tue Jun 19 23:09:25 2012 -0700

    text-data-import-dialog: Allow user to choose input encoding.
    
    Otherwise only automatically detected encodings can be used.
    
    Debian bug #676371.
    Reported-by: Gunther Furtado <address@hidden>

commit 2814862a2c45a39f9822cf4c64ca3884822d064d
Author: Ben Pfaff <address@hidden>
Date:   Tue Jun 19 22:43:24 2012 -0700

    Add ENCODING subcommand to several commands.
    
    I believe that this completes support for encodings for data input
    commands such as DATA LIST and GET DATA/TYPE=TXT.  Support is still
    incomplete for data output commands such as PRINT, which confuse
    byte offsets with character positions.
    
    Debian bug #676371.
    Reported-by: Gunther Furtado <address@hidden>

commit 20af4ead4d4c440c5bc269274cd5a87fa9e7056d
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 19 16:26:55 2011 -0700

    line-reader: New library for reading a file line-by-line.
    
    This library reads a file line-by-line in an arbitrary 8-bit or wider
    encoding, without requiring the file to be recoded.  This will be used
    in an upcoming commit.

commit bde3425960865b3740bca3e883864c7597dd59a3
Author: Ben Pfaff <address@hidden>
Date:   Mon Apr 16 23:02:29 2012 -0700

    PRINT SPACE: Fix missing fh_unref() on error path.
    
    The first "return" in this function failed to unref the handle.

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

Summary of changes:
 NEWS                                               |    3 +-
 doc/data-io.texi                                   |   47 ++-
 doc/files.texi                                     |    5 +
 src/data/file-handle-def.c                         |   30 +-
 src/data/file-handle-def.h                         |    4 +-
 src/language/data-io/data-list.c                   |   13 +-
 src/language/data-io/data-parser.c                 |    6 +-
 src/language/data-io/data-reader.c                 |  129 ++++++--
 src/language/data-io/data-reader.h                 |    7 +-
 src/language/data-io/data-writer.c                 |   50 +++-
 src/language/data-io/data-writer.h                 |    7 +-
 src/language/data-io/file-handle.q                 |   16 +-
 src/language/data-io/get-data.c                    |   20 +-
 src/language/data-io/inpt-pgm.c                    |   35 ++-
 src/language/data-io/print-space.c                 |   38 ++-
 src/language/data-io/print.c                       |   16 +-
 src/libpspp/automake.mk                            |    2 +
 src/libpspp/line-reader.c                          |  350 ++++++++++++++++++++
 src/libpspp/line-reader.h                          |   54 +++
 src/ui/gui/text-data-import-dialog.c               |   60 +++--
 tests/automake.mk                                  |    5 +
 tests/language/data-io/get-data-txt.at             |   17 +
 .../{u8-istream-test.c => line-reader-test.c}      |   86 +++---
 tests/libpspp/line-reader.at                       |   74 ++++
 24 files changed, 891 insertions(+), 183 deletions(-)
 create mode 100644 src/libpspp/line-reader.c
 create mode 100644 src/libpspp/line-reader.h
 copy tests/libpspp/{u8-istream-test.c => line-reader-test.c} (58%)
 create mode 100644 tests/libpspp/line-reader.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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