pspp
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffSuppress GCC 4.7 warnings by changes to code that make...
2012-09-26 Ben PfaffSuppress GCC 4.7 warnings due to unimplemented features.
2012-09-26 Ben Pfaffgnumeric-reader: Add cast to suppress warning.
2012-09-26 Ben Pfaffsplit-file-dialog: Add use of unused variable in split_...
2012-09-26 Ben PfaffSuppress warnings for suspicious use of "enum" constants.
2012-09-26 Ben Pfaffgui: Check return value of gtk_tree_model_get_iter().
2012-09-26 Ben Pfaffcairo: Avoid deprecated pango_cairo_font_map_create_con...
2012-09-26 Ben PfaffRemove unused "finalize" functions.
2012-09-26 Ben PfaffRemove variables assigned to but never used.
2012-09-26 Ben PfaffEXAMINE: Avoid useless call to casereader_count_cases().
2012-09-26 Ben PfaffCROSSTABS: Fix bug in check for REPORT in general mode.
2012-09-25 Ben Pfaffexpressions: Fix coercion of numbers to booleans at...
2012-09-20 John Darringtongtk.h wrapper: Added *_set_realized and set_mapped 20120921030501/pspp 20120922030504/pspp 20120923030504/pspp 20120924030504/pspp 20120927030501/pspp 20120928030503/pspp 20120929030503/pspp 20120930030503/pspp
2012-09-20 John Darringtonsrc/data/data-out.c: Added assertion to catch negative...
2012-09-12 John DarringtonAdded keybindings to move to the extremities of the... 20120913030507/pspp 20120914030504/pspp 20120915030505/pspp
2012-09-12 John DarringtonPerl Module: Avoid forcing scalar value into a pointer. 20120912030512/pspp
2012-09-03 Ben Pfaffpsppire-cell-renderer: Fix behavior of repeated clicks... 20120911031925/pspp 20120912031918/pspp 20120913031857/pspp 20120914031922/pspp 20120915031925/pspp 20120921032038/pspp 20120922031949/pspp 20120923031953/pspp 20120924032009/pspp 20120927032112/pspp 20120928032019/pspp 20120929032021/pspp 20120930032025/pspp
2012-09-02 Ben Pfaffpsppire-var-sheet: Allow adjusting width of string...
2012-08-25 John Darringtonvar-type-dialog: Adjust packing parameters 20120826001913/pspp
2012-08-25 John DarringtonMerge branch 'master' into psppsheet
2012-08-25 John DarringtonUpdate widgets.c from psppsheet branch 20120826000503/pspp 20120910030509/pspp 20120911030519/pspp
2012-08-22 John DarringtonFix memory leak in sys-file-reader.c 20120822000503/pspp 20120823000504/pspp 20120824000503/pspp 20120825000503/pspp
2012-08-20 John Darringtonref count the linreg structure so as to avoid double... 20120821000505/pspp
2012-08-20 Ben Pfaffsys-file-reader: Fix setjmp() technicality. 20120820000504/pspp
2012-08-20 Ben Pfaffsys-file-reader: Fix memory leak.
2012-08-19 Ben Pfaffwidgets: Insert (void) cast in call, to suppress GCC... 20120820001828/pspp 20120821001934/pspp 20120822001826/pspp 20120823001911/pspp 20120824001952/pspp 20120825001851/pspp
2012-08-19 Ben Pfaffwidgets: #include missing header file.
2012-08-19 Ben Pfaffpsppire-cell-renderer-button: Avoid use-after-free...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-19 Ben Pfaffmissing-val-dialog: Convert to a GObject.
2012-08-19 Ben Pfaffmissing-val-dialog: Avoid destroying uninitialized...
2012-08-19 Ben Pfaffgui: Rename var-sheet-dialogs.ui to missing-val-dialog.ui.
2012-08-19 Ben Pfaffpsppire-dialog: Add "acceptable" predicate.
2012-08-19 Ben Pfaffval-labs-dialog, var-type-dialog: Make these dialogs...
2012-08-19 Ben Pfaffval-labs-dialog: Remove unused 'window' member.
2012-08-18 Ben Pfaffpsppire-var-sheet: Remove unneeded #include from header.
2012-08-18 Ben Pfaffval-labs-dialog: Convert to a GObject.
2012-08-18 Ben Pfaffgui: Factor new text_to_value__() function out of text_...
2012-08-18 Ben Pfaffvar-type-dialog: Fix memory leak.
2012-08-15 John DarringtonFixed memory leak in FACTOR 20120815000501/pspp 20120816000504/pspp 20120817000503/pspp 20120818000505/pspp
2012-08-14 John DarringtonFix leaks in REGRESSION
2012-08-14 John DarringtonFixed the remaining leaks in AUTORECODE
2012-08-13 John DarringtonFix leaks in MEANS command
2012-08-12 John Darringtonfix some of the leaks in the AUTORECODE command 20120813000504/pspp 20120814000503/pspp
2012-08-12 John DarringtonFixed remaining leaks in ONEWAY
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-11 Ben Pfaffvar-type-dialog: Convert to a GObject.
2012-08-11 John Darringtonsrc/math/categoricals.c: Remove inappropriate const... 20120811000504/pspp
2012-08-09 Ben Pfaffvariable: Skip callback if new format is same as old... 20120809000508/pspp 20120810000503/pspp
2012-08-05 John DarringtonFixed one of the leaks in MEANS 20120808000503/pspp
2012-08-05 John DarringtonFix leaks in RELIABILITY command 20120806000503/pspp 20120807000505/pspp
2012-08-04 John DarringtonFixed leak in Chi-Squared test 20120804000503/pspp 20120805000504/pspp
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-04 John DarringtonONEWAY: call categoricals_done only once
2012-08-03 John DarringtonMake categoricals own its interactions
2012-08-02 John DarringtonFix leak in render-test 20120803000505/pspp
2012-08-01 John Darringtonsys-file-reader.c: Fix leak in parse_mrsets 20120802000504/pspp
2012-08-01 Ben Pfaffods-reader: Fix ods_file_casereader_destroy() call... 20120801000505/pspp
2012-07-31 John DarringtonFix leak in psppire-lex-reader.c
2012-07-31 Ben PfaffFACTOR: Fix warning about discarding const qualifier. 20120731000506/pspp
2012-07-31 Ben Pfaffvar-type-dialog: Change entries to spin buttons, add...
2012-07-31 Ben Pfaffvar-type-dialog: Reduce redundancy further.
2012-07-31 Ben Pfaffvar-type-dialog: Reduce redundancy.
2012-07-31 Ben Pfaffvar-type-dialog: Properly adjust formats when switching...
2012-07-29 John DarringtonFixed a second ONEWAY leak 20120730000505/pspp
2012-07-29 John DarringtonFix one of the leaks in ONEWAY
2012-07-29 John DarringtonFix memory leak in Chisquare
2012-07-29 John DarringtonFix memory leak in AGGREGATE command
2012-07-29 John DarringtonFix memory leak in dictionary.c
2012-07-29 John DarringtonFix leaks in ODS reader
2012-07-29 John DarringtonFixed a memory leak in sparse-xarray-test.c
2012-07-29 John DarringtonREADME.Git - Update the gnulib commit number to include...
2012-07-28 John DarringtonFixed some of the leaks in REGRESSION 20120729000504/pspp
2012-07-28 John DarringtonFixed memory leaks in FACTOR
2012-07-28 John DarringtonFix leak in u8-istream-test.c
2012-07-28 John DarringtonFix typo in include-path.c which was causing memory...
2012-07-28 John DarringtonFix memory leak in encoding-guesser-test
2012-07-28 John DarringtonFix memory leak in format-guesser-test.c
2012-07-28 John DarringtonFix memory leak in datasheet-test.c
2012-07-27 John Darringtondict_clone: Fix memory leak. 20120728000505/pspp
2012-07-23 John Darringtondatasehhet.c: Fix memory leak 20120724000504/pspp 20120725000503/pspp 20120726000503/pspp 20120727000502/pspp
2012-07-22 John Darringtonscan-test.c: Fix memory leak 20120723000505/pspp
2012-07-22 John DarringtonFixed memory leaks coming from file-handle-def.c
2012-07-17 Ben Pfaffvar-type-dialog: Use fmt_date_template() to reduce... 20120718000506/pspp 20120719000503/pspp 20120720000504/pspp 20120721000505/pspp 20120722000503/pspp
2012-07-17 Ben Pfaffformat: Make fmt_date_template() human-friendly, respec...
2012-07-17 Ben Pfaffvar-type-dialog: Use G_TYPE_INT to store an int.
2012-07-17 Ben Pfaffvar-type-dialog: Fix possible memory leaks.
2012-07-17 Ben Pfaffvar-type-dialog: Avoid string copy setting up currency...
2012-07-16 John DarringtonFixed leak in aggregate dialog 20120717000504/pspp
2012-07-16 John DarringtonPsppireWindow and PsppireDialog: Use correct the parent...
2012-07-16 John DarringtonWorkaround runtime problem in cygwin 20120717001839/pspp 20120718001829/pspp 20120719001858/pspp 20120720001935/pspp 20120721002011/pspp 20120722001859/pspp 20120723001850/pspp 20120724002050/pspp 20120725002030/pspp 20120727001907/pspp 20120728001854/pspp 20120729001853/pspp 20120730001945/pspp 20120731001846/pspp 20120801001829/pspp 20120802002006/pspp 20120803001908/pspp 20120804001850/pspp 20120805001854/pspp 20120806001836/pspp 20120807001852/pspp 20120808001825/pspp 20120809001828/pspp 20120810001910/pspp 20120811001842/pspp 20120813001920/pspp 20120814001913/pspp 20120815001914/pspp 20120816002007/pspp 20120818002007/pspp
2012-07-15 John DarringtonGET DATA: Fix memory leak 20120716000503/pspp
2012-07-15 John DarringtonFix memory leak in odt driver
2012-07-15 John DarringtonFix some of the memory leaks in MEANS
2012-07-15 John DarringtonDO REPEAT: Fix memory leak
2012-07-14 Ben Pfafftext-data-import-dialog: Convert input lines to UTF... 20120715000502/pspp
2012-07-14 Ben Pfaffu8-istream: Retry read upon EINTR.
2012-07-14 John DarringtonFixed bug where psppire crashed after selecting custom... 20120715002133/pspp 20120716001851/pspp
2012-07-14 John DarringtonData file reader: Avoid crash after failing to open...
next