[Pkg-octave-commit] [octave-io] branch master updated (ecffb0d -> a4b3c9f)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat May 2 16:29:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a change to branch master
in repository octave-io.

      from  ecffb0d   d/p/autoload-yes.patch: Remove patch (deprecated upstream)
      adds  0ac73a6   Imported Upstream version 2.2.7
       new  c7163b4   Merge tag 'upstream/2.2.7'
       new  34cf6d8   d/copyright: Reflect upstream changes
       new  fc68603   d/p/uno.patch: Refresh for new upstream version
       new  a4b3c9f   d/NEWS: Use regular paragraphs

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                       |   4 +-
 INDEX                             |   3 +
 NEWS                              | 130 +++++++--
 PKG_ADD                           |   4 +
 debian/NEWS                       |  10 +-
 debian/copyright                  |   7 +-
 debian/patches/uno.patch          |  15 +-
 doc/READ-ODS.html                 |  35 +--
 doc/READ-XLS.html                 |  13 +-
 inst/chk_spreadsheet_support.m    | 545 ++++++++++++++++----------------------
 inst/dbfread.m                    | 421 +++++++++++++++++++++++++++++
 inst/dbfwrite.m                   | 180 +++++++++++++
 inst/io_ods_testscript.m          |   5 +-
 inst/io_xls_testscript.m          |   5 +-
 inst/oct2ods.m                    |  40 +--
 inst/oct2xls.m                    |  40 +--
 inst/ods2oct.m                    |  20 +-
 inst/odsclose.m                   |  13 +-
 inst/odsopen.m                    |  36 +--
 inst/odsread.m                    |  66 ++---
 inst/odswrite.m                   |  22 +-
 inst/parsecell.m                  |   5 +-
 inst/pch2mat.m                    |   2 +-
 inst/private/__COM_chk_sprt__.m   |  62 +++++
 inst/private/__COM_oct2spsh__.m   |  26 +-
 inst/private/__COM_spsh_close__.m |   5 +-
 inst/private/__JOD_chk_sprt__.m   |  47 ++++
 inst/private/__JOD_spsh2oct__.m   |   8 +-
 inst/private/__JXL_chk_sprt__.m   |  44 +++
 inst/private/__OCT_gnm2oct__.m    |   5 +-
 inst/private/__OCT_oct2gnm__.m    |   4 +-
 inst/private/__OCT_oct2ods__.m    |  38 ++-
 inst/private/__OCT_oct2xlsx__.m   | 254 +++++++++++-------
 inst/private/__OCT_ods2oct__.m    |   5 +-
 inst/private/__OCT_spsh_close__.m |  15 +-
 inst/private/__OCT_spsh_open__.m  |  32 ++-
 inst/private/__OCT_xlsx2oct__.m   |  29 +-
 inst/private/__OTK_chk_sprt__.m   |  83 ++++++
 inst/private/__OTK_spsh_open__.m  |   5 +-
 inst/private/__OXS_chk_sprt__.m   |  73 +++++
 inst/private/__POI_chk_sprt__.m   |  67 +++++
 inst/private/__UNO_chk_sprt__.m   |  61 +++++
 inst/private/__UNO_oct2spsh__.m   |  11 +-
 inst/private/__UNO_spsh2oct__.m   |   5 +-
 inst/private/__UNO_spsh_close__.m |  11 +-
 inst/private/__UNO_spsh_open__.m  |  38 ++-
 inst/private/getodsinterfaces.m   |   5 +-
 inst/private/getxlsinterfaces.m   |   6 +-
 inst/private/spsh_chkrange.m      |   5 +-
 inst/test_spsh.m                  |   5 +-
 inst/xls2oct.m                    |  27 +-
 inst/xlsclose.m                   |  19 +-
 inst/xlsfinfo.m                   |   5 +-
 inst/xlsopen.m                    |  28 +-
 inst/xlsread.m                    |  43 +--
 inst/xlswrite.m                   |  87 ++++--
 src/cell2csv.cc                   |   1 +
 src/col2num.cc                    |   1 -
 src/csv2cell.cc                   |   1 +
 src/num2col.cc                    |   6 +-
 60 files changed, 2006 insertions(+), 782 deletions(-)
 create mode 100644 inst/dbfread.m
 create mode 100644 inst/dbfwrite.m
 create mode 100644 inst/private/__COM_chk_sprt__.m
 create mode 100644 inst/private/__JOD_chk_sprt__.m
 create mode 100644 inst/private/__JXL_chk_sprt__.m
 create mode 100644 inst/private/__OTK_chk_sprt__.m
 create mode 100644 inst/private/__OXS_chk_sprt__.m
 create mode 100644 inst/private/__POI_chk_sprt__.m
 create mode 100644 inst/private/__UNO_chk_sprt__.m

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-io.git



More information about the Pkg-octave-commit mailing list