pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp ./README ./TODO doc/ChangeLog doc/data-fil...


From: John Darrington
Subject: [Pspp-cvs] pspp ./README ./TODO doc/ChangeLog doc/data-fil...
Date: Sat, 04 Mar 2006 12:38:36 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     John Darrington <address@hidden>        06/03/04 12:38:36

Modified files:
        .              : README TODO 
        doc            : ChangeLog data-file-format.texi 
        src            : ChangeLog 

Log message:
        Patched in the diffs from 02-February-2006 to 02-March-2006, because 
I'd trashed
        them when checking in the new directory structure.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/README.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/TODO.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/ChangeLog.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/data-file-format.texi.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/ChangeLog.diff?tr1=1.262&tr2=1.263&r1=text&r2=text

Patches:
Index: pspp/README
diff -u pspp/README:1.7 pspp/README:1.8
--- pspp/README:1.7     Sat Mar  4 00:28:15 2006
+++ pspp/README Sat Mar  4 12:38:35 2006
@@ -15,10 +15,10 @@
 ftp://alpha.gnu.org/gnu/pspp/.  Development sources are available from
 CVS at http://savannah.gnu.org/projects/pspp
    
-Questions and comments regarding PSPP can be sent to address@hidden
-PSPP bug reports may be sent to address@hidden or filed in the
-bug-tracking system at http://savannah.gnu.org/bugs/?group=pspp
-according to your preference.
+Questions and comments about using PSPP may be sent to address@hidden
+Bug reports may be filed at http://savannah.gnu.org/bugs/?group=pspp
+or emailed to address@hidden  (We prefer the web-based system
+because it makes it more difficult for us to lose track of bugs.)
 
 The long term goals for PSPP are ambitious.  We wish to provide the
 following support to users:
Index: pspp/TODO
diff -u pspp/TODO:1.32 pspp/TODO:1.33
--- pspp/TODO:1.32      Sat Mar  4 00:28:15 2006
+++ pspp/TODO   Sat Mar  4 12:38:35 2006
@@ -1,13 +1,10 @@
-Time-stamp: <2005-08-02 10:24:25 blp>
+Time-stamp: <2006-02-17 22:06:31 blp>
 
 Get rid of need for GNU diff in `make check'.
 
 Get rid of need for file name canonicalization.
 
-Use getsubopt()?
-
-Format specifier and missing values code needs to be rewritten for lowered
-crappiness.
+Format specifier code needs to be rewritten for lowered crappiness.
 
 CROSSTABS needs to be re-examined.
 
@@ -23,17 +20,8 @@
 
 Add compression to casefiles.
 
-There needs to be another layer onto the lexer, which should probably be
-entirely rewritten anyway.  The lexer needs to read entire *commands* at a
-time, not just a *line* at a time.  It also needs to support arbitrary putback,
-probably by just backing up the "current position" in the command buffer.
-
 Scratch variables should not be available for use following TEMPORARY.
 
-Details of N OF CASES, SAMPLE, FILTER, PROCESS IF, TEMPORARY, etc., need to be
-checked against the documentation.  See notes on these at end of file for a
-start.
-
 Check our results against the NIST StRD benchmark results at
 strd.itl.nist.gov/div898/strd
 
@@ -54,8 +42,6 @@
 PostScript driver should emit thin lines, then thick lines, to optimize time
 and space.
 
-New functions?  var_name_or_label(), tab_value_or_label()
-
 Should be able to bottom-justify cells.  It'll be expensive, though, by
 requiring an extra metrics call.
 
@@ -69,8 +55,6 @@
 
 Support multi-line titles on tables. (For the first page only, presumably.)
 
-Rewrite the convert_F() function in data-out.c to be nicer code.
-
 In addition to searching the source directory, we should search the current
 directory (for data files).  (Yuck!)
 
@@ -79,8 +63,6 @@
 
 Fix som_columns().
 
-Has glob.c been pared down enough?
-
 Improve interactivity of output by allowing a `commit' function for a page.
 This will also allow for infinite-length pages.
 
@@ -92,16 +74,9 @@
 
 The manual: add text, add index entries, add examples.
 
-The inline file should be improved: There should be *real* detection of whether
-it is used (in dfm.c:cmd_begin_data), not after-the-fact detection.
-
 Figure out a stylesheet for messages displayed by PSPP: i.e., what quotation
 marks around filenames, etc.
 
-New SET subcommand: OUTPUT.  i.e., SET OUTPUT="filename" to send output to that
-file; SET OUTPUT="filename"(APPEND) to append to that file; SET OUTPUT=DEFAULT
-to reset everything.  There might be a better approach, though--think about it.
-
 From Zvi Grauer <address@hidden> and <address@hidden>:
 
    1. design of experiments software, specifically Factorial, response surface
@@ -120,44 +95,6 @@
 
    6. Categorical data analsys ?
 
