treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / language / dictionary / modify-variables.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2020-06-20 John DarringtonFix crash when cleaning up after parsing bad MODIFY...
2020-06-07 John DarringtonWhitespace changes only.
2019-12-29 Ben Pfaffbit-vector: Add new functions for working with bit...
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-02-26 Ben PfaffMODIFY VARS: Fix bugs in REORDER and DROP subcommands...
2019-02-26 Ben PfaffMODIFY VARS: Style updates.
2018-10-01 John DarringtonReference count struct dictionary.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-05 Ben PfaffMODIFY VARIABLES: Eliminate VAR_NAME_LEN limit on varia...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-12 John DarringtonCanonicalise some printed strings, to make translators...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-22 John DarringtonCorrected various typos in error messages.
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.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
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-11 John DarringtonEncapsulated lexer and updated calling functions accord...
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-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
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 John DarringtonAdded new files resulting from directory restructuring.