Added egression dialog
[pspp-builds.git] / src /
2008-02-27 Jason StoverAdded egression dialog
2008-02-23 John DarringtonThis file's very out of date, and it duplicates the...
2008-02-23 John DarringtonRemove obsolete properties from glade files. Fixed...
2008-02-20 John DarringtonRemove erroneous cast.
2008-02-20 John DarringtonRemove erroneous casts.
2008-02-20 John DarringtonWhitespace changes and remove unnecessary casts.
2008-02-20 John DarringtonCleanup gtksheet and add features to var-sheet.[ch]
2008-02-20 Ben PfaffPatch #6426. Reviewed by John Darrington.
2008-02-20 John DarringtonFixed some problems reported by autoconf -Wall
2008-02-20 Ben Pfaff(popup_messages): Always destroy `msg' and `lead' strin...
2008-02-20 John DarringtonAdded const qualifier to return value of gtk_check_vers...
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-19 Ben Pfaff(var_create): Use the new functions for default variabl...
2008-02-19 Ben Pfaff(macro FMT_MAX_NUMERIC_WIDTH): New macro.
2008-02-19 Ben PfaffPatch #6426. Reviewed by John Darrington.
2008-02-19 John DarringtonApplied patch #6420
2008-02-18 John DarringtonImplemented the Examine dialog
2008-02-14 John DarringtonFixed bug #22306
2008-02-13 John DarringtonFixed crash when trying to get the label of a non-exist...
2008-02-13 John DarringtonFix bug which crashed the gui when selected an empty...
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-10 Ben PfaffConsolidate multiple messages into single message dialo...
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-08 Jason Stoverundid accidental checkin of text import patch
2008-02-08 Jason Stoveroops
2008-02-08 Jason Stoveroops
2008-02-08 Jason StoverAdded crosstabs dialog
2008-02-08 John DarringtonAdded valid predicates to transpose and sort dialogs.
2008-02-07 John DarringtonFlush the journal on journal_write
2008-02-06 John DarringtonIncrease the chances of finding libpq if it's installed.
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-05 John DarringtonPostgres 8.3 represents money with 64 bits. Compensate...
2008-02-04 John DarringtonPatch #6387
2008-02-04 John DarringtonOops. Add missing files.
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-02-03 Ben PfaffAdd new utility "dissect-sysfile".
2008-02-03 Ben PfaffIn system files, fix error message when floating-point...
2008-02-03 Ben PfaffIn system files, allow missing values to be specified...
2008-02-03 John DarringtonFix memory leaks in gui
2008-02-03 John DarringtonFix leak in dialogs, and correct name of options button.
2008-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2008-02-02 John DarringtonFixed some warnings from valgrind.
2008-01-29 John DarringtonOops
2008-01-29 John DarringtonImplemented the paired samples t test dialog. Closes...
2008-01-22 John DarringtonFixed bug #22073
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2008-01-14 John DarringtonFix bug #22012
2008-01-02 John DarringtonCloses patch #6359
2007-12-24 John DarringtonIgnore null pointer in taint_destroy. Closes bug ...
2007-12-24 John DarringtonConstness patrol
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-12-21 John DarringtonClosing bug #21760
2007-12-13 John Darringtongtk_window_set_transient_for: Wrong argument order.
2007-12-13 John DarringtonRemove unused variables.
2007-12-13 John DarringtonOops. Arguments reversed.
2007-12-13 John DarringtonMiscellaneous T Test improvements. See bug #21760
2007-12-12 John DarringtonWhitespace changes only.
2007-12-11 John DarringtonAdded the proper quotation marks in the syntax generato...
2007-12-10 John DarringtonAdded the One Sample T Test dialog
2007-12-08 John DarringtonOops
2007-12-08 Ben PfaffPatch #6302.
2007-12-08 John DarringtonCreate a "pspp-stock-select" stock icon, and use it...
2007-12-08 Ben PfaffPatch #6302.
2007-12-08 Ben PfaffPatch #6302.
2007-12-07 Ben PfaffHandle variable display parameters record with only...
2007-12-07 John DarringtonMade the options subdialog transient on the parent.
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-12-04 Jason StoverRemoved 'Written by' line
2007-12-01 John DarringtonImplemented the FREQUENCIES dialog.
2007-11-25 Ben Pfaff* bugs/compression.sh: Don't fail on big-endian system...
2007-11-25 Ben Pfaff(src_data_libdata_a_SOURCES): Add val-type.h, to fix...
2007-11-24 Ben Pfaff(short_names_assign): Fix dumb typo, in which `i' was...
2007-11-23 John DarringtonImplemented the recode dialogs.
2007-11-23 John DarringtonAppended "EXECUTE." to the end of syntax generated...
2007-11-19 Ben PfaffCorrectly calculate n_missing_values field when writing...
2007-11-12 Ben Pfaff(display_variables): Fix DISPLAY LABELS. Thanks to...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-08 John DarringtonNeed to include locale.h, now that it's been removed...
2007-11-08 John DarringtonFixed memory leaks.
2007-11-06 Ben PfaffNeed to include <sys/stat.h>. Bug #21516.
2007-11-06 Ben PfaffPatch #6258.
2007-11-06 Ben PfaffNo need for check for off_t or for the size of float...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonFix buglet reading spreadsheets with only one row.
2007-11-03 John DarringtonRemove erroneous #include
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-11-03 Ben PfaffUse isfinite, round modules from gnulib.
2007-10-27 John DarringtonFixed bugs #21397 and 21330
2007-10-25 John DarringtonEnabled the autoscroll feature on the datasheet.
2007-10-19 John DarringtonImplemented a dialog box for the ONEWAY command.
2007-10-13 John DarringtonImplemented the Rank Cases dialog
2007-10-13 Ben PfaffUse trunc module from gnulib instead of our home-grown...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
next