Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / src / language /
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-05-12 Ben Pfaffdata-parser: Treat " ," the same as ",".
2009-05-09 John DarringtonEnsure that NUMERIC's format (if any) is a valid output...
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-02-23 Jason StoverFix bug 25677
2008-10-18 John DarringtonMarked CORRELATIONS and PEARSON CORRELATIONS as unimple...
2008-10-16 Ben PfaffFix crash in tabulating long-string variables in CROSSTABS.
2008-10-16 Ben PfaffDo not assume that canonicalize_file_name() always...
2008-10-04 Ben PfaffAppend $(EXEEXT_FOR_BUILD) to output file name when...
2008-09-14 John DarringtonDon't append % to count totals.
2008-09-14 John DarringtonDon't destroy dictionary on error if we didn't create it.
2008-09-14 John DarringtonFixed bug which caused a crash if "end data." was not...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-08-08 John DarringtonInitialise label for piechart slices.
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-07-27 John DarringtonConstness
2008-07-27 John DarringtonChanged the default WORKSPACE value to 64MB.
2008-07-26 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-07-26 John DarringtonMerge with recent change by Jason.
2008-07-26 John DarringtonRemoved the value_cnt associated with the caseordering
2008-07-24 Jason H StoverDropped weight argument. Corrected update of entries...
2008-07-22 Jason H StoverNo longer store entire data set in memory.
2008-07-20 John DarringtonWhy does git only commit some of the changes if you...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math
2008-05-29 John DarringtonFixed bugs which manifested themselves as bus errors...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-04-21 John DarringtonUpdate some copyright notices which still referred...
2008-04-20 John DarringtonFix mingw cross compile problem.
2008-04-20 John DarringtonFixed some recent problems with the mingw cross compile.
2008-04-09 John DarringtonFix display of degrees of freedom.
2008-04-09 Jason Stoverfixed check for equality of explanatory and predictor...
2008-04-05 John DarringtonRemoved generated files from tarball
2008-03-17 Ben PfaffFix bug #22037.
2008-03-16 Ben PfaffPatch #6452. Reviewed by John Darrington.
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-03-12 John DarringtonFix compiler warning.
2008-03-11 Jason StoverRemoved header file for obsolete EXPORT subcommand
2008-03-11 Jason StoverRemoved reference to regression-export.h
2008-03-11 Jason StoverRemoved use of coefficient 0 as intercept; removed...
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-14 John DarringtonFixed bug #22306
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2008-01-02 John DarringtonCloses patch #6359
2007-12-21 John DarringtonClosing bug #21760
2007-12-12 John DarringtonWhitespace changes only.
2007-12-08 Ben PfaffPatch #6302.
2007-12-08 Ben PfaffPatch #6302.
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-11-12 Ben Pfaff(display_variables): Fix DISPLAY LABELS. Thanks to...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-06 Ben PfaffPatch #6258.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-13 Ben PfaffUse trunc module from gnulib instead of our home-grown...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-23 Ben Pfaff(cmd_data_list): Don't allow END subcommand to be used...
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-22 John DarringtonCorrected various typos in error messages.
2007-09-22 John DarringtonFree the cmd after it's finished.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-20 Ben PfaffFix bug #21108.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-17 Ben Pfaff* set.q (show_warranty): Use fputs to print lack-of...
2007-09-15 John DarringtonCanonicalized on American orthography in source files.
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-13 John DarringtonFreed the stuff generated by the parser.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-09-05 John DarringtonImplemented the INSERT command.
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-08-28 John DarringtonYet more memory leaks.
2007-08-27 John DarringtonPlugged some memory leaks.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-16 Ben PfaffDelete files that should never have been checked in.
2007-08-15 Jason Stoverfix bug 19819
2007-08-13 Ben PfaffOutput variable measurement level, alignment, and displ...
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
next