[cdo] 18/84: merge master 1.6.0

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 13 16:48:25 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cdo.

commit b623258057ade82562f30787625b884d90d14870
Merge: 61053a0 bc6aba1
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Mar 27 11:59:47 2013 +0000

    merge master 1.6.0

 ChangeLog                       |  109 +
 Makefile.in                     |    1 +
 NEWS                            |   21 +
 OPERATORS                       |   59 +-
 aclocal.m4                      |   12 -
 cdo.spec                        |    2 +-
 config/default                  |    6 +-
 configure                       |   59 +-
 configure.ac                    |   18 +-
 contrib/COPYING                 |  280 ++
 contrib/Makefile.am             |    6 +-
 contrib/Makefile.in             |    9 +-
 contrib/cdoCompletion.bash      |   38 +-
 contrib/cdoCompletion.tcsh      |   38 +-
 contrib/cdoCompletion.zsh       |   38 +-
 contrib/python/cdo.py           |   42 +-
 libcdi/ChangeLog                |   65 +
 libcdi/NEWS                     |   16 +
 libcdi/aclocal.m4               |   12 -
 libcdi/app/cdi.c                |   73 +-
 libcdi/app/createtable.c        |    6 +-
 libcdi/app/printinfo.h          |   54 +-
 libcdi/configure                |  123 +-
 libcdi/configure.ac             |    8 +-
 libcdi/src/Makefile.am          |    1 +
 libcdi/src/Makefile.in          |    1 +
 libcdi/src/cdf_int.c            |   12 +-
 libcdi/src/cdi.h                |   30 +-
 libcdi/src/cdi.inc              |   65 +-
 libcdi/src/cdiFortran.c         |   30 +-
 libcdi/src/cdi_error.c          |    1 +
 libcdi/src/cdilib.c             | 6214 +++++++++++++++++++++------------------
 libcdi/src/cgribex.h            |    5 +-
 libcdi/src/cgribexlib.c         |  987 +++++--
 libcdi/src/config.h.in          |    3 +
 libcdi/src/extralib.c           |    6 +
 libcdi/src/gribapi.c            |   11 +-
 libcdi/src/gribapi.h            |    7 +-
 libcdi/src/grid.c               |  149 +-
 libcdi/src/grid.h               |    4 +-
 libcdi/src/ieglib.c             |    4 +
 libcdi/src/model.c              |    4 +-
 libcdi/src/pio_dbuffer.c        |    6 +-
 libcdi/src/pio_util.c           |   29 +-
 libcdi/src/pio_util.h           |    6 +-
 libcdi/src/resource_handle.c    |   14 +-
 libcdi/src/resource_handle.h    |    3 +-
 libcdi/src/servicelib.c         |    6 +
 libcdi/src/stream.c             |  124 +-
 libcdi/src/stream_cdf.c         |  736 +++--
 libcdi/src/stream_cdf.h         |   32 +-
 libcdi/src/stream_cgribex.c     |  191 +-
 libcdi/src/stream_cgribex.h     |    6 +-
 libcdi/src/stream_ext.c         |  198 +-
 libcdi/src/stream_ext.h         |   22 +-
 libcdi/src/stream_grb.c         |  180 +-
 libcdi/src/stream_grb.h         |   22 +-
 libcdi/src/stream_gribapi.c     |  693 +++--
 libcdi/src/stream_gribapi.h     |    6 +-
 libcdi/src/stream_history.c     |    6 +-
 libcdi/src/stream_ieg.c         |  203 +-
 libcdi/src/stream_ieg.h         |   22 +-
 libcdi/src/stream_int.c         |   23 +-
 libcdi/src/stream_int.h         |   24 +-
 libcdi/src/stream_record.c      |   86 +-
 libcdi/src/stream_srv.c         |  203 +-
 libcdi/src/stream_srv.h         |   22 +-
 libcdi/src/stream_var.c         |   20 +-
 libcdi/src/taxis.c              |    4 +-
 libcdi/src/timebase.c           |   70 +-
 libcdi/src/timebase.h           |   15 +-
 libcdi/src/tsteps.c             |   23 +-
 libcdi/src/util.c               |   61 +-
 libcdi/src/varscan.c            |   82 +-
 libcdi/src/varscan.h            |    2 +-
 libcdi/src/vlist.c              |   71 +
 libcdi/src/vlist.h              |   19 +
 libcdi/src/vlist_var.c          |  122 +-
 libcdi/src/zaxis.c              |   21 +-
 libcdi/src/zaxis.h              |    6 +
 src/._CdoMagicsMapper.h         |  Bin 205 -> 205 bytes
 src/._Maggraph.c                |  Bin 205 -> 205 bytes
 src/._Magplot.c                 |  Bin 205 -> 205 bytes
 src/._Magvector.c               |  Bin 205 -> 205 bytes
 src/._Rhopot.c                  |  Bin 0 -> 205 bytes
 src/._StringUtilities.c         |  Bin 205 -> 205 bytes
 src/._StringUtilities.h         |  Bin 205 -> 205 bytes
 src/._magics_template_parser.c  |  Bin 205 -> 205 bytes
 src/._results_template_parser.c |  Bin 205 -> 205 bytes
 src/._template_parser.c         |  Bin 205 -> 205 bytes
 src/._template_parser.h         |  Bin 205 -> 205 bytes
 src/{Rhopot.c => Adisit.c}      |  169 +-
 src/Arith.c                     |    2 +-
 src/Arithc.c                    |    2 +-
 src/Arithdays.c                 |    5 +-
 src/Arithlat.c                  |    2 +-
 src/CDIread.c                   |    2 +-
 src/CDItest.c                   |    2 +-
 src/CDIwrite.c                  |    2 +-
 src/Cat.c                       |    2 +-
 src/Change.c                    |    2 +-
 src/Change_e5slm.c              |    2 +-
 src/Cloudlayer.c                |    2 +-
 src/Command.c                   |    2 +-
 src/Comp.c                      |    2 +-
 src/Compc.c                     |    2 +-
 src/Complextorect.c             |    2 +-
 src/Cond.c                      |    2 +-
 src/Cond2.c                     |    2 +-
 src/Condc.c                     |    2 +-
 src/Consecstat.c                |    4 +-
 src/Copy.c                      |    6 +-
 src/Deltime.c                   |    2 +-
 src/Derivepar.c                 |    8 +-
 src/Detrend.c                   |    2 +-
 src/Diff.c                      |   71 +-
 src/Duplicate.c                 |    2 +-
 src/EOFs.c                      |    2 +-
 src/Echam5ini.c                 |    2 +-
 src/Enlarge.c                   |    2 +-
 src/Enlargegrid.c               |    2 +-
 src/Ensstat.c                   |   19 +-
 src/Ensstat3.c                  |   51 +-
 src/Ensval.c                    |    2 +-
 src/Eof3d.c                     |    2 +-
 src/Eofcoeff.c                  |    2 +-
 src/Eofcoeff3d.c                |    2 +-
 src/Exprf.c                     |    2 +-
 src/FC.c                        |    2 +-
 src/Filedes.c                   |    3 +-
 src/Fillmiss.c                  |    2 +-
 src/Filter.c                    |    4 +-
 src/Fldrms.c                    |    2 +-
 src/Fldstat.c                   |   17 +-
 src/Fldstat2.c                  |    2 +-
 src/Fourier.c                   |    2 +-
 src/Gather.c                    |    2 +-
 src/Gengrid.c                   |    2 +-
 src/Gradsdes.c                  |    2 +-
 src/Gridboxstat.c               |    2 +-
 src/Gridcell.c                  |    7 +-
 src/Harmonic.c                  |    2 +-
 src/Histogram.c                 |    2 +-
 src/Importamsr.c                |    2 +-
 src/Importbinary.c              |    2 +-
 src/Importcmsaf.c               |  111 +-
 src/Importobs.c                 |    2 +-
 src/Info.c                      |    2 +-
 src/Input.c                     |    2 +-
 src/Intgrid.c                   |    2 +-
 src/Intgridtraj.c               |    2 +-
 src/Intlevel.c                  |    2 +-
 src/Intlevel3d.c                |    2 +-
 src/Intntime.c                  |    2 +-
 src/Inttime.c                   |    2 +-
 src/Intyear.c                   |    2 +-
 src/Invert.c                    |    2 +-
 src/Invertlev.c                 |    2 +-
 src/Isosurface.c                |    2 +-
 src/Kvl.c                       |    2 +-
 src/Log.c                       |    2 +-
 src/Maggraph.c                  |   26 +
 src/Magplot.c                   |  367 +--
 src/Makefile.am                 |    4 +-
 src/Makefile.in                 |  222 +-
 src/Maskbox.c                   |  132 +-
 src/Mastrfu.c                   |    2 +-
 src/Math.c                      |    3 +-
 src/Merge.c                     |    4 +-
 src/Mergegrid.c                 |    2 +-
 src/Mergetime.c                 |    2 +-
 src/Merstat.c                   |    2 +-
 src/Monarith.c                  |    2 +-
 src/Mrotuv.c                    |    2 +-
 src/Mrotuvb.c                   |    2 +-
 src/Ninfo.c                     |    3 +-
 src/Nmltest.c                   |    2 +-
 src/Output.c                    |    2 +-
 src/Outputgmt.c                 |    2 +-
 src/Pinfo.c                     |    2 +-
 src/Pressure.c                  |    2 +-
 src/Regres.c                    |    2 +-
 src/Remap.c                     |    3 +-
 src/Replace.c                   |    2 +-
 src/Replacevalues.c             |    2 +-
 src/Rhopot.c                    |   99 +-
 src/Rotuv.c                     |    2 +-
 src/Runpctl.c                   |   28 +-
 src/Runstat.c                   |  246 +-
 src/Scatter.c                   |    2 +-
 src/Seasstat.c                  |    7 +-
 src/Selbox.c                    |  114 +-
 src/Select.c                    |    2 +-
 src/Seloperator.c               |    2 +-
 src/Selrec.c                    |    2 +-
 src/Seltime.c                   |   29 +-
 src/Selvar.c                    |    2 +-
 src/Set.c                       |    2 +-
 src/Setbox.c                    |  132 +-
 src/Setgatt.c                   |    2 +-
 src/Setgrid.c                   |    2 +-
 src/Sethalo.c                   |    2 +-
 src/Setmiss.c                   |    2 +-
 src/Setpartab.c                 |  107 +-
 src/Setrcaname.c                |    2 +-
 src/Settime.c                   |   22 +-
 src/Setzaxis.c                  |    2 +-
 src/Showinfo.c                  |    2 +-
 src/Sinfo.c                     |   84 +-
 src/Smooth9.c                   |    2 +-
 src/Sort.c                      |    2 +-
 src/Sorttimestamp.c             |    2 +-
 src/Specinfo.c                  |    8 +-
 src/Spectral.c                  |    2 +-
 src/Spectrum.c                  |    3 +-
 src/Split.c                     |    2 +-
 src/Splitrec.c                  |    2 +-
 src/Splitsel.c                  |    2 +-
 src/Splittime.c                 |    2 +-
 src/Splityear.c                 |    2 +-
 src/Subtrend.c                  |    2 +-
 src/Tee.c                       |    2 +-
 src/Templates.c                 |    2 +-
 src/Test.c                      |    2 +-
 src/Tests.c                     |    2 +-
 src/Timselstat.c                |   97 +-
 src/Timsort.c                   |    2 +-
 src/Timstat.c                   |  125 +-
 src/Timstat2.c                  |    2 +-
 src/Timstat3.c                  |    2 +-
 src/Tinfo.c                     |   46 +-
 src/Tocomplex.c                 |    2 +-
 src/Transpose.c                 |    2 +-
 src/Trend.c                     |    2 +-
 src/Trms.c                      |    2 +-
 src/Tstepcount.c                |    2 +-
 src/Vardup.c                    |    2 +-
 src/Vargen.c                    |   62 +-
 src/Varrms.c                    |    2 +-
 src/Vertint.c                   |    7 +-
 src/Vertstat.c                  |    2 +-
 src/Vertwind.c                  |    2 +-
 src/Wind.c                      |    2 +-
 src/Writegrid.c                 |    2 +-
 src/Writerandom.c               |    2 +-
 src/YAR.c                       |   11 +-
 src/Ydayarith.c                 |    2 +-
 src/Ydaystat.c                  |   97 +-
 src/Ydrunstat.c                 |   72 +-
 src/Yearmonstat.c               |  259 ++
 src/Yhourarith.c                |    2 +-
 src/Yhourstat.c                 |   97 +-
 src/Ymonarith.c                 |    2 +-
 src/Ymonstat.c                  |   97 +-
 src/Yseasstat.c                 |    2 +-
 src/Zonstat.c                   |    2 +-
 src/cdo.c                       |  375 +--
 src/cdo.h                       |    4 +-
 src/cdo_int.h                   |    8 +-
 src/cdo_pthread.c               |    2 +-
 src/cdo_vlist.c                 |    2 +-
 src/commandline.c               |    2 +-
 src/config.h.in                 |    6 +
 src/expr.c                      |   17 +-
 src/field.c                     |  225 +-
 src/field.h                     |   62 +-
 src/field2.c                    |  437 ++-
 src/fieldc.c                    |    4 +-
 src/fieldmem.c                  |    1 +
 src/fieldmer.c                  |    2 +-
 src/fieldzon.c                  |    2 +-
 src/functs.h                    |   11 +-
 src/gradsdeslib.c               |    1 -
 src/grid.c                      |    2 +-
 src/grid_gme.c                  |    3 +-
 src/griddes.c                   |  157 +-
 src/griddes.h                   |    7 +-
 src/griddes_h5.c                |   16 +-
 src/griddes_nc.c                |    2 +-
 src/history.c                   |    2 +-
 src/institution.c               |    2 +-
 src/interpol.c                  |    9 +-
 src/kvlist.c                    |    2 +-
 src/kvlist.h                    |    2 +-
 src/list.c                      |    2 +-
 src/list.h                      |    2 +-
 src/modules.c                   |   51 +-
 src/modules.h                   |    2 +-
 src/namelist.c                  |    2 +-
 src/namelist.h                  |    2 +-
 src/nth_element.c               |    2 +
 src/operator_help.h             |  536 +++-
 src/pipe.c                      |    2 +-
 src/pipe.h                      |    2 +-
 src/printinfo.h                 |   63 +-
 src/process.c                   |   19 +-
 src/process.h                   |    3 +-
 src/pstream.c                   |   13 +-
 src/pstream.h                   |    2 +-
 src/pstream_int.h               |    2 +-
 src/pthread_debug.c             |    2 +
 src/readline.c                  |    2 +-
 src/remaplib.c                  |   70 +-
 src/remapsort.c                 |   12 +-
 src/specspace.c                 |    4 +-
 src/table.c                     |    2 +-
 src/timer.c                     |    2 +-
 src/util.c                      |    2 +-
 src/util.h                      |    2 +-
 src/zaxis.c                     |   55 +-
 test/Makefile.in                |    1 +
 311 files changed, 9909 insertions(+), 7651 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list