Ben Pfaff [Sun, 31 Jul 2005 05:37:30 +0000 (05:37 +0000)]
 
(case_compare) Implement as delegating to case_compare_2dict().
Ben Pfaff [Sun, 31 Jul 2005 05:35:05 +0000 (05:35 +0000)]
 
Inclusion of <alloca.h> is unneeded.
Ben Pfaff [Sun, 31 Jul 2005 05:03:28 +0000 (05:03 +0000)]
 
Don't append -ansi to AM_CFLAGS for GCC.  Using -ansi changes the
behavior of header files significantly.  It causes __STRICT_ANSI__ to
be defined, and some headers interpret that as cause to e.g. not use
`long long' or __attribute__.  The former example is bad when off_t is
supposed to be `long long'.
Ben Pfaff [Sun, 31 Jul 2005 04:55:58 +0000 (04:55 +0000)]
 
Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
	* command/sys-info.sh: Removed.  (This was not actually in TESTS
	in Makefile.am, so it was never called.
	tests/command/sysfile-info.sh does what it was trying to do, but
	better.)
Sat Jul 30 21:50:33 2005  Ben Pfaff  <blp@gnu.org>
	Fixes for Solaris.
	* Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some
	OSes do not allow the current working directory to be removed.
	* bugs/big-input-2.sh: Use perl instead of a shell loop, because
	the shell loop was very slow on Solaris.
	* command/sort.sh: Use `printf' instead of `echo -n' for
	portability.
Ben Pfaff [Sun, 31 Jul 2005 04:49:01 +0000 (04:49 +0000)]
 
Add coverage.sh, temp_template to EXTRA_DIST.
Ben Pfaff [Wed, 27 Jul 2005 03:08:30 +0000 (03:08 +0000)]
 
Instead of hard-coding the table of powers of 30 into the source file,
compute it at runtime.  For some reason, GCC 4.0.0 on Mac OS X refuses
to compile big constant expressions, e.g. the ones eliminated by this
check-in.
Ben Pfaff [Tue, 26 Jul 2005 03:51:29 +0000 (03:51 +0000)]
 
Fix use of "export" to work with traditional shells.
Ben Pfaff [Tue, 26 Jul 2005 03:45:18 +0000 (03:45 +0000)]
 
Remove gmp references.
Ben Pfaff [Mon, 25 Jul 2005 03:45:08 +0000 (03:45 +0000)]
 
Get rid of dependency on libgmp by writing our own routine for
floating-point base conversion.
Ben Pfaff [Mon, 25 Jul 2005 03:36:39 +0000 (03:36 +0000)]
 
* command/sysfile-info.sh: Add "-b -B -w" to diff command line.  Fixes
apparent failure under Cygwin.  Thanks to John Darrington
<john@cellform.com.au> for reporting this problem.
Ben Pfaff [Mon, 25 Jul 2005 03:32:18 +0000 (03:32 +0000)]
 
Get rid of dependency on libgmp by writing our own routine for
floating-point base conversion.
Ben Pfaff [Mon, 25 Jul 2005 01:51:06 +0000 (01:51 +0000)]
 
Allow "1+23" even for F format, for compatibility.
Ben Pfaff [Mon, 25 Jul 2005 01:48:57 +0000 (01:48 +0000)]
 
Read and ignore author field in portable files.
Ben Pfaff [Mon, 25 Jul 2005 01:47:27 +0000 (01:47 +0000)]
 
Describe author field.
Ben Pfaff [Mon, 18 Jul 2005 18:10:11 +0000 (18:10 +0000)]
 
Texinfo 4.8 may be needed.
Ben Pfaff [Sat, 9 Jul 2005 16:18:20 +0000 (16:18 +0000)]
 
Update FSF address.
Ben Pfaff [Thu, 7 Jul 2005 03:46:04 +0000 (03:46 +0000)]
 
* get.c: (mtf_processing) Don't assume that mtf_compare_BY_values()
always returns -1, 0, or 1.  Actually, it returns a negative, zero, or
positive result.  Fixes MATCH FILES bug on Mac OS X reported by
"Marshall DeBerry" <mdb@radix.net>.
Ben Pfaff [Tue, 5 Jul 2005 01:28:36 +0000 (01:28 +0000)]
 
* Makefile.am: Add pspp-mode.el to EXTRA_DIST.
Ben Pfaff [Tue, 5 Jul 2005 01:28:01 +0000 (01:28 +0000)]
 
Revise.
Ben Pfaff [Tue, 5 Jul 2005 01:27:12 +0000 (01:27 +0000)]
 
* command/sysfile-info.sh: Don't verify endianness.  Fixes bug
reported by "Marshall DeBerry" <mdb@radix.net>.
Ben Pfaff [Tue, 5 Jul 2005 01:26:35 +0000 (01:26 +0000)]
 
