work on docs
[pspp] / tests / language / control /
2021-12-11 Ben PfaffClean up how transformations work.
2021-09-02 Ben PfaffDEFINE: Properly support redefining a macro.
2021-09-01 Ben Pfaffmacro: Fix crash for !QUOTE of a quoted string.
2021-08-26 Ben PfaffDEFINE: Only expand macro functions when the name is...
2021-07-24 Ben Pfaffmacro: Continue expanding macro even in face of errors...
2021-07-24 Ben Pfaffmacro: Allow positional arguments to be empty.
2021-07-23 Ben Pfaffmacro: Allow macro A to use its arguments as part of...
2021-07-20 Ben PfaffDEFINE: Equals sign is optional for both positional...
2021-07-20 Ben Pfaffmacro: Properly parse !ENCLOSE keyword arguments.
2021-07-20 Ben PfaffDEFINE: Don't use PSPP_CHECK_MACRO_EXPANSION macro...
2021-07-20 Ben PfaffDEFINE: Allow !DEFAULT to follow the argument type...
2021-07-18 Ben Pfafflexer: Change the pipeline to allow more flexible use...
2021-07-05 Ben PfaffDEFINE: New command.
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-11-10 Ben PfaffLOOP: Limit number of iterations when IF clauses present.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2018-02-21 Ben Pfafflexer: Fix implementation of lex_force_string_or_id().
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-08 John DarringtonFix erroneous subsitute by previous commit.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-31 John DarringtonFixed by where pspp would crash if ELSE appeared withou...
2012-04-19 John DarringtonDO IF test: Correct expected outcome 20120420030504/pspp
2012-04-18 Ben PfaffDO IF: Fix crash when END IF appears without DO IF. 20120418030503/pspp
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-11-06 Ben PfaffLOOP: Correctly implement MXLOOPS and add a test.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-11 Ben PfaffTEMPORARY: Convert test to Autotest framework.
2010-10-02 Ben PfaffLOOP: Convert tests to Autotest framework.
2010-09-28 Ben PfaffDO REPEAT: Add test for missing END REPEAT.
2010-09-25 Ben Pfafftests: Convert do-repeat.sh test to use Autotest.
2010-09-25 Ben Pfafftests: Convert do-if.sh test to use Autotest.