Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / data / automake.mk
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-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2007-11-25 Ben Pfaff(src_data_libdata_a_SOURCES): Add val-type.h, to fix...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-09-19 Ben PfaffFix bug #20910.
2007-08-13 Ben Pfaff* get.c (struct case_map): Move into new file src/data...
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-06-07 Ben PfaffUntil now, the procedure code has provided a case to...
2007-06-07 Ben PfaffAdd casegrouper, to allow cases read from a given caser...
2007-06-07 Ben PfaffAdd interface to lexicographical ordering of cases.
2007-06-07 Ben PfaffAdd casereaders and casewriters, the basis of the new...
2007-06-07 Ben Pfaff"casewindow" data structure that extends the deque...
2007-06-07 Ben Pfaffsparse_cases data structure that augments a sparse_arra...
2007-06-07 Ben PfaffAdd a low-level on-disk case array data structure.
2007-06-02 Ben PfaffClean up after a forgotten part of patch #5829.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-11-29 John DarringtonFixed make distcheck
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-07-17 John DarringtonPatch #5209
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded src/libpspp/automake.mk and src/data/automake.mk