[Pkg-octave-commit] [octave-io] branch master updated (6f830e1 -> e029a1b)

Thomas Weber tweber at moszumanska.debian.org
Tue Apr 22 12:35:47 UTC 2014


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

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

      from  6f830e1   Debian release 2.0.2-1.
       new  2ce50e7   Imported Upstream version 2.2.0
       new  1f9234f   Refresh patches
       new  8bd6904   Add dep3 description to uno.patch
       new  e029a1b   Debian release 2.2.0-1

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                               |   6 +-
 NEWS                                      |  52 +++
 PKG_ADD                                   |  19 +-
 debian/changelog                          |  10 +
 debian/patches/autoload-yes.patch         |   4 +-
 debian/patches/low-priority-for-POI.patch |  10 +-
 debian/patches/low-priority-for-UNO.patch |  18 +-
 debian/patches/uno.patch                  |  39 ++-
 doc/READ-ODS.html                         |  67 ++--
 doc/READ-XLS.html                         |  34 +-
 inst/calccelladdress.m                    |  19 +-
 inst/chk_spreadsheet_support.m            |  67 ++--
 inst/io_ods_testscript.m                  |  46 +--
 inst/io_xls_testscript.m                  |  27 +-
 inst/oct2ods.m                            |  23 +-
 inst/oct2xls.m                            |  19 +-
 inst/ods2oct.m                            |  23 +-
 inst/odsclose.m                           |   5 +-
 inst/odsfinfo.m                           |  20 +-
 inst/odsopen.m                            |  41 +--
 inst/odsread.m                            |  28 +-
 inst/odswrite.m                           |  22 +-
 inst/private/__OCT_gnm2oct__.m            |  35 +-
 inst/private/__OCT_merge_data__.m         |  72 +++++
 inst/private/__OCT_oct2ods__.m            | 292 +++++++++++++++++
 inst/private/__OCT_oct2spsh__.m           |  75 +++++
 inst/private/__OCT_oct2xlsx__.m           | 514 ++++++++++++++++++++++++++++++
 inst/private/__OCT_ods2oct__.m            |   8 +-
 inst/private/__OCT_spsh_close__.m         |  55 +++-
 inst/private/__OCT_spsh_open__.m          |  57 +++-
 inst/private/__OCT_xlsx2oct__.m           |  19 +-
 inst/private/__OTK_oct2ods__.m            |   5 +-
 inst/private/__OTK_spsh_info__.m          |   9 +-
 inst/private/__OXS_spsh_open__.m          |   7 +-
 inst/private/__POI_getusedrange__.m       |   5 +-
 inst/private/parse_sp_range.m             | 103 +++---
 inst/templates/template.ods               | Bin 0 -> 6803 bytes
 inst/templates/template.xlsx              | Bin 0 -> 7367 bytes
 inst/xls2oct.m                            |   7 +-
 inst/xlsclose.m                           |  15 +-
 inst/xlsfinfo.m                           |  16 +-
 inst/xlsopen.m                            |  40 ++-
 inst/xlsread.m                            |  34 +-
 inst/xlswrite.m                           |  23 +-
 src/Makefile                              |  10 +-
 src/__char2num__.c                        |  72 +++++
 src/__num2char__.c                        |  75 +++++
 47 files changed, 1743 insertions(+), 404 deletions(-)
 create mode 100644 inst/private/__OCT_merge_data__.m
 create mode 100644 inst/private/__OCT_oct2ods__.m
 create mode 100644 inst/private/__OCT_oct2spsh__.m
 create mode 100644 inst/private/__OCT_oct2xlsx__.m
 create mode 100644 inst/templates/template.ods
 create mode 100644 inst/templates/template.xlsx
 create mode 100644 src/__char2num__.c
 create mode 100644 src/__num2char__.c

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