2009-01-20 |
John Darrington | Fix further bug in NPAR BINOMIAL |
tree | commitdiff |
2009-01-19 |
John Darrington | Fixed bug allocating the memory in NPAR BINOMIAL |
tree | commitdiff |
2009-01-17 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-01-07 |
Ben Pfaff | Make cases simpler, faster, and easier to understand. |
tree | commitdiff |
2008-12-10 |
John Darrington | Merge commit 'HEAD'; branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-06 |
Ben Pfaff | Remove unused match-files.c. |
tree | commitdiff |
2008-12-04 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Implement ADD FILES and UPDATE. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Replace case_ordering with subcase. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Break get.c up into multiple files in a logical fashion. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Allow MATCH FILES before an active file has been defined. |
tree | commitdiff |
2008-12-03 |
Ben Pfaff | Rename compare_values, hash_values with "_short" suffix. |
tree | commitdiff |
2008-11-11 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-11-08 |
John Darrington | Don't canonicalise pathnames of included files. |
tree | commitdiff |
2008-11-08 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-11-06 |
Jason H Stover | covariance-matrix.c: Added one-pass algorithm to comput... |
tree | commitdiff |
2008-11-01 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-11-01 |
John Darrington | Remove reference to sa_restorer, because it's not part... |
tree | commitdiff |
2008-10-18 |
John Darrington | Marked CORRELATIONS and PEARSON CORRELATIONS as unimple... |
tree | commitdiff |
2008-10-16 |
John Darrington | New .gitignore file |
tree | commitdiff |
2008-10-16 |
Ben Pfaff | Fix crash in tabulating long-string variables in CROSSTABS. |
tree | commitdiff |
2008-10-16 |
Ben Pfaff | Do not assume that canonicalize_file_name() always... |
tree | commitdiff |
2008-10-15 |
Jason H Stover | glm.q: Removed code to us QR decomposition, which requi... |
tree | commitdiff |
2008-10-15 |
John Darrington | Allow value labels for non integer values. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warning about uninitialized structure member. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Fix warning due to unmunge() returning a const string... |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Eliminate unused code in glm.q, regression.q. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Fix GCC 4.3 warnings about parameters of incomplete... |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Implement variable and data file attributes. |
tree | commitdiff |
2008-10-11 |
Ben Pfaff | Make [ and ] valid tokens in the lexer. |
tree | commitdiff |
2008-10-11 |
Ben Pfaff | Fix build when build and source directories are separate. |
tree | commitdiff |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable' |
tree | commitdiff |
2008-10-06 |
John Darrington | Allow hyphens in {sub}command names. |
tree | commitdiff |
2008-10-06 |
John Darrington | Add generated c files to .gitignore |
tree | commitdiff |
2008-10-05 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-10-05 |
John Darrington | Moved the datasheet testing code out of src/{libspp... |
tree | commitdiff |
2008-10-04 |
Ben Pfaff | Append $(EXEEXT_FOR_BUILD) to output file name when... |
tree | commitdiff |
2008-10-02 |
John Darrington | Enable recode unsupported RECODE mappings. |
tree | commitdiff |
2008-09-26 |
John Darrington | Whitespace changes only |
tree | commitdiff |
2008-09-26 |
John Darrington | Avoid forcing an int into a void * |
tree | commitdiff |
2008-09-21 |
John Darrington | Avoid crash when recovering from syntax error in RELIAB... |
tree | commitdiff |
2008-09-20 |
John Darrington | Moved all static libraries to libtool libraries. |
tree | commitdiff |
2008-09-20 |
John Darrington | Used pow2(x) instead of x * x where appropriate. |
tree | commitdiff |
2008-09-20 |
John Darrington | Added the /WILCOXON subcommand to NPAR TESTS |
tree | commitdiff |
2008-09-19 |
John Darrington | Added the MEDIAN function to AGGREGATE. |
tree | commitdiff |
2008-09-17 |
Jason H Stover | coeff_init: Do not use coeff[0] as the intercept. |
tree | commitdiff |
2008-09-15 |
Jason H Stover | pspp_coeff_var_to_coeff: Guard against a null pointer... |
tree | commitdiff |
2008-09-15 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-09-15 |
John Darrington | Use pow2 function instead of SQR macro. |
tree | commitdiff |
2008-09-14 |
John Darrington | Don't append % to count totals. |
tree | commitdiff |
2008-09-14 |
John Darrington | Don't destroy dictionary on error if we didn't create it. |
tree | commitdiff |
2008-09-14 |
John Darrington | Fixed bug which caused a crash if "end data." was not... |
tree | commitdiff |
2008-09-12 |
John Darrington | Implemented the reliability command. |
tree | commitdiff |
2008-09-12 |
Jason H Stover | Do not use const in pspp_linreg_get_vars. Use correct... |
tree | commitdiff |
2008-09-06 |
John Darrington | Fixed some issues calculating percentiles when missing... |
tree | commitdiff |
2008-09-06 |
John Darrington | Fixed some breakage in comment lines. |
tree | commitdiff |
2008-09-06 |
John Darrington | Rewrote the EXAMINE command. |
tree | commitdiff |
2008-09-04 |
John Darrington | Added a n_missing parameter to casereader_create_filter... |
tree | commitdiff |
2008-09-04 |
John Darrington | Complete re-implementation of the EXAMINE command. |
tree | commitdiff |
2008-08-23 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commi... |
tree | commitdiff |
2008-08-08 |
John Darrington | Initialise label for piechart slices. |
tree | commitdiff |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of... |
tree | commitdiff |
2008-07-27 |
John Darrington | Constness |
tree | commitdiff |
2008-07-27 |
John Darrington | Changed the default WORKSPACE value to 64MB. |
tree | commitdiff |
2008-07-26 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-07-26 |
John Darrington | Merge with recent change by Jason. |
tree | commitdiff |
2008-07-26 |
John Darrington | Removed the value_cnt associated with the caseordering |
tree | commitdiff |
2008-07-24 |
Jason H Stover | Dropped weight argument. Corrected update of entries... |
tree | commitdiff |
2008-07-22 |
Jason H Stover | No longer store entire data set in memory. |
tree | commitdiff |
2008-07-20 |
John Darrington | Why does git only commit some of the changes if you... |
tree | commitdiff |
2008-07-06 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
tree | commitdiff |
2008-06-22 |
Jason Stover | Fixed bug 23567. Added accessor functions to get/set... |
tree | commitdiff |
2008-06-14 |
Jason Stover | moved src/math/linreg.[ch] to src/math |
tree | commitdiff |
2008-05-29 |
John Darrington | Fixed bugs which manifested themselves as bus errors... |
tree | commitdiff |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-04-21 |
John Darrington | Update some copyright notices which still referred... |
tree | commitdiff |
2008-04-20 |
John Darrington | Fix mingw cross compile problem. |
tree | commitdiff |
2008-04-20 |
John Darrington | Fixed some recent problems with the mingw cross compile. |
tree | commitdiff |
2008-04-09 |
John Darrington | Fix display of degrees of freedom. |
tree | commitdiff |
2008-04-09 |
Jason Stover | fixed check for equality of explanatory and predictor... |
tree | commitdiff |
2008-04-05 |
John Darrington | Removed generated files from tarball |
tree | commitdiff |
2008-03-17 |
Ben Pfaff | Fix bug #22037. |
tree | commitdiff |
2008-03-16 |
Ben Pfaff | Patch #6452. Reviewed by John Darrington. |
tree | commitdiff |
2008-03-14 |
John Darrington | Remove unncessary dependencies on format.h |
tree | commitdiff |
2008-03-14 |
John Darrington | include format.h only where necessary. |
tree | commitdiff |
2008-03-12 |
John Darrington | Fix compiler warning. |
tree | commitdiff |
2008-03-11 |
Jason Stover | Removed header file for obsolete EXPORT subcommand |
tree | commitdiff |
2008-03-11 |
Jason Stover | Removed reference to regression-export.h |
tree | commitdiff |
2008-03-11 |
Jason Stover | Removed use of coefficient 0 as intercept; removed... |
tree | commitdiff |
2008-03-05 |
Ben Pfaff | Patch #6441. Reviewed by John Darrington. |
tree | commitdiff |
2008-02-19 |
Ben Pfaff | (ds_read_line): Add argument to limit the length of... |
tree | commitdiff |
2008-02-14 |
John Darrington | Fixed bug #22306 |
tree | commitdiff |
2008-02-10 |
Ben Pfaff | Add a couple of extensions to GET DATA TYPE=TXT. Patch... |
tree | commitdiff |
2008-02-06 |
John Darrington | Optimise the psql reader, by fetching more than one... |
tree | commitdiff |
2008-02-04 |
John Darrington | Added the postgres reader. Closes patch #6388 |
tree | commitdiff |
2008-01-19 |
John Darrington | Reworked settings so as to use one large struct instead... |
tree | commitdiff |
2008-01-02 |
John Darrington | Closes patch #6359 |
tree | commitdiff |
2007-12-21 |
John Darrington | Closing bug #21760 |
tree | commitdiff |
2007-12-12 |
John Darrington | Whitespace changes only. |
tree | commitdiff |
next |