* flip.c: [HAVE_SYS_TYPES_H] Really include <sys/types.h>.  The
preprocessor test for sys/types.h was accidentally inverted.  This was
bug 12789.
Ben Pfaff [Mon, 4 Jul 2005 05:54:06 +0000 (05:54 +0000)]
 
Ignore ni.texi, stamp-vti, version.texi.
Ben Pfaff [Mon, 4 Jul 2005 05:53:29 +0000 (05:53 +0000)]
 
Ignore POTFILES.in.
Ben Pfaff [Mon, 4 Jul 2005 05:52:10 +0000 (05:52 +0000)]
 
* get.c: (cmd_match_files) Fix memory leak on `by' and on
`vfm_source'.
* getline.c: [HAVE_LIBREADLINE] (read_console) Fix memory leak on
`line'.
* vfm.c: (close_active_file) Remove unnecessary test.
Ben Pfaff [Mon, 4 Jul 2005 05:51:20 +0000 (05:51 +0000)]
 
(close_active_file) Remove unnecessary test.
Ben Pfaff [Mon, 4 Jul 2005 05:49:51 +0000 (05:49 +0000)]
 
[HAVE_LIBREADLINE] (read_console) Fix memory leak on `line'.
Ben Pfaff [Mon, 4 Jul 2005 05:48:04 +0000 (05:48 +0000)]
 
(cmd_match_files) Fix memory leak on `by' and on `vfm_source'.
Ben Pfaff [Mon, 4 Jul 2005 05:06:39 +0000 (05:06 +0000)]
 
Fix comment.
Ben Pfaff [Mon, 4 Jul 2005 04:47:11 +0000 (04:47 +0000)]
 
Fix NDEBUG compile errors.
Ben Pfaff [Mon, 4 Jul 2005 04:46:13 +0000 (04:46 +0000)]
 
(ll_next) First arg is UNUSED when NDEBUG is defined.
Ben Pfaff [Mon, 4 Jul 2005 04:44:34 +0000 (04:44 +0000)]
 
#include <assert.h> to fix compile error with NDEBUG.
Ben Pfaff [Mon, 4 Jul 2005 04:28:36 +0000 (04:28 +0000)]
 
Update.
Ben Pfaff [Mon, 4 Jul 2005 04:27:59 +0000 (04:27 +0000)]
 
Update for 0.4.0.
Ben Pfaff [Mon, 4 Jul 2005 04:27:31 +0000 (04:27 +0000)]
 
Revise.
Add Jason Stover.
Ben Pfaff [Fri, 24 Jun 2005 04:02:45 +0000 (04:02 +0000)]
 
Update comment.
Ben Pfaff [Mon, 13 Jun 2005 06:51:13 +0000 (06:51 +0000)]
 
Implement embedding for PostScript driver.  Fixes bug 12970.
Ben Pfaff [Sun, 12 Jun 2005 21:58:10 +0000 (21:58 +0000)]
 
Did some more work on bug 12859 and then realized that a *good*
solution would require some fundamental restructuring.  For now, I'm
marking REPEATING DATA unimplemented, and then we can revisit it
post-0.4.0.
Ben Pfaff [Tue, 7 Jun 2005 07:20:50 +0000 (07:20 +0000)]
 
Continue work on bug 12859, plus some code cleanup.
Ben Pfaff [Tue, 7 Jun 2005 05:48:53 +0000 (05:48 +0000)]
 
* command/print.sh: Get rid of RBHEX output.  It wasn't worth much.
Fixes PR 12312.
Ben Pfaff [Mon, 6 Jun 2005 04:37:16 +0000 (04:37 +0000)]
 
Fix PR 11894.
John Darrington [Fri, 27 May 2005 04:39:51 +0000 (04:39 +0000)]
 
Added the parser for the rank command.
Separated the sort algorithm from the SORT command parser.
Ben Pfaff [Thu, 26 May 2005 19:31:41 +0000 (19:31 +0000)]
 
Fix PR 13192.
Ben Pfaff [Wed, 25 May 2005 04:54:54 +0000 (04:54 +0000)]
 
Handle case of a lookup table as the active file.
John Darrington [Wed, 25 May 2005 02:31:32 +0000 (02:31 +0000)]
 
Reading of system files is now more robust against badly formed / specially
crafted specimens.
John Darrington [Mon, 23 May 2005 04:07:23 +0000 (04:07 +0000)]
 
Fixed problem reading long string continuation records.
John Darrington [Mon, 23 May 2005 00:20:59 +0000 (00:20 +0000)]
 
