Automatically infer variables' measurement level from format and data.
[pspp] / src / data / settings.c
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2022-06-18 Ben PfaffImplement SET LEADZERO.
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-04-13 Ben PfaffRefactor SET and SHOW commands so it's harder to forget...
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsettings: Use modern initializer style.
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
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-06 Ben Pfaffformat: Move epoch into struct fmt_settings.
2021-01-06 Ben Pfaffformat: Make format settings structure smaller and...
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
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.
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-03-20 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-17 John DarringtonFix confusion over workspace units.
2012-05-14 John DarringtonAdd SET TVARS option. Closes bug #31566 20120515030501/pspp 20120516030503/pspp 20120517030502/pspp 20120518030503/pspp 20120519030503/pspp
2011-11-06 Ben Pfaffsettings: Update default MXLOOPS and document.
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-02-20 Ben Pfaffformat: Increase abstraction of fmt_number_style.
2010-12-04 Ben PfaffRemove the NULLINE and ENDCMD settings.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands. 20100830040502/pspp 20100831040502/pspp 20100901040503/pspp 20100902040507/pspp 20100903040502/pspp
2010-08-29 Ben Pfaffsettings: Avoid using a pointer and global data for...
2010-08-29 Ben Pfaffsettings: Make viewwidth, viewlength "int"s instead...
2010-08-29 Ben Pfaffsettings: Reformat the_settings initializer.
2010-08-29 Ben Pfaffformat: Introduce a new type, struct fmt_settings.
2010-08-24 John DarringtonMerge commit 'origin/master' into sso
2010-08-22 John DarringtonSET MXWARNS = 0 to be interpreted as unlimited. 20100822040502/pspp 20100823040503/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
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-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2009-04-01 John DarringtonRefactor locale initialisation.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-15 John DarringtonSet the DECIMAL point character from the LC_NUMERIC
2008-07-27 John DarringtonChanged the default WORKSPACE value to 64MB.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
2007-09-25 Ben PfaffJohn's original code for patch #6210.
2007-08-10 Ben PfaffFix bug reported by Jason Stover.
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
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 PfaffIn a couple of places we calculate the maximum number...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-11-04 Ben PfaffImplement SET ERRORS, SHOW ERRORS.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-05-30 John DarringtonInternationalisation.
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.