Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / language / data-io / inpt-pgm.c
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
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-07 Ben PfaffActually implement the new procedure code and adapt...
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
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-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-25 John DarringtonAdded casereader_clone function.
2006-08-05 Ben PfaffFix bug #17329 in REREAD parsing, reported by John...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-28 Ben PfaffFix regression in command name completion reported...
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 Ben PfaffFurther clean up the CMD_* command result codes.
2006-05-01 Ben PfaffRemove vestiges of REPEATING DATA support.
2006-04-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
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 John DarringtonAdded new files resulting from directory restructuring.