pspp-builds.git
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonFail more gracefully when the file specified on the...
2008-11-08 John DarringtonFixed problems when configured with --without-libplot
2008-11-08 John DarringtonDon't canonicalise pathnames of included files.
2008-11-08 John DarringtonCorrected problem with mismatched linefeed characters.
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-08 John DarringtonUpdated British translations.
2008-11-08 John DarringtonRewrote the command line parser using argp.
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-01 John DarringtonRemove reference to sa_restorer, because it's not part...
2008-10-16 John DarringtonNew .gitignore file
2008-10-16 John DarringtonFixed return type of design_matrix_get_case_count.
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-15 Jason H Stovercovariance_accumulate: New function for one-pass comput...
2008-10-15 John DarringtonSet the DECIMAL point character from the LC_NUMERIC
2008-10-15 John DarringtonAllow value labels for non integer values.
2008-10-14 John DarringtonMark variables as unused
2008-10-12 Ben PfaffMake pspp_linreg_with_cov() void, since it doesn't...
2008-10-12 Ben PfaffUse const consistently in linreg routines, to avert...
2008-10-12 Ben PfaffFix GCC 4.3 warning about uninitialized structure member.
2008-10-12 Ben PfaffFix warning due to unmunge() returning a const string...
2008-10-12 Ben PfaffAdvise not to build in a directory whose name contains...
2008-10-12 Ben PfaffAdd prototype for design_matrix_clone() to design-matrix.h.
2008-10-12 Ben PfaffEliminate unused variable.
2008-10-12 Ben PfaffFix typo in comment.
2008-10-12 Ben PfaffParenthesize more defensively in macro definition.
2008-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
2008-10-12 Ben PfaffFix GCC 4.3 warnings about parameters of incomplete...
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-11 Ben PfaffMake str_copy_rpad() behave properly with a DST_SIZE...
2008-10-11 Ben PfaffMake [ and ] valid tokens in the lexer.
2008-10-11 Ben PfaffFix build when build and source directories are separate.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
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-06 John DarringtonAllow hyphens in {sub}command names.
2008-10-06 John DarringtonAdd generated c files to .gitignore
2008-10-05 Ben PfaffUse Gnulib module "regex", to fix linking on Mingw.
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
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-10-02 John DarringtonEnable recode unsupported RECODE mappings.
2008-10-01 Ben PfaffAvoid the C99-only feature of declaring a variable...
2008-10-01 Ben PfaffAvoid bug in GCC 4.3 in hmap-test. Add comment warning...
2008-10-01 Ben PfaffNew hmap and hmapx hash table implementations.
2008-09-30 John DarringtonUpdated the description of the --with-gui-tools flag.
2008-09-26 John DarringtonWhitespace changes only
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-09-26 John DarringtonAdd .la to gitignore
2008-09-23 John DarringtonFixed minor build problems.
2008-09-21 John DarringtonAvoid crash when recovering from syntax error in RELIAB...
2008-09-20 John DarringtonMark variable as unused.
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-20 John DarringtonUsed pow2(x) instead of x * x where appropriate.
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS
2008-09-19 John DarringtonAdded the MEDIAN function to AGGREGATE.
2008-09-17 Jason H Stovercoeff_init: Do not use coeff[0] as the intercept.
2008-09-15 Jason H Stoverpspp_coeff_var_to_coeff: Guard against a null pointer...
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-15 John DarringtonAdded some error checking to casereader_create_append_rank
2008-09-15 John DarringtonUse pow2 function instead of SQR macro.
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-09-13 John DarringtonAdded src/math/statistic.h to dist files.
2008-09-13 John DarringtonAdded README to distributed files
2008-09-13 John DarringtonAdded new casetranslator for appending ranks.
2008-09-13 John DarringtonNew function: var_create_internal.
2008-09-12 John DarringtonDowngraded mismatched gtk warning.
2008-09-12 John DarringtonImplemented the reliability command.
2008-09-12 Jason H StoverDo not use const in pspp_linreg_get_vars. Use correct...
2008-09-08 John DarringtonAdd ".sav" or ".por" suffix to filename when saving...
2008-09-06 John DarringtonAdd n_missing argument to casereader_create_filter_missing
2008-09-06 John DarringtonFixed some issues calculating percentiles when missing...
2008-09-06 John DarringtonFixed some breakage in comment lines.
2008-09-06 John DarringtonRewrote the EXAMINE command.
2008-09-05 Jason H StoverAdded design_matrix_clone() to clone a design matrix.
2008-09-05 John DarringtonAdded some common glob patterns to .gitignore
2008-09-05 John DarringtonOops. Neglected to add new files.
2008-09-04 John DarringtonAdd casereader_create_append_numeric function.
2008-09-04 John DarringtonAdded a n_missing parameter to casereader_create_filter...
2008-09-04 John DarringtonComplete re-implementation of the EXAMINE command.
2008-09-04 John DarringtonRenumber development branch (master) to 0.7.0 v0.7.0
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...
next