data_out function to dynamically allocate return value.
[pspp-builds.git] / src / language / data-io / list.q
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
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.
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
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-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-07 Ben PfaffFix segfault.
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-03 Ben PfaffClean up output subsystem.
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 new files resulting from directory restructuring.