[Pkg-octave-commit] [octave-general] branch master updated (1f0e11f -> 03104c1)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu May 28 05:43:44 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-general.

      from  1f0e11f   Drop the inputParser function, which is now in Octave 4.0 core
      adds  d84eff3   Imported Upstream version 2.0.0
       new  3442af0   Merge tag 'upstream/2.0.0'
       new  03104c1   Remove code for dropping the inputParser function

The 2 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 +-
 INDEX                             |   8 -
 NEWS                              |  24 +++
 debian/rules                      |  11 --
 inst/@inputParser/addOptional.m   |  63 -------
 inst/@inputParser/addParamValue.m |  55 -------
 inst/@inputParser/addRequired.m   |  60 -------
 inst/@inputParser/addSwitch.m     |  48 ------
 inst/@inputParser/createCopy.m    |  38 -----
 inst/@inputParser/display.m       |  58 -------
 inst/@inputParser/inputParser.m   | 224 -------------------------
 inst/@inputParser/parse.m         |  37 -----
 inst/@inputParser/subsasgn.m      |  37 -----
 inst/@inputParser/subsref.m       | 336 --------------------------------------
 inst/cauchy.m                     | 124 ++++++++++++++
 inst/unvech.m                     |   3 +
 16 files changed, 154 insertions(+), 978 deletions(-)
 delete mode 100644 inst/@inputParser/addOptional.m
 delete mode 100644 inst/@inputParser/addParamValue.m
 delete mode 100644 inst/@inputParser/addRequired.m
 delete mode 100644 inst/@inputParser/addSwitch.m
 delete mode 100644 inst/@inputParser/createCopy.m
 delete mode 100644 inst/@inputParser/display.m
 delete mode 100644 inst/@inputParser/inputParser.m
 delete mode 100644 inst/@inputParser/parse.m
 delete mode 100644 inst/@inputParser/subsasgn.m
 delete mode 100644 inst/@inputParser/subsref.m
 create mode 100644 inst/cauchy.m

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



More information about the Pkg-octave-commit mailing list