-IDEAS
------
-
-In addition to an "infinite journal", we should keep a number of
-individual-session journals, pspp.jnl-1 through pspp.jnl-X, renaming and
-deleting as needed.  All of the journals should have date/time comments.
-
-Qualifiers for variables giving type--categorical, ordinal, ...
-
-Analysis Wizard
-
-Consider consequences of xmalloc(), fail(), hcf() in interactive
-use:
-a. Can we safely just use setjmp()/longjmp()?
-b. Will that leak memory?
-i. I don't think so: all procedure-created memory is either
-garbage-collected or globally-accessible.
-ii. But you never know... esp. w/o Checker.
-c. Is this too early to worry? too late?
-
-Need to implement a shared buffer for funny functions that require relatively
-large permanent transient buffers (1024 bytes or so), that is, buffers that are
-permanent in the sense that they probably shouldn't be deallocated but are only
-used from time to time, buffers that can't be allocated on the stack because
-they are of variable and unpredictable but usually relatively small (usually
-line buffers).  There are too many of these lurking around; can save a sizeable
-amount of space at very little overhead and with very little effort by merging
-them.
-
-Clever multiplatform GUI idea (due partly to John Williams): write a GUI in
-Java where each statistical procedure dialog box could be downloaded from the
-server independently.  The statistical procedures would run on (the/a) server
-and results would be reported through HTML tables viewed with the user's choice
-of web browsers.  Help could be implemented through the browser as well.
-
-HOWTOs
-------
-
 MORE NOTES/IDEAS/BUGS
 ---------------------
 
Index: pspp/doc/ChangeLog
diff -u pspp/doc/ChangeLog:1.34 pspp/doc/ChangeLog:1.35
--- pspp/doc/ChangeLog:1.34     Sat Mar  4 00:28:15 2006
+++ pspp/doc/ChangeLog  Sat Mar  4 12:38:36 2006
@@ -1,3 +1,15 @@
+Wed Feb 15 21:53:12 2006  Ben Pfaff  <address@hidden>
+
+       * data-file-format.texi: Fix values for "measure" in Auxiliary
+       Variable Parameter Record.  Thanks to Oliver Bock <address@hidden>
+       for reporting this bug.  Fixes bug #15763.
+
+Tue Feb 14 21:34:06 2006  Ben Pfaff  <address@hidden>
+
+       * data-file-format.texi: Fix description of "count" in Auxiliary
+       Variable Parameter Record.  Thanks to Oliver Bock <address@hidden>
+       for reporting this bug.  Fixes bug #15756. 
+
 Sun Sep 25 16:10:36 2005  Ben Pfaff  <address@hidden>
 
        * Makefile.am: Make ni.texi a prereq for HTML output.  Thanks to
Index: pspp/doc/data-file-format.texi
diff -u pspp/doc/data-file-format.texi:1.6 pspp/doc/data-file-format.texi:1.7
--- pspp/doc/data-file-format.texi:1.6  Sat Mar  4 00:28:15 2006
+++ pspp/doc/data-file-format.texi      Sat Mar  4 12:38:36 2006
@@ -43,7 +43,7 @@
 * Document Record::             
 * Machine int32 Info Record::   
 * Machine flt64 Info Record::   
-* Auxilliary Variable Parameter Record::
+* Auxiliary Variable Parameter Record::
 * Long Variable Names Record::
 * Miscellaneous Informational Records::  
 * Dictionary Termination Record::  
@@ -472,7 +472,7 @@
 indicates 8-bit ASCII, 4 indicates DEC Kanji.
 @end table
 
address@hidden Machine flt64 Info Record, Auxilliary Variable Parameter Record, 
Machine int32 Info Record, Data File Format
address@hidden Machine flt64 Info Record, Auxiliary Variable Parameter Record, 
Machine int32 Info Record, Data File Format
 @section Machine @code{flt64} Info Record
 
 There must be no more than one machine @code{flt64} info record per
@@ -518,10 +518,10 @@
 The value used for LOWEST in missing values.
 @end table
 
address@hidden Auxilliary Variable Parameter Record, Long Variable Names 
Record, Machine flt64 Info Record, Data File Format
address@hidden Auxilliary Variable Parameter Record
address@hidden Auxiliary Variable Parameter Record, Long Variable Names Record, 
Machine flt64 Info Record, Data File Format
address@hidden Auxiliary Variable Parameter Record
 
-There must be no more than one auxilliary variable parameter record per
+There must be no more than one auxiliary variable parameter record per
 system file.  This  record must follow the variable
 records and precede the dictionary termination record.
 
@@ -550,7 +550,7 @@
 The size  @code{int32}. Always set to 4.
 
 @item int32 count;
-The total number of bytes in @code{aux_params} divided by 3.
+The total number of records in @code{aux_params}, multiplied by 3.
 
 @item struct aux_params aux_params[];
 An array of @code{struct aux_params}.   The order of the elements corresponds 
@@ -569,11 +569,11 @@
 @item int32 measure
 The measurement type of the variable:  
 @table @asis
address@hidden 0
-Nominal Scale
 @item 1
-Ordinal Scale
+Nominal Scale
 @item 2
+Ordinal Scale
address@hidden 3
 Continuous Scale
 @end table
 
@@ -600,7 +600,7 @@
 
 
 
address@hidden Long Variable Names Record, Miscellaneous Informational Records, 
Auxilliary Variable Parameter Record,  Data File Format
address@hidden Long Variable Names Record, Miscellaneous Informational Records, 
Auxiliary Variable Parameter Record,  Data File Format
 @section Long Variable Names Record
 
 There must be no more than one long variable names record per
Index: pspp/src/ChangeLog
diff -u pspp/src/ChangeLog:1.262 pspp/src/ChangeLog:1.263
--- pspp/src/ChangeLog:1.262    Sat Mar  4 00:28:15 2006
+++ pspp/src/ChangeLog  Sat Mar  4 12:38:36 2006
@@ -599,6 +599,10 @@
 
        * start-date.h: New file.
 
+Fri Feb  3 20:34:52 2006  Ben Pfaff  <address@hidden>
+ 
+       * font.h: (struct font_set) Removed, because unused.
+ 
 Sat Jan 28 17:45:36 2006  Ben Pfaff  <address@hidden>
 
        Cleaner (faster?) way to compact cases.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]