pspp-builds.git
2009-10-07 Ben PfaffRelease PSPP 0.6.2-rc1. fbsd72-i386-build30 fc11-i386-build16 fc11-x64-build17 lenny-x64-build38 sid-i386-build84 v0.6.2-rc1
2009-10-07 Ben PfaffUpdate Dutch and Brazilian Portuguese translations.
2009-09-24 Ben PfaffMake GtkItemEntry compatible with GTK+ 2.17.4 and later.
2009-09-17 Ben PfaffDon't pad variable labels written to system files.
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-09-09 Ben PfaffRelease PSPP 0.6.2-pre6. v0.6.2-pre6
2009-09-09 Ben PfaffAdd Brazilian Portuguese translation.
2009-09-04 Ben PfaffT-TEST: Also fix the case where the correlation is...
2009-09-04 Ben PfaffUpdate to latest nl.po.
2009-09-04 Ben PfaffT-TEST: Avoid NaN in paired-sample correlation signific...
2009-07-18 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Ben PfaffRelease PSPP 0.6.2-pre5. v0.6.2-pre5
2009-07-17 Ben PfaffFix reversed logic in when to append "/" to path in...
2009-07-17 Ben PfaffFix failure to write output file in GUI on Windows...
2009-07-17 Ben PfaffREGRESSION: Fix access beyond end of allocated region.
2009-07-17 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-17 John DarringtonFixed bug reporting the significance of paired value...
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-07-10 Ben PfaffUse Harry Thijssen's real name instead of his nick...
2009-07-09 Ben PfaffRelease PSPP 0.6.2-pre4. v0.6.2-pre4
2009-07-09 Ben PfaffUpdate to latest nl.po.
2009-07-09 Ben Pfaffgui: Fix brown-paper-bag bug in output file name selection.
2009-07-08 Ben PfaffCROSSTABS: Handle long string variables without crashin...
2009-07-03 Ben PfaffRelease PSPP 0.6.2-pre3. v0.6.2-pre3
2009-07-03 Ben PfaffAdd Dutch translation.
2009-07-03 Ben PfaffFix segfault drawing pie charts with old versions of...
2009-07-03 Ben PfaffRelease PSPP 0.6.2-pre2. v0.6.2-pre2
2009-07-03 John DarringtonCorrect default_output_path function on Windows.
2009-07-03 John DarringtonEnsure that windows opens the right file for output.
2009-07-03 Ben PfaffRelocate the locale directory.
2009-07-02 Ben PfaffRelease PSPP 0.6.2 prerelease 1. v0.6.2-pre1
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-06-18 Ben Pfaffsys-file-reader: Don't warn if compression bias field...
2009-06-18 Ben Pfaffpor-file-reader: Tolerate short lines when detecting...
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-11 John DarringtonChange g_print to g_warning
2009-04-08 John DarringtonUse the replacement rename function from gnulib.
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-02 John DarringtonFixed bug where piecharts with many segments crashed.
2009-03-31 John DarringtonFixed bug writing portable files.
2009-03-24 John DarringtonAdded #include <config.h> to files as appropriate.
2009-03-20 John DarringtonFix corrupted .sav files on w32 builds
2009-03-17 John DarringtonCorrect typo in BINOMIAL section of user manual.
2009-03-08 John DarringtonFixed a bug reading empty strings from Postgres databases.
2009-02-23 Jason StoverFix bug 25677
2009-02-22 John DarringtonPrevent data sheet from traversing into an invalid...
2009-02-07 John DarringtonRelocate path names when searching for files.
2009-02-05 John DarringtonSilently ignore some inrecognised subtypes.
2008-11-12 John DarringtonAdded a set of per binary LDFLAGS parameters.
2008-11-04 Ben PfaffUse gnulib 'close' module, for compatibility with newes...
2008-11-01 John DarringtonMove definition of OUTPUT_FILE_NAME to before first...
2008-10-18 John DarringtonMarked CORRELATIONS and PEARSON CORRELATIONS as unimple...
2008-10-18 John DarringtonAdded (source) configurable default output directory.
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-14 Ben PfaffMake src/libpspp/version.c depend on Makefile.
2008-10-10 Ben PfaffUpdate NEWS for 0.6.1. v0.6.1
2008-10-10 John DarringtonFixed problems when building with --enable-relocatable
2008-10-05 Ben PfaffUse Gnulib module "regex", to fix linking on Mingw.
2008-10-04 Ben PfaffUpdate NEWS for 0.6.1-rc2.
2008-10-04 Ben PfaffAdd ".sav" or ".por" suffix to filename when saving...
2008-10-04 Ben PfaffOnly use -fgnu89-inline if the compiler actually suppor...
2008-10-04 Ben PfaffAlso warn about missing prerequisites as we encounter...
2008-10-04 Ben PfaffAdd note to INSTALL explaining how to use libraries...
2008-10-04 Ben PfaffAdd pspp-dev.dvi to CLEANFILES.
2008-10-04 Ben PfaffAppend $(EXEEXT_FOR_BUILD) to output file name when...
2008-10-03 Ben PfaffUpdate NEWS for 0.6.1 release.
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-23 John DarringtonWork around bug #24033 (appending to output in cygwin).
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-08-17 Jason H StoverEstimate parameters. Moved some code to re-usable funct...
2008-08-16 Jason H StoverPointer DEPVAR is now required to be set correctly...
2008-08-16 Jason H StoverInitial versions of functions to estimate parameters
2008-08-08 John DarringtonInitialise label for piechart slices.
2008-08-08 John DarringtonBump minor version number so that git builds are distin...
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 Ben PfaffNew function for adding a numbering column to a casereader.
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-20 John DarringtonDeleted lib/gsl-extras and updated gsl dependence to 1.8
2008-07-17 Jason H StoverRecurse to simplify flow of covariance_pass_two()....
2008-07-16 Jason StoverMerge branch 'master' of ssh://jstover@git.sv.gnu.org...
2008-07-16 Jason StoverFixed update of covariance matrix when both variables...
2008-07-16 Ben PfaffMake PSPP_LINK2_IFELSE macro work with Autoconf earlier...
2008-07-16 Jason StoverFixed updating of covariance matrix when both variables
2008-07-16 Jason StoverAdded functions to compute covariance matrix.
2008-07-13 Ben PfaffAutodetect and fix GSL use of GCC-style "extern inline".
2008-07-06 Ben PfaffEnable users of dist tarballs to use --enable-gui-tools.
2008-07-06 Ben PfaffRemove 'de' from LINGUAS and delete po/de.po.
next