case: Introduce new functions for numbers and substrings in cases.
[pspp] / src / language / stats / flip.c
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-06-07 John DarringtonWhitespace changes only.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2018-10-01 John DarringtonReference count struct dictionary.
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-06 John DarringtonFixed crash on FLIP vs. invalid variable names.
2016-03-26 John DarringtonFix crash in FLIP with no variables.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-26 Ben PfaffFLIP: Fix use-after-free error with temporary transform... 20130426010504/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-02 John DarringtonFor consistency with other files use <> instead of ""
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 Pfaffdataset: Rename functions with "dataset_" prefix.
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 PfaffFLIP: Eliminate false dependency on VAR_NAME_LEN.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments. 20100925040502/pspp
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-18 John DarringtonFLIP: Don't change new variables to upper case.
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek... 20100502040503/pspp
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types.
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonFix warnings in flip command.
2009-07-23 John DarringtonMerge commit 'origin/stable'
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-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
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-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-07-25 Ben PfaffFix bugs #20493, #20494.
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-17 Ben PfaffImprove error message when temporary file cannot be...
2007-02-07 Ben PfaffGive better error message on end of file.
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
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-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-05-08 Ben PfaffCheck return value of pool_fclose().
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-25 Ben PfaffSimplify a bit of code using snprintf().
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.