Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / lib /
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-07-20 John DarringtonWhy does git only commit some of the changes if you...
2008-07-20 John DarringtonDeleted lib/gsl-extras and updated gsl dependence to 1.8
2008-07-06 Ben PfaffRemove obsolete .gitignore entries.
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-05-09 Ben PfaffDon't call gtk_widget_unparent on sheet->button if...
2008-05-07 Ben Pfaff(gtk_sheet_dispose): Set the sheet's entry_container...
2008-05-03 John DarringtonDon't append cell contents when there is none.
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
2008-03-08 John DarringtonRemove unused macros
2008-03-08 John DarringtonFinish moving sheet model to new interface.
2008-03-06 John DarringtonRemove unnecessary gpointer variable from gsheet-row...
2008-03-02 John DarringtonUpdated some deprecated functions with modern ones.
2008-03-02 John DarringtonGtkSheet now properly owns its model(s)
2008-02-29 John DarringtonApplied patch #6428
2008-02-27 John DarringtonFixed some deallocation problems.
2008-02-27 John DarringtonFixed bug #21073
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-17 John DarringtonRemove superfluous casts and fix whitespace sillyness.
2008-02-08 John DarringtonRemoved the "feature" where rows are automatically...
2008-02-03 John DarringtonFixed various memory leaks in GUI
2008-02-02 John DarringtonFixed some warnings from valgrind.
2007-12-04 Jason StoverRemoved 'Written by' line
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-07 John DarringtonPlugged one more source of GtkCritical errors
2007-07-24 John DarringtonAdded the ability to paste data from the primary selection.
2007-07-18 John DarringtonAdded popup menus to column and row title areas in...
2007-07-18 Ben PfaffIgnore directories that have been removed from CVS...
2007-07-18 John DarringtonEnabled deleting of variables from the datasheet
2007-07-16 John DarringtonRemoved legacy code.
2007-07-13 John DarringtonRemoved some deprecated gtk_ calls.
2007-07-13 John DarringtonDeleted lib/gtksheet/gtkiconlist.[ch] which isn't used...
2007-07-12 John DarringtonMade the datasheet redraw itself when new data is loaded.
2007-07-10 John DarringtonEnabled deletion of cases from the datasheet.
2007-07-09 John DarringtonImplemented the "Insert Case" button and menuitem.
2007-07-08 John DarringtonUsed type casenumber in GUI code where appropriate...
2007-07-08 John DarringtonSet type hints for older gtk versions
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-07 John DarringtonAdded a tooltip like feature to display variables'...
2007-07-03 John DarringtonRemoved some gtksheet features that were causing proble...
2007-06-28 John DarringtonRemoved some gtksheet features that psppire is never...
2007-06-28 John DarringtonMore whitespace changes. Thanks to Ben for pointing...
2007-06-28 John DarringtonChanges to whitespace, formatting and removed some...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-18 Ben PfaffAdd #include <config.h>.
2006-12-16 John DarringtonRemoved my authorship lines.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
2006-07-15 John DarringtonApplied patch file #10344.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-15 John DarringtonDeleted code which rendered the button labels twice.
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-05-07 John DarringtonFixed a number of warnings.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-04 John DarringtonAdded simple queueing to message dialogs.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John Darringtonremoved redundant files
2006-03-04 John Darringtonremoved obsolete files
2006-03-04 John DarringtonAdded lib/linreg/sweep.h
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.
2006-03-04 John DarringtonAdded gsl-extras/automake.mk
2006-03-04 John DarringtonAdded automake.mk files
2006-03-04 John DarringtonCheckin of new directory structure.
2006-02-03 Ben PfaffRemove files no longer used.
2006-02-03 Ben PfaffRemove files that are no longer used.
2006-01-21 Jason StoverCleaning up freeing of regression coefficients
2006-01-19 Jason StoverRemoved extra free
2006-01-09 Jason StoverAdded coefficient-handling routines
2006-01-09 Jason StoverFunctions to handle coefficient-to-variable/value matching
2005-12-19 Jason StoverDropped references to unused vector param_estimates
2005-12-16 Jason StoverFixed assignment of the intercept
2005-11-28 Jason StoverCorrect reporting for parametr estimates via QR decompo...
2005-10-30 Jason StoverParameter estimate matched with appropriate variable...
2005-10-28 Jason StoverAdded variable/parameter estimate matching via new...
2005-10-26 Jason StoverAdded var structs to allow easier lookup of model variables
2005-10-26 Jason StoverAdded var.h to allow easier lookups of model variables
2005-10-23 Ben PfaffRemoved unused variable.
2005-10-23 Ben PfaffIgnore Makefiles.
2005-10-14 Jason Stovertested QR decomposition
2005-10-02 Jason Stoverfixed header guard
2005-09-27 Jason StoverRemoved reference to README
2005-09-22 Jason StoverAdded lib/linreg
2005-09-17 Jason StoverCorrected filename on line 1
2005-09-17 Jason StoverInitial version
2005-07-31 Ben PfaffAdopt use of gnulib for portability.
2005-04-29 John DarringtonChanged all the licence notices in all the files.
2005-04-14 Ben PfaffApply patch from Jason Stover <jstover@sdf.lonestar...
2005-03-10 Ben PfaffFix copyright notices.
2005-03-10 Ben PfaffAdd README to EXTRA_DIST.
2005-03-10 Ben PfaffAdd README to comply with GNU maintainer manual.
2005-03-09 Ben PfaffImplement some more transformation functions using...
2005-03-07 Ben PfaffRemove julcal.
next