[yorick] branch master updated (7a49880 -> b686ec7)
Thibaut Jean-Claude Paumard
thibaut at moszumanska.debian.org
Tue May 19 08:33:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
thibaut pushed a change to branch master
in repository yorick.
from 7a49880 Fix typo in changelog
adds 75da479 bumped to version 2.2.03x
adds 9e52af9 fixed bug in orientation calculation in hex/hex.c and hydram.c
adds d39167c mpy: make mp_exec work when mp_size<2, and limit error message printing
adds afee370 mpy: minor repair to mp_handin for mp_size<2
adds caed4aa mpy/mpy.c: mpy_fatal fixed to print only on rank<=16
adds 39de730 added fd_read, fd_write raw file descriptor i/o
adds 0bce616 added rangeof function to yorick/yio.c, i0/std.i
adds e4c3298 i0/graph.i: added svg command, advice about pdf/ps/svg hairline artifacts
adds 83b02ad yio.c:Y_rangeof fixed x=1:3:2; rangeof(x) bug
adds 161d1cc added extern varaibles for pltitle, xytitles positions
adds afe6528 fixed play/unix/slinks.c to handle :: and . in PATH
adds 70bf93d fixed parse error loop on 1e1000, make sscanf/strtod not return Inf
adds dcd249a fix wrap_args memory leak
adds 96c8db8 added exec function to i0/std.i
adds 118bcc2 minor improvement to exec() in i0/std.i
adds bcbfa0f fixed mpy/mpy.i: mp_size=1 if no MPI, mp_handin does not clobber input
adds 4062fed fixed double call to XFreeFontNames in play/x11/fonts.c
adds d4a0b1d fixed bug in vopen/include that caused lines to truncate at 256 chars
adds da90702 added pdf_finish to i0/graph.i
adds ae06f82 added levmar0, levmar1 APIs to i/levmar.i
adds 3b98271 fixed std.i:reform so reform(random(2,3),6) works
adds db564ed fixed FORTRAN_LINKAGE make macro, added CODGER_OPT macro
adds 0ee898b fits_info skips multiple consecutive blank lines
adds 5e9fd18 replace *pointer by strchar
adds bb783f2 remove the option to change encoding of data which is not FITS standard
adds e64e3c9 add fits_read_group function
adds badb5fa identifier can be long/double, the former is preferred for 64-bit machine
adds 4f17871 preliminary 64-bit integer support, recognize 3DTABLE as binary table extension
adds ec89066 use fits_is_image
adds e4c1fee improve 64-bit support for IMAGE extensions
adds 5ab684c added socket API, see yorick/socky.c, play/unix/usock.c
adds 9581711 fixes to socket callbacks, added ytask_run to yapi.h
adds ec8fad0 added testsock.i socket API test
adds 30b2349 first cut at windows socket API
adds 8c9d3f6 Merge remote-tracking branch 'upstream/master' into fits
adds f1fa055 improve fits_get_list
adds 65f9571 improve support of HIERARCH and allow for * in fits_match
adds 2db2b32 Allow packed RGB colors
adds 8e7987a Merge pull request #14 from emmt/packed-colors
adds 4f0dfa2 win project compiles
adds f122031 updated windows project files for msvc 2013
adds 09f0118 Merge windows fixes for socket interface, other modernization
adds 2b291a7 Merge remote-tracking branch 'upstream/master' into fits
adds 871af10 fixed long standing bug in hex/hex.i:track_reduce
adds 2d8e1ff fixed long standing bug in hex/hex.i:bi_dir
adds 2d45ca1 working mfc version with visual studio 2013
adds 227df20 solution and project files for visual studio 2013
adds 235cf75 added software SIGFPE support when FPU_IGNORE, ability to mask SIGFPE
adds 84882ca added prompt_marker function to simplify writing yorick controllers
adds 59fd287 version 2.2.04
adds 750371a Merge branch 'upstream-non-dfsg' into upstream
new d28b769 Merge tag 'upstream/2.2.04+dfsg'
new b686ec7 yorick (2.2.04+dfsg-1) unstable; urgency=low
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:
Makepkg | 5 +-
VERSION | 2 +-
debian/changelog | 6 +
debian/control | 2 +-
debian/copyright | 12 +-
gist/gread.c | 5 +-
hex/hex.c | 10 +-
hex/hex.i | 10 +-
hex/hydram.c | 4 +-
hex/store.c | 50 +--
i-start/50i.i | 2 +-
i/fits.i | 1126 +++++++++++++++++++++++++++++++++++++-------------
i/levmar.i | 61 ++-
i/testsock.i | 120 ++++++
i0/graph.i | 129 +++++-
i0/std.i | 191 ++++++++-
mpy/mpy.c | 50 ++-
mpy/mpy.i | 41 +-
play/any/Makefile | 5 +-
play/any/psoftfpe.c | 65 +++
play/play.h | 53 ++-
play/pstdio.h | 1 +
play/unix/Makefile | 4 +-
play/unix/config.c | 39 ++
play/unix/config.sh | 32 ++
play/unix/files.c | 14 +
play/unix/fpuset.c | 16 +-
play/unix/slinks.c | 26 +-
play/unix/umain.c | 1 +
play/unix/usock.c | 334 +++++++++++++++
play/win/files.c | 25 +-
play/win/handler.c | 8 +-
play/win/mfcapp.cpp | 24 +-
play/win/mfcterm.cpp | 75 ++--
play/win/playw.h | 1 +
play/win/sigseh.c | 4 +-
play/win/wpoll.c | 42 +-
play/win/wsock.c | 499 ++++++++++++++++++++++
play/x11/fonts.c | 1 -
play/yversion.h | 2 +-
win/.gitignore | 5 +
win/bench.dsp | 425 -------------------
win/bench.vcxproj | 353 ++++++++++++++++
win/browser.dsp | 156 -------
win/browser.rc | 818 ++++++++++++++++++------------------
win/browser.vcxproj | 306 ++++++++++++++
win/codger.dsp | 93 -----
win/codger.vcxproj | 251 +++++++++++
win/drat.dsp | 128 ------
win/drat.vcxproj | 247 +++++++++++
win/gist.dsp | 192 ---------
win/gist.vcxproj | 263 ++++++++++++
win/hex.dsp | 140 -------
win/hex.vcxproj | 250 +++++++++++
win/makeinit.bat | 22 +-
win/numfmt.dsp | 94 -----
win/numfmt.h | 28 --
win/numfmt.vcxproj | 249 +++++++++++
win/pkg.dsp | 92 -----
win/play.dsp | 284 -------------
win/play.vcxproj | 288 +++++++++++++
win/setup.dsp | 154 -------
win/setup.vcxproj | 155 +++++++
win/test2d.dsp | 144 -------
win/test2d.vcxproj | 299 ++++++++++++++
win/test3d.dsp | 149 -------
win/test3d.vcxproj | 304 ++++++++++++++
win/yflat.dsp | 898 ----------------------------------------
win/yflat.vcxproj | 512 +++++++++++++++++++++++
win/yorick.dsp | 140 -------
win/yorick.dsw | 230 -----------
win/yorick.rc | 880 +++++++++++++++++++--------------------
win/yorick.sln | 216 ++++++++++
win/yorick.vcxproj | 316 ++++++++++++++
win/yorlib.dsp | 493 ----------------------
win/yorlib.vcxproj | 390 +++++++++++++++++
yorick/Makefile | 17 +-
yorick/ascio.c | 38 +-
yorick/clog.c | 10 +-
yorick/codger.c | 6 +-
yorick/fnctn.c | 7 +
yorick/fortrn.c | 3 +-
yorick/funcdef.c | 6 +
yorick/fwrap.c | 3 +-
yorick/graph.c | 4 +-
yorick/ops.c | 4 +
yorick/ops3.c | 4 +
yorick/socky.c | 285 +++++++++++++
yorick/std2.c | 79 ++++
yorick/task.c | 74 +++-
yorick/yapi.h | 12 +-
yorick/yconfig.sh | 4 +-
yorick/yinput.c | 19 +-
yorick/yio.c | 56 ++-
yorick/yorick.c | 14 +-
95 files changed, 8485 insertions(+), 5221 deletions(-)
create mode 100644 i/testsock.i
create mode 100644 play/any/psoftfpe.c
create mode 100644 play/unix/usock.c
create mode 100644 play/win/wsock.c
create mode 100644 win/.gitignore
delete mode 100644 win/bench.dsp
create mode 100644 win/bench.vcxproj
delete mode 100644 win/browser.dsp
create mode 100644 win/browser.vcxproj
delete mode 100644 win/codger.dsp
create mode 100644 win/codger.vcxproj
delete mode 100644 win/drat.dsp
create mode 100644 win/drat.vcxproj
delete mode 100644 win/gist.dsp
create mode 100644 win/gist.vcxproj
delete mode 100644 win/hex.dsp
create mode 100644 win/hex.vcxproj
delete mode 100644 win/numfmt.dsp
delete mode 100644 win/numfmt.h
create mode 100644 win/numfmt.vcxproj
delete mode 100644 win/pkg.dsp
delete mode 100644 win/play.dsp
create mode 100644 win/play.vcxproj
delete mode 100644 win/setup.dsp
create mode 100644 win/setup.vcxproj
delete mode 100644 win/test2d.dsp
create mode 100644 win/test2d.vcxproj
delete mode 100644 win/test3d.dsp
create mode 100644 win/test3d.vcxproj
delete mode 100644 win/yflat.dsp
create mode 100644 win/yflat.vcxproj
delete mode 100644 win/yorick.dsp
delete mode 100644 win/yorick.dsw
create mode 100644 win/yorick.sln
create mode 100644 win/yorick.vcxproj
delete mode 100644 win/yorlib.dsp
create mode 100644 win/yorlib.vcxproj
create mode 100644 yorick/socky.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yorick.git
More information about the debian-science-commits
mailing list