Oops.  Add test data.
John Darrington [Sat, 21 May 2005 05:14:32 +0000 (05:14 +0000)]
 
Allowed reading of "broken" system files which have -1 as the number of data
elements per case.
Ben Pfaff [Wed, 18 May 2005 04:03:47 +0000 (04:03 +0000)]
 
Fix double-free bug.
Ben Pfaff [Wed, 18 May 2005 01:30:55 +0000 (01:30 +0000)]
 
Omit `-' in F format if value rounds to zero.
John Darrington [Tue, 17 May 2005 13:53:38 +0000 (13:53 +0000)]
 
Fixed buffer overflow buglet (test/commands/bignum.sh crashed on gcc-2.95 )
Ben Pfaff [Tue, 17 May 2005 07:09:35 +0000 (07:09 +0000)]
 
Fix PR 11119.
Ben Pfaff [Tue, 17 May 2005 05:46:39 +0000 (05:46 +0000)]
 
Fix rest of PR 13054.
Ben Pfaff [Tue, 17 May 2005 05:29:37 +0000 (05:29 +0000)]
 
Fix sign of negative zeros.
Ben Pfaff [Tue, 17 May 2005 05:22:41 +0000 (05:22 +0000)]
 
Update.
Ben Pfaff [Mon, 16 May 2005 07:33:16 +0000 (07:33 +0000)]
 
Fix rest of PR 13054.
Regularize string and buffer function names so that they make some
kind of sense.
John Darrington [Sat, 14 May 2005 00:25:28 +0000 (00:25 +0000)]
 
Fixed bug 13082
Ben Pfaff [Wed, 11 May 2005 03:09:09 +0000 (03:09 +0000)]
 
Add assertions.
Ben Pfaff [Wed, 11 May 2005 03:03:42 +0000 (03:03 +0000)]
 
Fix PR 13054.
John Darrington [Tue, 10 May 2005 04:14:29 +0000 (04:14 +0000)]
 
Fixed small problem when using automake 1.9
John Darrington [Mon, 9 May 2005 22:44:21 +0000 (22:44 +0000)]
 
Changed the FDL formatting (with FSF permission) so that the section numbering
and node links are consistent.
John Darrington [Sun, 8 May 2005 23:17:05 +0000 (23:17 +0000)]
 
Fixed bug #13024
Ben Pfaff [Sun, 8 May 2005 20:55:05 +0000 (20:55 +0000)]
 
"Fix" PR 13021 by disabling FILE TYPE.
John Darrington [Sun, 8 May 2005 03:08:31 +0000 (03:08 +0000)]
 
Removed redundant expect directory
John Darrington [Sun, 8 May 2005 00:13:19 +0000 (00:13 +0000)]
 
Fixed more gcc 2.95 problems
John Darrington [Sat, 7 May 2005 09:30:31 +0000 (09:30 +0000)]
 
Fixed a build error that make distcheck didn't catch (automake bug).
John Darrington [Fri, 6 May 2005 02:08:36 +0000 (02:08 +0000)]
 
Added the updated GPL and FDL now that they've been released.
Ben Pfaff [Thu, 5 May 2005 13:16:28 +0000 (13:16 +0000)]
 
Fix PR 12948.
Ben Pfaff [Thu, 5 May 2005 06:59:54 +0000 (06:59 +0000)]
 
Fix PR 12948.
Ben Pfaff [Wed, 4 May 2005 15:36:56 +0000 (15:36 +0000)]
 
Proofreading from Jason Stover <jstover@sdf.lonestar.org>.
Ben Pfaff [Wed, 4 May 2005 05:28:27 +0000 (05:28 +0000)]
 
Improve hash.c comments, error-checking.
John Darrington [Wed, 4 May 2005 00:56:07 +0000 (00:56 +0000)]
 
Added CONFIGUREFLAGS option to Smake.
Removed #include valgrind from casefile.c
Updated INSTALL and README.CVS
Ben Pfaff [Tue, 3 May 2005 13:11:12 +0000 (13:11 +0000)]
 
Don't use colon in index term, because older `makeinfo's don't like
it.
John Darrington [Tue, 3 May 2005 11:26:03 +0000 (11:26 +0000)]
 
Fixed some problems which prevented compiling on Debian woody.
John Darrington [Tue, 3 May 2005 08:26:20 +0000 (08:26 +0000)]
 
Fixed bug 12931
AutoGenerate the manual's list of unimplemented commands from command.def
Ben Pfaff [Tue, 3 May 2005 06:46:03 +0000 (06:46 +0000)]
 
Partial fix for PR 12859.
Ben Pfaff [Tue, 3 May 2005 06:36:17 +0000 (06:36 +0000)]
 
