pspp-builds.git
18 years agoAdd linebreak to GNULIB_MODULES.
Ben Pfaff [Mon, 24 Apr 2006 03:35:06 +0000 (03:35 +0000)]
Add linebreak to GNULIB_MODULES.

18 years agoremoved uneccessary cast to pspp_linreg_cache
Jason Stover [Sat, 22 Apr 2006 13:50:40 +0000 (13:50 +0000)]
removed uneccessary cast to pspp_linreg_cache

18 years agoinitial description of the SAVE subcommand
Jason Stover [Fri, 21 Apr 2006 21:01:53 +0000 (21:01 +0000)]
initial description of the SAVE subcommand

18 years agochoose residual variable names correctly
Jason Stover [Fri, 21 Apr 2006 20:48:56 +0000 (20:48 +0000)]
choose residual variable names correctly

18 years agomoved call to subcommand_save outside multipass_procedure_with_splits
Jason Stover [Thu, 20 Apr 2006 22:38:32 +0000 (22:38 +0000)]
moved call to subcommand_save outside multipass_procedure_with_splits

18 years agofixed look up of the number of variables
Jason Stover [Wed, 19 Apr 2006 14:11:35 +0000 (14:11 +0000)]
fixed look up of the number of variables

18 years agoAdded pointer to residual variable to linreg cache
Jason Stover [Wed, 19 Apr 2006 01:20:33 +0000 (01:20 +0000)]
Added pointer to residual variable to linreg cache

18 years agoFixed residual look up
Jason Stover [Wed, 19 Apr 2006 01:17:50 +0000 (01:17 +0000)]
Fixed residual look up

18 years agopspp_linreg_cache_free accepts a void pointer
Jason Stover [Mon, 17 Apr 2006 17:52:26 +0000 (17:52 +0000)]
pspp_linreg_cache_free accepts a void pointer

18 years agoregression_trns_proc accepts an int as the third arg
Jason Stover [Mon, 17 Apr 2006 17:50:19 +0000 (17:50 +0000)]
regression_trns_proc accepts an int as the third arg

18 years agopspp_linreg_cache_free returns a boolean
Jason Stover [Mon, 17 Apr 2006 16:29:36 +0000 (16:29 +0000)]
pspp_linreg_cache_free returns a boolean

18 years agoadded transformation to compute residuals
Jason Stover [Mon, 17 Apr 2006 16:26:44 +0000 (16:26 +0000)]
added transformation to compute residuals

18 years agoContinue reforming error message support. In this phase, we divide
Ben Pfaff [Mon, 17 Apr 2006 03:49:48 +0000 (03:49 +0000)]
Continue reforming error message support.  In this phase, we divide
the classification of messages along "category" and "severity" axes.

18 years agoMake ds_vprintf() properly handle a null string.
Ben Pfaff [Mon, 17 Apr 2006 03:36:40 +0000 (03:36 +0000)]
Make ds_vprintf() properly handle a null string.

18 years agoGNU standards require "file name" instead of "filename" in
Ben Pfaff [Mon, 17 Apr 2006 02:13:38 +0000 (02:13 +0000)]
GNU standards require "file name" instead of "filename" in
documentation.  It's nice for our code to follow the convention too.

18 years agoConsistently write "file name" as two words, in accordance with the
Ben Pfaff [Mon, 17 Apr 2006 02:13:12 +0000 (02:13 +0000)]
Consistently write "file name" as two words, in accordance with the
GNU standards.

18 years agoGNU standards require "file name" instead of "filename" in
Ben Pfaff [Mon, 17 Apr 2006 01:54:15 +0000 (01:54 +0000)]
GNU standards require "file name" instead of "filename" in
documentation.  It's nice for our code to follow the convention too.

18 years agoWe don't really support anything but Unix-like environments well, so
Ben Pfaff [Mon, 17 Apr 2006 01:37:51 +0000 (01:37 +0000)]
We don't really support anything but Unix-like environments well, so
we might as well de-obfuscate by writing directory and path separators
explicitly.

18 years agoGNU standards require "file name" instead of "filename" in
Ben Pfaff [Mon, 17 Apr 2006 01:30:21 +0000 (01:30 +0000)]
GNU standards require "file name" instead of "filename" in
documentation.  It's nice for our code to follow the convention too.

