pspp-builds.git
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
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-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...
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.
2008-07-06 Ben PfaffRemove obsolete .gitignore entries.
2008-07-06 Ben PfaffRemove files from .gitignore that are specific to blp...
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 Stoverremoved src/math/linreg/
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math
2008-06-14 Ben PfaffFix typo in AC_PREREQ command name.
2008-06-09 Ben PfaffFinal changes for 0.6.0 release. v0.6.0
2008-06-07 John DarringtonUpdated about dialog text.
2008-06-07 John DarringtonUpdated authors' contributions.
2008-05-29 John DarringtonFixed bugs which manifested themselves as bus errors...
2008-05-29 John DarringtonAdded a --enable-anachronistic-dependencies flag to...
2008-05-20 John DarringtonApplied patch #6515 : Allow dlls to be built on w32...
2008-05-20 John DarringtonMade all the tests respect the PSPP_TEST_NO_CLEANUP...
2008-05-20 John DarringtonRemoved the '--text' argument to diff, which is non...
2008-05-20 John DarringtonAdded "cd /" to the test scripts which don't already...
2008-05-17 John DarringtonDon't issue a warning if the TO and FROM encodings...
2008-05-17 John DarringtonFixed non-portable shell syntax in tests. Added a...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-05-16 Ben Pfaff* Smake (GNULIB_MODULES): Don't depend on memmem module...
2008-05-09 John DarringtonMissing quotes.
2008-05-09 John DarringtonDebian ships a package which provides ncurses5-config...
2008-05-09 John DarringtonFix problems with yelp opening info files.
2008-05-09 John DarringtonFixed problem running make distcheck with gettext 0.17
2008-05-09 John DarringtonUpdate po files.
2008-05-09 Ben PfaffDon't call gtk_widget_unparent on sheet->button if...
2008-05-08 Ben PfaffDon't make the user wiggle the mouse to be able to...
2008-05-08 Ben PfaffChange the mouse pointer to a watch to indicate that...
2008-05-08 John DarringtonDon't use gtk_action_connect_proxy for popup menu items...
2008-05-07 Ben Pfaff(get_tooltip_location): Prevent crash when a tooltip...
2008-05-07 Ben Pfaff(text_data_import_assistant): Allocate the struct impor...
2008-05-07 Ben Pfaff(gtk_sheet_dispose): Set the sheet's entry_container...
2008-05-03 John DarringtonDon't append cell contents when there is none.
next