Categorical value cache added
[pspp-builds.git] / src / dictionary.c
2005-11-22 Jason StoverCategorical value cache added
2005-10-26 Ben PfaffFix up potential overflows in size calculations by...
2005-10-24 John DarringtonRefactored to make it easier to abstract a dictionary...
2005-10-24 Ben PfaffWork to get rid of GCC 4.0 warnings, part 1.
2005-09-12 John DarringtonFixed issues which arose on x86_64 architecture
2005-08-21 Ben PfaffRevamp SAVE, XSAVE, EXPORT. Add (or at least parse...
2005-08-07 Ben PfaffClean up treatment of missing values by moving all...
2005-07-31 Ben PfaffAdopt use of gnulib for portability.
2005-05-17 Ben PfaffFix rest of PR 13054.
2005-05-16 Ben PfaffFix rest of PR 13054.
2005-05-05 Ben PfaffFix PR 12948.
2005-05-02 Ben PfaffNew implementation of long variable names. Each variab...
2005-04-29 John DarringtonChanged all the licence notices in all the files.
2005-04-26 Ben PfaffFinish fixing MATCH FILES (PR 11677).
2005-04-23 John DarringtonMuch as valgrind is very usefull, it can sometimes...
2005-04-23 John DarringtonPlugged some memory leaks.
2005-04-13 John DarringtonImplemented long variable names a la spss V12.
2005-03-15 Ben PfaffMake sort stable (PR 12313).
2005-03-14 Ben PfaffFirst phase of making SORT CASES stable (PR 12035).
2005-02-11 Ben PfaffFri Feb 11 00:08:36 2005 Ben Pfaff <blp@gnu.org>
2004-11-15 Ben PfaffInstead of making system or portable file readers respo...
2004-06-01 Ben PfaffFix memory leaks.
2004-04-06 Michael Kiefte* Changed dict_get_case_weight() to accept an additiona...
2004-03-26 Ben PfaffCompacted values need to start off from 0.
2004-03-21 John DarringtonAdded custom assert(); Fixed bugs in T-TEST and VALUE...
2004-03-15 Ben PfaffRedo VFM interface. Get rid of compaction_necessary...
2004-03-11 Ben PfaffChange explicit variable name checks into use of dict_c...
2004-02-21 Ben PfaffFix root cause of bug worked around by previous check...
2004-02-16 Ben PfaffClean up struct dictionary's value_cnt usage.
2004-02-16 Ben PfaffGot rid of "struct long_vec", envector(), devector...
2004-02-12 Ben PfaffClean up pref.h.orig and deal with the consequences.
2003-12-30 Ben PfaffSat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>