Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / data / procedure.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-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-02 John DarringtonNew datasets to use the current default encoding.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonUnsaved indicator for data files.
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.
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-19 Ben PfaffFix bug #20910.
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-07-26 John DarringtonPatch #6086. Adds "transformation pending" state.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-15 John DarringtonFixed procedure execution in GUI.
2007-06-11 Ben PfaffAdd lots of comments. Some minor substantive changes...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-03-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-10 John DarringtonPatch #5672
2007-01-07 John DarringtonApplied patch #5661
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
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-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-17 John DarringtonPatch #5209
2006-07-14 Ben PfaffFixes for bugs/warts found in debug mode compile (bug...
2006-05-07 Ben PfaffSimplify multipass_procedure().
2006-05-06 Ben PfaffMake dictionary compacting functions a little more...
2006-05-06 Ben PfaffSearch and replace "vfm" by "proc".
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffContinue reforming procedure execution. Change interna...
2006-05-06 Ben PfaffGet rid of unused struct member.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...