Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / language / data-io / ChangeLog
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2007-12-08 Ben PfaffPatch #6302.
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-09-23 Ben Pfaff(cmd_data_list): Don't allow END subcommand to be used...
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* get.c (struct case_map): Move into new file src/data...
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-07-26 Ben PfaffFix bug #17100.
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
2007-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffTue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org>
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-08-05 Ben PfaffFix bug #17329 in REREAD parsing, reported by John...
2006-07-31 Ben PfaffAllow a comma between specifications on PRINT.
2006-07-18 Ben PfaffPatch #5244.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-07-02 Ben PfaffFix bug #15786: System File Creation crashes if directoy is
2006-06-28 Ben PfaffFix regression in command name completion reported...
2006-06-09 Ben PfaffReform string library.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-10 Ben PfaffFix memory leak in MATCH FILES.
2006-05-07 Ben PfaffFix segfault.
2006-05-07 Ben PfaffSome more cleanup with value labels.
2006-05-06 Ben PfaffUse a casefile, instead of a case sink, for MATCH FILES...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-05-02 Ben PfaffFurther clean up the CMD_* command result codes.
2006-05-01 Ben PfaffRemove vestiges of REPEATING DATA support.
2006-05-01 Ben PfaffRemove vestiges of REPEATING DATA support.
2006-05-01 Ben PfaffFix change log.
2006-05-01 Ben PfaffFix change log.
2006-05-01 Ben PfaffRemove vestiges of FILE TYPE support.
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-25 Ben PfaffDon't special-case MS-DOS line ends.
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffRemove last users of struct file_ext, and then get...
2006-04-16 Ben PfaffFix some warnings.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.