work on PRINT encoding
[pspp] / src / language /
2012-06-19 Ben Pfaffwork on PRINT encoding lexer
2012-06-19 Ben Pfaffwork on print encodigns
2012-06-19 Ben Pfaffwork on data list
2012-06-19 Ben PfaffPRINT SPACE: Fix missing fh_unref() on error path.
2012-06-07 John DarringtonCORRELATIONS: Fixed bug displaying non-sqaure correlati... 20120608060502/pspp 20120610000508/pspp 20120611000503/pspp 20120612000502/pspp 20120613000503/pspp 20120614000503/pspp 20120615000509/pspp
2012-05-14 John DarringtonAdd SET TVARS option. Closes bug #31566 20120515030501/pspp 20120516030503/pspp 20120517030502/pspp 20120518030503/pspp 20120519030503/pspp
2012-05-09 John DarringtonHISTOGRAMS: Fix bin width problems on large numbers... 20120510030503/pspp 20120511030508/pspp 20120512030503/pspp 20120513030508/pspp 20120514030504/pspp
2012-05-06 Ben Pfafflexer: Check that 'read' function in lex_source returns...
2012-05-01 John DarringtonMEANS: Use var_to_string instead of var_get_name for... 20120502030502/pspp 20120503030502/pspp 20120504030503/pspp 20120505030504/pspp
2012-04-21 Ben Pfaffformat: Introduce a new type "enum fmt_use".
2012-04-19 John DarringtonSHOW: New subcommand N
2012-04-18 Ben PfaffDO IF: Fix crash when END IF appears without DO IF. 20120418030503/pspp
2012-04-13 John DarringtonReplace regression.q with regression.c 20120414030503/pspp 20120415030503/pspp
2012-04-09 John DarringtonEXAMINE: Implement MISSING=REPORT option
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-04-04 Ben PfaffFACTOR: Fix crash with /ROTATION=NOROTATE. 20120404030503/pspp 20120405030503/pspp
2012-03-31 John DarringtonExamine: Added the /PLOT=SPREADLEVEL option
2012-03-31 John Darringtonexamine.c: Fix a seg fault which caused a crash when... 20120331030503/pspp
2012-03-26 John DarringtonExamine: Print extreme values using the print format...
2012-03-25 John DarringtonFix a crashes where histograms of a single datum were...
2012-03-24 John DarringtonFixed yet another problem caused by use of abs where...
2012-03-22 John DarringtonEXAMINE: Allow the /ID subcommand to take a non-numeric...
2012-03-20 John Darringtonhistogram.c: histogram_create now takes bin width inste...
2012-03-18 John DarringtonImprove translator comments.
2012-03-18 John DarringtonFix compiler warnings 20120318030502/pspp
2012-03-18 John DarringtonWhitespace changes only
2012-03-18 John Darringtonexamine.c: Rename xxx0 and xxx1 to something more sensible
2012-03-17 John DarringtonFix memory leaks in the new EXAMINE implementation.
2012-03-16 John DarringtonEXAMINE: Complete re-implementation 20120317030502/pspp
2012-03-14 John Darringtonmath/np.c: Change np_create to take 3 doubles rather...
2012-03-11 John DarringtonRegression: Fix bug where missing values in the depende... 20120312030502/pspp 20120313030502/pspp
2012-03-03 John Darringtononeway.c: Set destroy pointer to NULL, since it is...
2012-03-02 Ben PfaffSort attributes by name for display, to make order... 20120302030501/pspp
2012-02-29 John DarringtonKruskal-Wallis: Sort grouped ranks before displaying...
2012-02-25 John DarringtonAdded SHOW options DIRECTORY, ENVIRONMENT, TEMPDIR... 20120225030502/pspp 20120226030503/pspp
2012-02-21 John DarringtonMEANS: plug memory leaks 20120222030502/pspp 20120223030501/pspp 20120224030501/pspp
2012-02-18 John DarringtonRemove erroneous case_unrefs. Found by valgrind
2012-02-16 John DarringtonMEANS: Correct position of double vertical rule
2012-02-16 John DarringtonMeans: Report totals as well as catagories
2012-02-14 John DarringtonReliability Test: Do not allow splits greater than... 20120215030501/pspp
2012-02-13 John DarringtonAdd missing translation markup 20120214030503/pspp
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Recode string fields in file header also.
2012-02-07 Ben Pfaffjonckheere-terpstra: Declare variables at beginning...
2012-02-05 John DarringtonNPAR /J-T correct significance calculation when test... 20120206030503/pspp
2012-02-05 John Darringtonnpar.c: Added some missing initialisers.
2012-02-05 John DarringtonAdded an implementation of the Jonckheere-Terpstra...
2012-01-26 John DarringtonDon't crash on Games-Howell test when there are small... 20120127030502/pspp 20120128030503/pspp
2012-01-25 Ben PfaffRANK: Avoid putting declaration after statement. 20120125030501/pspp
2012-01-23 John DarringtonMoved rank.q to rank.c
2012-01-16 John DarringtonMEANS: Added further tests for missing value behaviour
2012-01-16 John DarringtonMEANS: Implemented /MISSING=TABLE subcommand
2012-01-16 John DarringtonMEANS: implemented the /CELLS={ALL,NONE,DEFAULT} option...
2012-01-14 John DarringtonCorrected various misspellings in the documentation 20120115030503/pspp
2012-01-14 John DarringtonMEANS: remove arguments to callbacks which were always...
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonMEANS: This command is IMO now stable enough to be...
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2012-01-05 John DarringtonFix memory leaks parsing string expressions
2011-12-10 John DarringtonAdded basic framework for the MEANS command. 20111211030508/pspp
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-26 John DarringtonGLM: Mimic spss output with /INTERCEPT=EXCLUDE 20111127030502/pspp 20111128030503/pspp
2011-11-25 John DarringtonGLM: Added implementation for the Type 3 sums of squares. 20111126030502/pspp
2011-11-23 John DarringtonGLM: Implemented the Type I sums of squares and added... 20111124030508/pspp
2011-11-23 John DarringtonGLM: Update logic for choosing types of sums of squares
2011-11-23 John Darringtonglm.c: Allow parser to accept METHOD=SSTYPE(n) subcommand
2011-11-23 John Darringtonglm.c:get_ssq Remove unnecessary assignment
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-11-10 Ben PfaffGET: Fix confusion over the type of the 'type' parameter. 20111110030508/pspp
2011-11-10 Ben PfaffDO REPEAT: Properly convert lex_syntax_mode to segmente...
2011-11-09 Ben PfaffONEWAY: Fix printf format specifier. 20111109030502/pspp
2011-11-06 Ben Pfaffq2c: Remove gettext.h #include from generated code.
2011-11-06 Ben Pfaffq2c: Remove final untranslated strings from q2c.c.
2011-11-06 Ben Pfaffq2c: Use new subc_list_error() to report too many subco...
2011-11-06 Ben Pfafflexer: New function lex_force_string_or_id().
2011-11-06 Ben Pfafflexer: New functions lex_spec_missing(), lex_spec_only_...
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-11-06 Ben Pfafflexer: Drop lexer parameter from lex_sbc_missing().
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-11-06 Ben PfaffLOOP: Correctly implement MXLOOPS and add a test.
2011-11-06 Ben Pfaffsettings: Implement MXLOOPS subcommand.
2011-11-06 Ben PfaffSET: Warn for more obsolete subcommands.
2011-11-05 Ben Pfafflexer: Rename 'close' to 'destroy' in struct lex_reader... 20111105030502/pspp
2011-10-25 John DarringtonRemove duplicate #include lines
2011-10-19 John DarringtonUse variable labels in crosstabs. 20111020030501/pspp 20111021030502/pspp 20111022030501/pspp 20111023030503/pspp 20111024030502/pspp
2011-10-12 John DarringtonRemove redundant error message. 20111013030503/pspp 20111015030501/pspp 20111016030502/pspp 20111017030502/pspp 20111018030502/pspp
2011-10-12 John DarringtonConsolidate some very similar user visible strings
2011-10-12 John DarringtonAdded some missing gettext macros
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-10-06 John DarringtonAdd a warning to GLM until we've sorted out its problems 20111007030502/pspp
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-09-29 John DarringtonOptimisation for the type3 sum of squares procedure
2011-09-28 John DarringtonFixed a crash in REGRESSION when there were no non... 20110929030503/pspp 20110930030502/pspp 20111001030502/pspp 20111002030502/pspp 20111003030502/pspp 20111004030502/pspp 20111005030502/pspp 20111006030503/pspp
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into... 20110927030508/pspp 20110928030501/pspp
2011-09-20 John DarringtonFix warnings and remove conditional compilation which... 20110921030502/pspp 20110922030503/pspp 20110923030508/pspp 20110924030502/pspp 20110925030502/pspp
2011-09-18 Jason H StoverFixed type 3 sums of squares for models containing... 20110919030503/pspp 20110920030503/pspp
2011-09-03 John DarringtonAvoid compiler warnings about uninitialised variables.
2011-08-28 John DarringtonGLM: Disable the interactions option until it actually... 20110901030501/pspp
next