work on docs
[pspp] / src / language / utilities /
2022-02-13 Ben Pfafflexer: New function lex_ofs_representation().
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-12-06 Ben Pfaffdriver: New function output_log_nocopy().
2021-09-03 Ben PfaffRemove unneeded Emacs declarations that say that a...
2021-07-05 Ben PfaffDEFINE: New command.
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-05-03 Ben Pfafflexer: Remove lex_syntax_mode in favor of segmenter_mode.
2021-05-01 John Darringtonsrc/language/utilities/host.c (run_command): Fix memory...
2021-04-13 Ben PfaffRefactor SET and SHOW commands so it's harder to forget...
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 Ben PfaffSET: Reimplement parser without q2c.
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-01-25 Ben Pfaffoutput: New function output_log().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-09-07 Ben PfaffHOST: Implement timeouts on Hurd.
2020-09-07 Ben PfaffHOST: Check for setitimer() failure.
2020-09-02 Ben PfaffHOST: Reimplement and add support for TIMELIMIT subcommand.
2020-08-19 John DarringtonIssue error message if failing to change directory
2020-06-07 John DarringtonWhitespace changes only.
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffoutput: New page-setup-item.
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-05 John DarringtonAdd test for PERMISSIONS with bad syntax
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-04-01 John Darringtonoutput.c: cmd_output: Check return values of lex_force_...
2016-03-31 John DarringtonFixed a bug where INSERT would crash when an unterminat...
2016-03-26 John DarringtonFix double heap deallocation when erroneous SET was...
2016-03-26 John DarringtonFixed crash in MODIFY OUTPUT when no valid FORMAT claus...
2016-01-21 John DarringtonInclude a dissuader for odd numbered minor releases
2015-11-20 John DarringtonRemove unnecessary #include directives
2015-10-07 John DarringtonFix the INCLUDE /ENCODING subcommand and add a test...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-03-07 Ben Pfaffexpressions: Add support for 2- and 3-operand RND function.
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-03-20 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-18 Ben PfaffSET: Fix format specifier in show_workspace(). 20130318075540/pspp 20130319030509/pspp 20130320030504/pspp 20130321030507/pspp
2013-03-17 John DarringtonFix confusion over workspace units.
2013-03-17 John DarringtonAdded the SHOW WORKSPACE command which was absent.
2012-12-02 Ben PfaffMerge 'master' into 'psppsheet'. 20121202031952/pspp 20121203032039/pspp 20121204032004/pspp 20121205032030/pspp 20121206032021/pspp 20121207032036/pspp 20121208032040/pspp 20121209032019/pspp 20121210032023/pspp 20121211032038/pspp 20121212032028/pspp 20121213032029/pspp 20121214032036/pspp 20121215032028/pspp 20121216032020/pspp 20121217032038/pspp 20121218031957/pspp 20121219032034/pspp 20121220032031/pspp 20121221032037/pspp 20121222032032/pspp 20121223032002/pspp 20121225032008/pspp 20121226032016/pspp 20121227032003/pspp 20121228032058/pspp 20121229032201/pspp 20121230032128/pspp
2012-11-27 Ben PfaffSHOW: Add JOURNAL subcommand. 20121127030504/pspp 20121128030504/pspp 20121129030503/pspp 20121130030502/pspp
2012-05-14 John DarringtonAdd SET TVARS option. Closes bug #31566 20120515030501/pspp 20120516030503/pspp 20120517030502/pspp 20120518030503/pspp 20120519030503/pspp
2012-04-19 John DarringtonSHOW: New subcommand N
2012-02-25 John DarringtonAdded SHOW options DIRECTORY, ENVIRONMENT, TEMPDIR... 20120225030502/pspp 20120226030503/pspp
2011-11-06 Ben Pfaffq2c: Remove final untranslated strings from q2c.c.
2011-11-06 Ben Pfafflexer: New function lex_force_string_or_id().
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-11-06 Ben Pfaffsettings: Implement MXLOOPS subcommand.
2011-11-06 Ben PfaffSET: Warn for more obsolete subcommands.
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-15 Ben PfaffCD: Fix a bug and add a regression test. 20110615030502/pspp
2011-05-04 Ben PfaffImplement DATASET commands.
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-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2010-12-12 Ben PfaffECHO: Use text_item, as intended.
2010-12-04 Ben PfaffRemove the PROMPT, CPROMPT, and DPROMPT settings.
2010-12-04 Ben PfaffRemove the NULLINE and ENDCMD settings.
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-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-05 Ben PfaffCACHE: Implement command as no-op.
2010-10-25 John DarringtonRemove various duplicated #include directives
2010-10-17 John DarringtonFix typos in printed strings
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-24 Ben PfaffMake translation easier.
2010-09-24 Ben PfaffHOST: Use more modern syntax.
2010-09-24 Ben PfaffPERMISSIONS: Add missing check for string token.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands. 20100830040502/pspp 20100831040502/pspp 20100901040503/pspp 20100902040507/pspp 20100903040502/pspp
2010-08-09 Ben PfaffReplace S_I[RWX]{USR,GRP,OTH} macros by their values.
2010-08-08 John DarringtonSET FORMAT: Flag an error if an invalid format is given.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
next