Implement journaling. Bug #17240.
[pspp-builds.git] / src / language / data-io /
2007-08-16 Ben PfaffDelete files that should never have been checked in.
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 Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
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-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-11 Ben PfaffOops, forgot a file.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
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-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-07 John DarringtonApplied patch #5661
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 Ben PfaffRemove blank page.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-29 John DarringtonApplying patch #5562
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
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 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-09-25 John DarringtonAdded casereader_clone function.
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-17 John DarringtonPatch #5209
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-08 Ben PfaffApply patch #5225, assertions.
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-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-09 Ben PfaffReform string library.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
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-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 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-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-26 Ben PfaffRemove `init' member from struct variable, which was...
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-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-16 Ben PfaffRemove last users of struct file_ext, and then get...
2006-04-16 Ben PfaffFix some warnings.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-31 Ben PfaffImprove string library.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 John Darringtonadded automake.mk files in src/language
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.