pspp
2012-10-24 John DarringtonFirst attempt at a LOGISTIC REGRESSION command 20121025030511/pspp 20121026030503/pspp
2012-10-18 John DarringtonUpdated my entry in AUTHORS 20121018030506/pspp 20121019030515/pspp 20121020030503/pspp 20121021030504/pspp 20121022030502/pspp 20121023030502/pspp 20121024030503/pspp
2012-10-13 John Darringtondoc/introduction.texi: Update documentations introducto... 20121014030516/pspp 20121015030503/pspp 20121016030503/pspp 20121017030503/pspp
2012-10-13 John Darringtondoc/automake.mk: Added a convenience rule for building...
2012-10-13 John Darringtondoc/automake.mk: Replace lines inadvertently removed...
2012-10-13 John Darringtondoc/automake.mk: Added further mutations to docbook...
2012-10-13 John Darringtondoc/automake.mk: New mutations to generated docbook...
2012-10-08 John DarringtonAvoid deprecated function: gtk_button_released 20121009030508/pspp 20121011030511/pspp 20121012030514/pspp 20121013030514/pspp
2012-10-05 Ben Pfaffconfigure.ac: Increase pango minimum version from 1... 20121005030505/pspp 20121006030503/pspp 20121007030505/pspp 20121008030504/pspp
2012-09-30 Ben Pfafftests: Better isolate search text in test of error... 20121001030503/pspp 20121002030515/pspp 20121003030503/pspp 20121004030504/pspp
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-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 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-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 DarringtonData file reader: Avoid crash after failing to open...
2012-07-14 John Darringtoncairo.c (apply_options): Fix potential memory leak
next