Improve lex_error() error messages.
Ben Pfaff [Tue, 3 May 2005 05:41:53 +0000 (05:41 +0000)]
 
Update docs.
Ben Pfaff [Tue, 3 May 2005 05:35:16 +0000 (05:35 +0000)]
 
Rename README.developer to README.CVS.
Thanks to Jaap-Andre de Hoop <j.dehoop@data-assist.nl>
for the suggestion.
Ben Pfaff [Tue, 3 May 2005 05:32:21 +0000 (05:32 +0000)]
 
Check token type before trying to match tokid.  Fixes PR 12923.
Ben Pfaff [Tue, 3 May 2005 05:18:11 +0000 (05:18 +0000)]
 
Include <sys/types.h> if available.
Ben Pfaff [Tue, 3 May 2005 05:05:08 +0000 (05:05 +0000)]
 
Fix generate.pl for Perl 5.6.1.
Ben Pfaff [Mon, 2 May 2005 06:22:58 +0000 (06:22 +0000)]
 
Remove >>> conflict markers.
Ben Pfaff [Mon, 2 May 2005 06:21:18 +0000 (06:21 +0000)]
 
New implementation of long variable names.  Each variable has a
"normal" name, which may be up to 64 bytes long and which is used
for all normal operations.  Variables may have a "short" name,
which is limited to 8 bytes and used only for system and portable
file input and output.
Make tokid case-preserving.  Update most uses of tokid to treat it
case-insensitively.
Update many commands to deal with long variable names.
John Darrington [Sun, 1 May 2005 07:24:24 +0000 (07:24 +0000)]
 
Updated pspp-mode.el.
Removed manpage(n) style references at RMS's request.
Added a string to request_bug_report_and_abort which reports the compiler
version.
Ben Pfaff [Fri, 29 Apr 2005 21:32:18 +0000 (21:32 +0000)]
 
Add function comments.
Ben Pfaff [Fri, 29 Apr 2005 01:58:28 +0000 (01:58 +0000)]
 
Improve previous fix for PR 12858 (LAG).
John Darrington [Fri, 29 Apr 2005 01:29:31 +0000 (01:29 +0000)]
 
Fixed bug in single arity version of LAG.
John Darrington [Fri, 29 Apr 2005 01:02:11 +0000 (01:02 +0000)]
 
Changed all the licence notices in all the files.
COPYING and doc/fdl.texi are unchanged, pending updates from FSF.
John Darrington [Wed, 27 Apr 2005 04:45:26 +0000 (04:45 +0000)]
 
Changed a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
John Darrington [Tue, 26 Apr 2005 23:58:16 +0000 (23:58 +0000)]
 
Added the ECHO command.
Ben Pfaff [Tue, 26 Apr 2005 06:32:02 +0000 (06:32 +0000)]
 
Finish fixing MATCH FILES (PR 11677).
Kluge to make some variable renaming sort of work.
Needs real fix.
Add functions for comparing sets of variables between cases.
John Darrington [Sat, 23 Apr 2005 09:27:24 +0000 (09:27 +0000)]
 
Much as valgrind is very usefull, it can sometimes hide problems.
This change corrects one such problem.
John Darrington [Sat, 23 Apr 2005 07:55:29 +0000 (07:55 +0000)]
 
Plugged some memory leaks.
John Darrington [Thu, 21 Apr 2005 03:46:56 +0000 (03:46 +0000)]
 
Updated the manual, changing FILE to OUTFILE for the (X)SAVE command.
Ben Pfaff [Mon, 18 Apr 2005 06:15:21 +0000 (06:15 +0000)]
 
Start work on fixing MATCH FILES.
Fix some compilation errors when DEBUGGING defined.
Ben Pfaff [Sun, 17 Apr 2005 23:43:12 +0000 (23:43 +0000)]
 
Removed unused/obsolete/bad tests.
Ben Pfaff [Sun, 17 Apr 2005 22:31:36 +0000 (22:31 +0000)]
 
Add fdl.texi to pspp_TEXINFOS.
Ben Pfaff [Sat, 16 Apr 2005 01:39:25 +0000 (01:39 +0000)]
 
Change manual license to FDL.
Rewrite section on licenses based on Texinfo manual.
Modernize pspp.texinfo treatment of copying conditions.
John Darrington [Thu, 14 Apr 2005 22:55:09 +0000 (22:55 +0000)]
 
Oops. Added Changelog headings.
Ben Pfaff [Thu, 14 Apr 2005 17:52:05 +0000 (17:52 +0000)]
 
Apply patch from Jason Stover <jstover@sdf.lonestar.org> to obtain
better initial approximation for the inverse beta distribution and
tidy up a bit.
Update test results for affected values in the beta and F
distributions.