18 years agoRenamed some file name functions.
Ben Pfaff [Sun, 16 Apr 2006 23:43:48 +0000 (23:43 +0000)]
Renamed some file name functions.

18 years ago* filename.c: (fn_tilde_expand) Rewrite for cleaner code. Also, now
Ben Pfaff [Sun, 16 Apr 2006 23:35:19 +0000 (23:35 +0000)]
* filename.c: (fn_tilde_expand) Rewrite for cleaner code.  Also, now
it only tilde-expands file names, not paths.
(fn_search_path) Tilde-expand one directory at a time.

18 years agoContinue reforming error message support. In this phase, we get rid
Ben Pfaff [Sun, 16 Apr 2006 23:08:02 +0000 (23:08 +0000)]
Continue reforming error message support.  In this phase, we get rid
of VM() and the other msg() support for "verbosity", replacing it by a
new function verbose_msg().

18 years agoStart reforming error message support. In this phase, we get rid of
Ben Pfaff [Sun, 16 Apr 2006 18:55:09 +0000 (18:55 +0000)]
Start reforming error message support.  In this phase, we get rid of
"installation errors" and change all uses of msg() in the output
drivers to uses of error() or error_at_line().

18 years agoGet rid of src/libpspp/debug-print.h and all its users. (There were
Ben Pfaff [Sun, 16 Apr 2006 04:46:41 +0000 (04:46 +0000)]
Get rid of src/libpspp/debug-print.h and all its users.  (There were
few real users, but many inclusions of its header file.)

18 years agoImprove comment.
Ben Pfaff [Sun, 16 Apr 2006 02:55:39 +0000 (02:55 +0000)]
Improve comment.

18 years agoGet rid of #defines after #error.
Ben Pfaff [Sun, 16 Apr 2006 02:54:56 +0000 (02:54 +0000)]
Get rid of #defines after #error.

18 years agoGet rid of our own int32 type in favor of the standard int32_t type.
Ben Pfaff [Sun, 16 Apr 2006 02:52:28 +0000 (02:52 +0000)]
Get rid of our own int32 type in favor of the standard int32_t type.

18 years agoRemove last users of struct file_ext, and then get rid of struct
Ben Pfaff [Sun, 16 Apr 2006 02:42:39 +0000 (02:42 +0000)]
Remove last users of struct file_ext, and then get rid of struct
file_ext entirely.

18 years agoComplain about missing prerequisites in a group at the end of
Ben Pfaff [Sun, 16 Apr 2006 02:15:06 +0000 (02:15 +0000)]
Complain about missing prerequisites in a group at the end of
configuration, not piecemeal.  This should make building PSPP less
frustrating.  Thanks to John Darrington for the suggestion.

18 years agofixed variable type check
Jason Stover [Sun, 16 Apr 2006 02:11:24 +0000 (02:11 +0000)]
fixed variable type check

18 years agoMove code from configure.ac to acinclude.m4 for readability.
Ben Pfaff [Sun, 16 Apr 2006 01:19:30 +0000 (01:19 +0000)]
Move code from configure.ac to acinclude.m4 for readability.

18 years agoUpdate TODO.
Ben Pfaff [Sun, 16 Apr 2006 01:11:44 +0000 (01:11 +0000)]
Update TODO.

18 years agoFix some warnings.
Ben Pfaff [Sun, 16 Apr 2006 01:05:14 +0000 (01:05 +0000)]
Fix some warnings.

18 years ago* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for clarity and to
Ben Pfaff [Sat, 15 Apr 2006 21:31:29 +0000 (21:31 +0000)]
* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for clarity and to
avoid dumping all the tokens to stdout when --enable-debug is passed
to configure.

18 years agofixed prediction bug
Jason Stover [Mon, 10 Apr 2006 00:25:33 +0000 (00:25 +0000)]
fixed prediction bug

18 years agoupdated residual function; fixed bug in coefficient.c
Jason Stover [Sun, 9 Apr 2006 19:47:50 +0000 (19:47 +0000)]
updated residual function; fixed bug in coefficient.c

18 years agocall residual function instead of predict to get residual
Jason Stover [Sun, 9 Apr 2006 19:46:29 +0000 (19:46 +0000)]
call residual function instead of predict to get residual

18 years agoadded residual function to linreg struct; tidied up
Jason Stover [Sun, 9 Apr 2006 19:01:11 +0000 (19:01 +0000)]
added residual function to linreg struct; tidied up

18 years agofixed coefficient lookup
Jason Stover [Sun, 9 Apr 2006 14:45:40 +0000 (14:45 +0000)]
fixed coefficient lookup

18 years agopredict is more robust
Jason Stover [Sun, 9 Apr 2006 14:03:09 +0000 (14:03 +0000)]
predict is more robust

18 years agofixed predict argument list
Jason Stover [Sun, 9 Apr 2006 14:00:41 +0000 (14:00 +0000)]
fixed predict argument list

18 years agofixed predict arg list; undid bad indent
Jason Stover [Sun, 9 Apr 2006 14:00:04 +0000 (14:00 +0000)]
fixed predict arg list; undid bad indent

18 years agoinitialize prediction method
Jason Stover [Sun, 9 Apr 2006 13:39:07 +0000 (13:39 +0000)]
initialize prediction method

18 years agofix predict and residual declaration
Jason Stover [Sun, 9 Apr 2006 12:39:32 +0000 (12:39 +0000)]
fix predict and residual declaration

18 years agoadjustments to prediction and residual arguments
Jason Stover [Sat, 8 Apr 2006 02:47:54 +0000 (02:47 +0000)]
adjustments to prediction and residual arguments

18 years agoadded SAVE subcommand
Jason Stover [Sat, 8 Apr 2006 02:44:49 +0000 (02:44 +0000)]
added SAVE subcommand

18 years agofixed null pointer checking
Jason Stover [Fri, 7 Apr 2006 20:02:27 +0000 (20:02 +0000)]
fixed null pointer checking

18 years agoadded residual computation; improved handling of bad input
Jason Stover [Fri, 7 Apr 2006 19:37:13 +0000 (19:37 +0000)]
added residual computation; improved handling of bad input

18 years agoadded predict function for linear model
Jason Stover [Wed, 5 Apr 2006 19:18:51 +0000 (19:18 +0000)]
added predict function for linear model

18 years agoFix bugs in installation targets.
Ben Pfaff [Wed, 5 Apr 2006 03:21:07 +0000 (03:21 +0000)]
Fix bugs in installation targets.

18 years agoAdd missing \ to automake.mk.
Ben Pfaff [Wed, 5 Apr 2006 03:20:20 +0000 (03:20 +0000)]
Add missing \ to automake.mk.

18 years agofixed EXPORT command segfault
Jason Stover [Wed, 5 Apr 2006 02:02:24 +0000 (02:02 +0000)]
fixed EXPORT command segfault

18 years agofixed EXPORT command segfault
Jason Stover [Wed, 5 Apr 2006 01:57:16 +0000 (01:57 +0000)]
fixed EXPORT command segfault

18 years agoAdd stdint to GNULIB_MODULES.
Ben Pfaff [Wed, 5 Apr 2006 00:00:03 +0000 (00:00 +0000)]
Add stdint to GNULIB_MODULES.

18 years agoFixed a multitude of C89 compatibility warnings.
John Darrington [Tue, 4 Apr 2006 12:43:21 +0000 (12:43 +0000)]
Fixed a multitude of C89 compatibility warnings.

18 years agoFixed bug in fn_interp_vars
John Darrington [Tue, 4 Apr 2006 07:30:46 +0000 (07:30 +0000)]
Fixed bug in fn_interp_vars

18 years agoMade make -f Smake check work.
John Darrington [Tue, 4 Apr 2006 03:18:33 +0000 (03:18 +0000)]
Made make -f Smake check work.

18 years agoTypo.
Ben Pfaff [Tue, 4 Apr 2006 01:39:59 +0000 (01:39 +0000)]
Typo.
Thanks to Jason Stover for correction.

18 years agoVariable-to-coefficient lookup
Jason Stover [Tue, 4 Apr 2006 00:50:39 +0000 (00:50 +0000)]
Variable-to-coefficient lookup

18 years agoadded function to fetch coefficient by variable
Jason Stover [Tue, 4 Apr 2006 00:45:10 +0000 (00:45 +0000)]
added function to fetch coefficient by variable

18 years agoClean up output subsystem.
Ben Pfaff [Mon, 3 Apr 2006 20:07:54 +0000 (20:07 +0000)]
Clean up output subsystem.

18 years agoMention that README lists additional prereqs.
Ben Pfaff [Mon, 3 Apr 2006 20:05:56 +0000 (20:05 +0000)]
Mention that README lists additional prereqs.

18 years agoAdd list of prerequisites.
Ben Pfaff [Mon, 3 Apr 2006 20:01:56 +0000 (20:01 +0000)]
Add list of prerequisites.

18 years agoAdd freaderror() analogous to fwriteerror() in gnulib.
Ben Pfaff [Fri, 31 Mar 2006 18:38:59 +0000 (18:38 +0000)]
Add freaderror() analogous to fwriteerror() in gnulib.

18 years ago-d and -u are no longer supported.
Ben Pfaff [Fri, 31 Mar 2006 18:34:19 +0000 (18:34 +0000)]
-d and -u are no longer supported.

18 years agoImprove string library.
Ben Pfaff [Fri, 31 Mar 2006 00:30:21 +0000 (00:30 +0000)]
Improve string library.

18 years agoUse -Wdeclaration-after-statement if available.
Ben Pfaff [Thu, 30 Mar 2006 23:51:01 +0000 (23:51 +0000)]
Use -Wdeclaration-after-statement if available.

18 years agoReformat GNULIB_MODULES list to make it more maintainable.
Ben Pfaff [Thu, 30 Mar 2006 23:49:21 +0000 (23:49 +0000)]
Reformat GNULIB_MODULES list to make it more maintainable.
Add comment.

18 years agoFixed memory leaks resulting from fn_interp_vars et. al.
John Darrington [Tue, 28 Mar 2006 06:05:05 +0000 (06:05 +0000)]
Fixed memory leaks resulting from fn_interp_vars et. al.

18 years ago(output_pivot_table) Drop spurious space from message.
Ben Pfaff [Tue, 28 Mar 2006 00:02:28 +0000 (00:02 +0000)]
(output_pivot_table) Drop spurious space from message.

18 years agoRemove obsolete note about Gnulib.
Ben Pfaff [Sun, 26 Mar 2006 00:29:26 +0000 (00:29 +0000)]
Remove obsolete note about Gnulib.

18 years agoMemory leak fix
Jason Stover [Sat, 25 Mar 2006 23:00:48 +0000 (23:00 +0000)]
Memory leak fix

18 years agoFixed memory leak
Jason Stover [Sat, 25 Mar 2006 22:46:21 +0000 (22:46 +0000)]
Fixed memory leak

18 years agoAdd some missing frees. Thanks to John Darrington for reporting
Ben Pfaff [Sat, 25 Mar 2006 02:16:58 +0000 (02:16 +0000)]
Add some missing frees.  Thanks to John Darrington for reporting
these.

18 years agoAdded test/command/regression.sh to test/automake.mk
John Darrington [Fri, 24 Mar 2006 02:10:49 +0000 (02:10 +0000)]
Added test/command/regression.sh to test/automake.mk
Extended test/command/count.sh to test  multiple  variables counts.

18 years agoAdded REGRESSION test
Jason Stover [Thu, 23 Mar 2006 17:15:17 +0000 (17:15 +0000)]
Added REGRESSION test

18 years agotest for REGRESSION procedure
Jason Stover [Thu, 23 Mar 2006 17:11:01 +0000 (17:11 +0000)]
test for REGRESSION procedure

18 years agoAdded the psppire data files to the make install target.
John Darrington [Tue, 21 Mar 2006 02:02:03 +0000 (02:02 +0000)]
Added the psppire data files to the make install target.

18 years agoMark error() as NO_RETURN.
Ben Pfaff [Tue, 21 Mar 2006 00:34:16 +0000 (00:34 +0000)]
Mark error() as NO_RETURN.

18 years agoRequire "unistd" gnulib module. Removed tests for HAVE_UNISTD_H from
Ben Pfaff [Tue, 21 Mar 2006 00:33:05 +0000 (00:33 +0000)]
Require "unistd" gnulib module.  Removed tests for HAVE_UNISTD_H from
source code.

18 years agoFixed reading of system files with non-ascii characters in variable names.
John Darrington [Fri, 17 Mar 2006 04:58:24 +0000 (04:58 +0000)]
Fixed reading of system files with non-ascii characters in variable names.

18 years agoChange automake dependency to be >= 1.9
John Darrington [Fri, 17 Mar 2006 00:41:57 +0000 (00:41 +0000)]
Change automake dependency to be >= 1.9

18 years ago#include cleanup
Jason Stover [Thu, 16 Mar 2006 15:07:04 +0000 (15:07 +0000)]
#include cleanup

18 years ago*** empty log message ***
Jason Stover [Wed, 15 Mar 2006 19:21:43 +0000 (19:21 +0000)]
*** empty log message ***

18 years agofixed out-of-memory bug
Jason Stover [Wed, 15 Mar 2006 19:13:39 +0000 (19:13 +0000)]
fixed out-of-memory bug

18 years agoChanged include paths to be explicitly specified in the #include directive.
John Darrington [Wed, 15 Mar 2006 03:29:10 +0000 (03:29 +0000)]
Changed include paths to be explicitly specified in the #include directive.

18 years agoMade make distcheck work
John Darrington [Mon, 13 Mar 2006 09:03:47 +0000 (09:03 +0000)]
Made make distcheck work

18 years agoImprove comment.
Ben Pfaff [Sun, 12 Mar 2006 21:10:20 +0000 (21:10 +0000)]
Improve comment.

18 years agoChanged the default value od SCOMPRESS to true.
John Darrington [Sat, 11 Mar 2006 07:16:39 +0000 (07:16 +0000)]
Changed the default value od SCOMPRESS to true.
Moved the pspp binary to src/ui/terminal and updated tests accordingly.

18 years agoFree proper variable for var lists in q2c.
Ben Pfaff [Fri, 10 Mar 2006 16:30:34 +0000 (16:30 +0000)]
Free proper variable for var lists in q2c.

18 years agoFix PostScript segfault when active file lacks a title.
Ben Pfaff [Sun, 5 Mar 2006 21:21:29 +0000 (21:21 +0000)]
Fix PostScript segfault when active file lacks a title.

18 years agoGet rid of NO_HTML, NO_POSTSCRIPT.
Ben Pfaff [Sat, 4 Mar 2006 21:51:08 +0000 (21:51 +0000)]
Get rid of NO_HTML, NO_POSTSCRIPT.

18 years agoGot rid of pref.h.orig (and pref.h) entirely, moving its contents into
Ben Pfaff [Sat, 4 Mar 2006 21:26:39 +0000 (21:26 +0000)]
Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
other files.

18 years agoMove GCC attribute declarations from pref.h.orig to new file
Ben Pfaff [Sat, 4 Mar 2006 21:00:38 +0000 (21:00 +0000)]
Move GCC attribute declarations from pref.h.orig to new file
src/libpspp/compiler.h.

In many source files, #include "compiler.h" to get GCC attribute
definitions.

18 years agoRemove BLP_INT_DIGITS. Now we use the intprops.h header file instead.
Ben Pfaff [Sat, 4 Mar 2006 20:38:51 +0000 (20:38 +0000)]
Remove BLP_INT_DIGITS.  Now we use the intprops.h header file instead.

In many source files, replace INT_DIGITS by INT_STRLEN_BOUND(int) and
include intprops.h.

18 years agoRemove BLP_RANDOM. Its results were unused. Remove
Ben Pfaff [Sat, 4 Mar 2006 20:15:32 +0000 (20:15 +0000)]
Remove BLP_RANDOM.  Its results were unused.  Remove
BLP_IS_SPRINTF_GOOD.  We now assume that the system's sprintf()
returns the correct value.

18 years agoIgnore more files.
Ben Pfaff [Sat, 4 Mar 2006 19:52:59 +0000 (19:52 +0000)]
Ignore more files.

18 years agoPatched in the diffs from 02-February-2006 to 02-March-2006, because I'd trashed
John Darrington [Sat, 4 Mar 2006 12:38:35 +0000 (12:38 +0000)]
Patched in the diffs from 02-February-2006 to 02-March-2006, because I'd trashed
them when checking in the new directory structure.

18 years agoFixed bug reading compressed system files.
John Darrington [Sat, 4 Mar 2006 05:01:06 +0000 (05:01 +0000)]
Fixed bug reading compressed system files.

18 years agoremoved redundant files
John Darrington [Sat, 4 Mar 2006 02:36:54 +0000 (02:36 +0000)]
removed redundant files