projects
/
pspp-builds.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pspp-builds.git
2006-04-24
Ben Pfaff
Use gnulib exit module.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-24
Ben Pfaff
Continue reforming error message support. In this...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-24
Ben Pfaff
Continue reforming error message support. Use linebrea...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-24
Ben Pfaff
Add linebreak to GNULIB_MODULES.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-22
Jason Stover
removed uneccessary cast to pspp_linreg_cache
commit
|
commitdiff
|
tree
|
snapshot
2006-04-21
Jason Stover
initial description of the SAVE subcommand
commit
|
commitdiff
|
tree
|
snapshot
2006-04-21
Jason Stover
choose residual variable names correctly
commit
|
commitdiff
|
tree
|
snapshot
2006-04-20
Jason Stover
moved call to subcommand_save outside multipass_procedu...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-19
Jason Stover
fixed look up of the number of variables
commit
|
commitdiff
|
tree
|
snapshot
2006-04-19
Jason Stover
Added pointer to residual variable to linreg cache
commit
|
commitdiff
|
tree
|
snapshot
2006-04-19
Jason Stover
Fixed residual look up
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Jason Stover
pspp_linreg_cache_free accepts a void pointer
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Jason Stover
regression_trns_proc accepts an int as the third arg
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Jason Stover
pspp_linreg_cache_free returns a boolean
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Jason Stover
added transformation to compute residuals
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
Continue reforming error message support. In this...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
Make ds_vprintf() properly handle a null string.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
GNU standards require "file name" instead of "filename" in
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
Consistently write "file name" as two words, in accorda...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
GNU standards require "file name" instead of "filename" in
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
We don't really support anything but Unix-like environm...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-17
Ben Pfaff
GNU standards require "file name" instead of "filename" in
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Renamed some file name functions.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
* filename.c: (fn_tilde_expand) Rewrite for cleaner...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Continue reforming error message support. In this...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Start reforming error message support. In this phase...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Get rid of src/libpspp/debug-print.h and all its users...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Improve comment.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Get rid of #defines after #error.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Get rid of our own int32 type in favor of the standard...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Remove last users of struct file_ext, and then get...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Complain about missing prerequisites in a group at...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Jason Stover
fixed variable type check
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Move code from configure.ac to acinclude.m4 for readabi...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Update TODO.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-16
Ben Pfaff
Fix some warnings.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-15
Ben Pfaff
* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-10
Jason Stover
fixed prediction bug
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
updated residual function; fixed bug in coefficient.c
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
call residual function instead of predict to get residual
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
added residual function to linreg struct; tidied up
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
fixed coefficient lookup
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
predict is more robust
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
fixed predict argument list
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
fixed predict arg list; undid bad indent
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
initialize prediction method
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
Jason Stover
fix predict and residual declaration
commit
|
commitdiff
|
tree
|
snapshot
2006-04-08
Jason Stover
adjustments to prediction and residual arguments
commit
|
commitdiff
|
tree
|
snapshot
2006-04-08
Jason Stover
added SAVE subcommand
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
Jason Stover
fixed null pointer checking
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
Jason Stover
added residual computation; improved handling of bad...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Jason Stover
added predict function for linear model
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Ben Pfaff
Fix bugs in installation targets.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Ben Pfaff
Add missing \ to automake.mk.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Jason Stover
fixed EXPORT command segfault
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Jason Stover
fixed EXPORT command segfault
commit
|
commitdiff
|
tree
|
snapshot
2006-04-05
Ben Pfaff
Add stdint to GNULIB_MODULES.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
John Darrington
Fixed a multitude of C89 compatibility warnings.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
John Darrington
Fixed bug in fn_interp_vars
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
John Darrington
Made make -f Smake check work.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
Ben Pfaff
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
Jason Stover
Variable-to-coefficient lookup
commit
|
commitdiff
|
tree
|
snapshot
2006-04-04
Jason Stover
added function to fetch coefficient by variable
commit
|
commitdiff
|
tree
|
snapshot
2006-04-03
Ben Pfaff
Clean up output subsystem.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-03
Ben Pfaff
Mention that README lists additional prereqs.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-03
Ben Pfaff
Add list of prerequisites.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-31
Ben Pfaff
Add freaderror() analogous to fwriteerror() in gnulib.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-31
Ben Pfaff
-d and -u are no longer supported.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-31
Ben Pfaff
Improve string library.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-30
Ben Pfaff
Use -Wdeclaration-after-statement if available.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-30
Ben Pfaff
Reformat GNULIB_MODULES list to make it more maintainable.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
John Darrington
Fixed memory leaks resulting from fn_interp_vars et...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Ben Pfaff
(output_pivot_table) Drop spurious space from message.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-26
Ben Pfaff
Remove obsolete note about Gnulib.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Jason Stover
Memory leak fix
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Jason Stover
Fixed memory leak
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Ben Pfaff
Add some missing frees. Thanks to John Darrington...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
John Darrington
Added test/command/regression.sh to test/automake.mk
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Jason Stover
Added REGRESSION test
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Jason Stover
test for REGRESSION procedure
commit
|
commitdiff
|
tree
|
snapshot
2006-03-21
John Darrington
Added the psppire data files to the make install target.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-21
Ben Pfaff
Mark error() as NO_RETURN.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-21
Ben Pfaff
Require "unistd" gnulib module. Removed tests for...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-17
John Darrington
Fixed reading of system files with non-ascii characters...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-17
John Darrington
Change automake dependency to be >= 1.9
commit
|
commitdiff
|
tree
|
snapshot
2006-03-16
Jason Stover
#include cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-03-15
Jason Stover
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2006-03-15
Jason Stover
fixed out-of-memory bug
commit
|
commitdiff
|
tree
|
snapshot
2006-03-15
John Darrington
Changed include paths to be explicitly specified in...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
John Darrington
Made make distcheck work
commit
|
commitdiff
|
tree
|
snapshot
2006-03-12
Ben Pfaff
Improve comment.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
John Darrington
Changed the default value od SCOMPRESS to true.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Ben Pfaff
Free proper variable for var lists in q2c.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-05
Ben Pfaff
Fix PostScript segfault when active file lacks a title.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Get rid of NO_HTML, NO_POSTSCRIPT.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Got rid of pref.h.orig (and pref.h) entirely, moving...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Move GCC attribute declarations from pref.h.orig to...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Remove BLP_INT_DIGITS. Now we use the intprops.h heade...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Remove BLP_RANDOM. Its results were unused. Remove
commit
|
commitdiff
|
tree
|
snapshot
2006-03-04
Ben Pfaff
Ignore more files.
commit
|
commitdiff
|
tree
|
snapshot
next