str: Skip only up to one-past-the-end in ss_tokenize().
[pspp] / src /
2012-02-18 Ben Pfaffstr: Skip only up to one-past-the-end in ss_tokenize().
2012-02-18 Ben Pfaffsys-file-reader: Avoid read past end of buffer.
2012-02-18 Ben Pfaffcategoricals: Mark dump_interaction() and categoricals_...
2012-02-18 John DarringtonRevert "Mark separator names for translation"
2012-02-18 John DarringtonRemove erroneous case_unrefs. Found by valgrind
2012-02-18 John DarringtonUse if(0) instead of #if 0
2012-02-18 John Darringtoncategoricals.c: Fix memory access problems on empty...
2012-02-16 John Darringtonfix warnings 20120217030503/pspp 20120218030508/pspp
2012-02-16 John DarringtonMEANS: Correct position of double vertical rule
2012-02-16 John DarringtonMeans: Report totals as well as catagories
2012-02-15 John DarringtonPsppire: Allow syntax files to be provided as an argument 20120216030502/pspp
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-13 John DarringtonUse ButtonBox Mask nick field for it's correct purpose.
2012-02-13 John DarringtonMark separator names for translation
2012-02-12 John DarringtonAdded a dialog box for the MEANS command 20120213030503/pspp
2012-02-10 John DarringtonFixed bug #35494 - Levene test crash on no valid values. 20120211030508/pspp
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Support EBCDIC magic number in system files.
2012-02-08 Ben Pfaffsys-file: Recode string fields in file header also.
2012-02-08 Ben Pfaffdictionary: Truncate file label in dictionary encoding...
2012-02-07 Ben Pfaffpor-file-writer: Avoid infinite loop with value labels. 20120207030502/pspp
2012-02-07 Ben Pfaffgui: Fix warnings due to missing GObject type conversions.
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 Ben Pfaffgui: Fix grammar in user message in psppire-data-window.c
2012-02-05 John Darringtonnpar.c: Added some missing initialisers.
2012-02-05 John DarringtonAdded an implementation of the Jonckheere-Terpstra...
2012-02-04 John DarringtonLogo rework.
2012-02-04 John DarringtonNew abstract base class: PsppireWindowBase 20120204030502/pspp
2012-02-02 John DarringtonError with g_critical instead of g_assert on invalid... 20120203030502/pspp
2012-01-31 John DarringtonConverted Sort dialog to a PsppireDialogAction object
2012-01-30 John DarringtonConverted reliability dialog to a PsppireDialogAction...
2012-01-29 John DarringtonRemoved erroneous duplicated line 20120130030502/pspp
2012-01-29 John DarringtonConverted roc-dialog to a PsppireDialogAction object
2012-01-29 John DarringtonConvert kmeans dialog to a PsppireDialogAction
2012-01-29 John DarringtonConverted the correlations dialog to a PsppireDialogAct... 20120129030507/pspp
2012-01-28 Ben PfaffMove PSPP shared libraries from $(libdir) to $(libdir...
2012-01-28 Ben PfaffName the src/libpspp convenience library consistently.
2012-01-26 John DarringtonDon't crash on Games-Howell test when there are small... 20120127030502/pspp 20120128030503/pspp
2012-01-26 Ben Pfaffgui: Fix warnings. 20120126030504/pspp
2012-01-25 John DarringtonNew abstract class PsppireDialogAction
2012-01-25 Ben PfaffRANK: Avoid putting declaration after statement. 20120125030501/pspp
2012-01-24 Ben Pfaffgui: Use $(INSTALL_DATA), not $(INSTALL), to install... 20120124030501/pspp
2012-01-23 John DarringtonMoved rank.q to rank.c
2012-01-22 John DarringtonReimplemented the logo as a svg image and converted... 20120123030503/pspp
2012-01-16 John DarringtonImprove behaviour of resizing the value chooser widget 20120117030508/pspp 20120118030501/pspp
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-15 John DarringtonRemove stray include directive
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-11 John DarringtonUse idle callback to write to the local config directory 20120112030509/pspp
2012-01-11 Ben PfaffFix PSPP link on OpenSUSE and possibly Ubuntu 11.10. 20120111030501/pspp
2012-01-07 Ben Pfaffcairo: Only apply options to table items, to avoid... 20120108030503/pspp 20120109030503/pspp 20120110030502/pspp
2012-01-05 John Darringtononline_help: use g_spawn_async instead of g_spawn_comma... 20120106030503/pspp 20120107030502/pspp
2012-01-05 John DarringtonAvoid crash rendering charts in the gui interface.
2012-01-05 John DarringtonFix memory leaks parsing string expressions
2012-01-05 John DarringtonFix memory leaks 20120105030505/pspp
2012-01-05 John Darringtonlex_get_text_buffer_read: Avoid potential buffer overflow.
2012-01-03 John DarringtonAdd files to manifest, inadvertantly omitted from previ... 20120104030501/pspp
2012-01-03 John DarringtonNew file: builder-wrapper.h and builder-wrapper.c
2011-12-22 John DarringtonSet the output driver parameters dynamically from the... 20111223030502/pspp 20111224030502/pspp 20111225030503/pspp 20111226030503/pspp 20111227030503/pspp 20111228030503/pspp 20111229030502/pspp 20111230030503/pspp 20111231030503/pspp 20120101030503/pspp
2011-12-21 Ben Pfaffpsppire-dialog: Add missing prototype for psppire_dialo... 20111221030502/pspp 20111222030502/pspp
2011-12-18 John DarringtonCorrect packing properties of sort cases dialog.
2011-12-17 John DarringtonEscape # character in call to g_spawn_command_line_async 20111218030503/pspp
2011-12-17 John DarringtonAdded a callback to the dialog help buttons, and a...
2011-12-17 John DarringtonOutput Viewer: Try to adapt to changes in style 20111217030502/pspp
2011-12-13 Ben Pfaffgui: Make Enter work in the Goto Case dialog. 20111214030502/pspp 20111215030508/pspp 20111216030509/pspp
2011-12-11 John DarringtonOutput viewer: use the widget's style to set the colors... 20111212030508/pspp 20111213030502/pspp
2011-12-11 John DarringtonCairo output driver: Added options to set the foregroun...
2011-12-11 John DarringtonRemove xr_draw_chart from cairo.h and make static
2011-12-10 John DarringtonAdded basic framework for the MEANS command. 20111211030508/pspp
2011-12-10 John DarringtonAdded a function to clone an interaction.
2011-12-07 John DarringtonValue Labels Dialog: Fix packing properties 20111208030508/pspp 20111209030502/pspp 20111210030509/pspp
2011-12-04 Ben Pfaffgui: Fix behavior of print preview in psppire-output... 20111206030508/pspp 20111207030508/pspp
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
2011-12-03 John DarringtonRemove unused global variables 20111203030503/pspp
2011-12-02 Ben Pfaffgui: Fix printing of tables split across pages in psppi... 20111202030503/pspp
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately... 20111129030502/pspp 20111130030501/pspp 20111201030507/pspp
2011-11-28 John DarringtonRemove unused function
2011-11-26 John DarringtonGLM: Mimic spss output with /INTERCEPT=EXCLUDE 20111127030502/pspp 20111128030503/pspp
2011-11-26 John DarringtonFix memory leak
2011-11-25 John DarringtonGLM: Added implementation for the Type 3 sums of squares. 20111126030502/pspp
2011-11-25 John Darringtoncategoricals.c: Effects coding.
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-20 John Darringtoncategoricals.c Fix the calculation of the per encoding... 20111121030502/pspp 20111122030503/pspp 20111123030502/pspp
2011-11-19 John DarringtonRename df --> df_prod and comment accordingly
2011-11-19 John Darringtoncategoricals.c: Reimpliment the get_binary_by subscript...
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-11-13 John DarringtonRemove useless code 20111114030502/pspp
2011-11-10 John DarringtonFile Open: Don't try to analyse the file if it's a... 20111111030502/pspp 20111112030502/pspp 20111113030508/pspp
next