Added custom psppire-selector widget.
[pspp-builds.git] / src / data / dictionary.c
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2007-01-10 John DarringtonPatch #5672
2007-01-07 John DarringtonApplied patch #5661
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-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-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-07-02 Ben PfaffFix comment.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-06 Ben PfaffMake dictionary compacting functions a little more...
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-01 Ben PfaffChange case limit type from int to size_t.
2006-04-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-26 Ben PfaffRemove `init' member from struct variable, which was...
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-12 Ben PfaffImprove comment.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.