Added custom assert(); Fixed bugs in T-TEST and VALUE LABELS
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Mar 2004 08:41:19 +0000 (08:41 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 21 Mar 2004 08:41:19 +0000 (08:41 +0000)
commit205ac3afa4c2b19c85819d8695abf3975bb11807
treeb62b5134f2765fdd21984bc7c0b2c61acb3ba36f
parent6d34b6cd00bb26603f8acedd3f0ed69a4484e484
Added custom assert(); Fixed bugs in T-TEST and VALUE LABELS
81 files changed:
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/aggregate.c
src/algorithm.c
src/alloc.c
src/ascii.c
src/autorecode.c
src/cmdline.c
src/command.c
src/compute.c
src/count.c
src/crosstabs.q
src/data-in.c
src/data-list.c
src/data-out.c
src/descript.q
src/devind.c
src/dfm.c
src/dictionary.c
src/do-if.c
src/error.c
src/error.h
src/expr-evl.c
src/expr-opt.c
src/expr-prs.c
src/file-handle.q
src/file-type.c
src/filename.c
src/flip.c
src/format.c
src/frequencies.q
src/get.c
src/getline.c
src/glob.c
src/groff-font.c
src/hash.c
src/html.c
src/inpt-pgm.c
src/levene.c
src/lexer.c
src/list.q
src/loop.c
src/main.c
src/matrix-data.c
src/matrix.c
src/means.q
src/mis-val.c
src/modify-vars.c
src/numeric.c
src/output.c
src/pfm-read.c
src/pfm-write.c
src/pool.c
src/postscript.c
src/print.c
src/q2c.c
src/random.c
src/recode.c
src/rename-vars.c
src/repeat.c
src/set.q
src/sfm-read.c
src/sfm-write.c
src/som.c
src/sort.c
src/str.c
src/sysfile-info.c
src/t-test.q
src/tab.c
src/temporary.c
src/val-labs.c
src/value-labels.c
src/vars-atr.c
src/vars-prs.c
src/vector.c
src/vfm.c
src/weight.c
tests/Makefile.am
tests/bugs/t-test.sh [new file with mode: 0755]
tests/bugs/val-labs.sh [new file with mode: 0755]