Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / data / dictionary.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 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonMerge branch 'refs/heads/charset' of ssh://jmd@git...
2009-03-29 John DarringtonSet dictionary's encoding when reading gnumeric files
2009-03-27 John DarringtonTest for NULL before calling strdup
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-17 John DarringtonFixed crash which occured when deleting dictionaries...
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonUnsaved indicator for data files.
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-03-07 Ben Pfaff(var_name_is_insertable): New function.
2008-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-27 John DarringtonFixed bugs #21397 and 21330
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-14 Ben Pfaff(dict_clone): Copy case indexes from cloned dictionary...
2007-08-27 John DarringtonPlugged some more memory leaks.
2007-08-14 John DarringtonAvoid assertion failure pasting from a dictionary with...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
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-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
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-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-23 Ben PfaffPatch #5885.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-09 Ben PfaffImprove VECTOR implementation.
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.