pspp-builds.git
2007-04-04 John DarringtonAdded the Compute dialog box.
2007-04-04 Ben Pfaff(psppire_selector_set_subjects): Add an
2007-04-04 Ben Pfaff* npar-binomial.sh: Be less picky about whitespace...
2007-04-04 Ben PfaffUpdate version number to allow "make dist" to work.
2007-04-04 Ben PfaffIncrement version to 0.4.3 due to snapshot posted
2007-04-04 Ben Pfaff* Smake: Use fpieee module from Gnulib.
2007-04-04 Ben PfaffNote that gperf is now required.
2007-04-03 Ben PfaffApply patches #5828, #5837, #5841, #5843.
2007-04-03 John DarringtonImplemented the recently used files menus.
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-04-01 Ben PfaffNeed #include <limits.h>. Thanks to "John McCabe-Dansted"
2007-03-31 Ben PfaffAdd plain balanced tree structure. Patch #5827.
2007-03-31 John DarringtonFixed the refresh button on the dialogs.
2007-03-31 John DarringtonUpdated version pre-requisites.
2007-03-30 John DarringtonNumerous GUI enhancements.
2007-03-30 Jason Stoverfixed sparse-array linker problem
2007-03-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-03-30 Jason Stoveruse moments.c to compute moments
2007-03-29 Jason Stoverlisted m4 1.4.9 as a dependency
2007-03-27 John DarringtonFix typo which cause the binary not to depend upon...
2007-03-26 John DarringtonMade the code relocatable (using the relocate function...
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-19 Ben Pfaff* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
2007-03-19 Ben Pfaff(close): Rename do_close to avoid naming conflict with...
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
2007-03-19 Ben Pfaff(close): Rename to do_close to avoid conflict with...
2007-03-19 Ben PfaffDon't try to distribute tests that are compiled
2007-03-17 Jason Stoverremoved duplicate minmax entry
2007-03-17 John DarringtonDelayed calling gtk_init until after arguments have...
2007-03-17 John DarringtonChanged call to nl_langinfo with localecharset (from...
2007-03-17 Jason StoverSupport moments
2007-03-10 Jason Stoveradded minmax
2007-03-06 John DarringtonFixed constness problem in iconv, using the ICONV_CONST...
2007-03-02 Ben Pfafficonv is now required.
2007-03-01 Ben PfaffFix "make distcheck" by distributing doc/ni.texi,
2007-02-26 Ben PfaffImprove portability to NetBSD and Alpha.
2007-02-25 Ben PfaffNew file to ignore, produced by new gnulib.
2007-02-22 Ben PfaffDon't include vsnprintf.h any more, because gnulib...
2007-02-22 John DarringtonQuoted strings in generated syntax.
2007-02-21 John DarringtonFix warnings when compiling with mingw32
2007-02-20 Ben PfaffDon't need to include "getlogin_r.h" anymore, because...
2007-02-19 Ben PfaffMingw compatibility fixes for file name code.
2007-02-18 Ben PfaffAdapt to most recent gnulib.
2007-02-18 Ben PfaffRemove useless parens in #if "defined" operator.
2007-02-18 Ben PfaffAdd missing _() around messages.
2007-02-18 Ben Pfaff"the the" => "the"
2007-02-18 Ben PfaffAdd #include <config.h>.
2007-02-17 Ben PfaffAdd tmpfile module, which fixes the use of the tmpfile...
2007-02-17 Ben PfaffImprove error message when temporary file cannot be...
2007-02-16 Ben PfaffBetter support cross-compiling. Patch #19003.
2007-02-13 Ben PfaffNote and enforce iconv requirement.
2007-02-13 Ben PfaffMake q2c link under mingw32, by eliminating the depende...
2007-02-12 Ben PfaffInclude <config.h>.
2007-02-12 Ben PfaffInclude "mkstemp.h", without which linking on mingw32...
2007-02-12 Ben PfaffApply UNUSED and include additional headers to avoid...
2007-02-12 Ben PfaffReduce platform dependence.
2007-02-09 Ben PfaffAdd #include <config.h>.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-08 Ben PfaffWithout HAVE_SYS_TYPES_H or HAVE_SYS_WAIT_H, in connect...
2007-02-08 Ben PfaffAdd #include <limits.h>. Thanks to John McCabe-Dansted
2007-02-08 Ben PfaffCorrect name of function fn_is_special. Thanks to...
2007-02-07 Ben PfaffDefine isinf macro only if it is not defined as a macro...
2007-02-07 Ben PfaffUse __printf__ instead of printf to avoid problem with...
2007-02-07 Ben PfaffGive better error message on end of file.
2007-02-07 Ben PfaffAdd missing comma.
2007-02-07 John DarringtonAddressed some of the issues raised by John McCabe...
2007-02-06 Jason Stoverfixed test to match recent patch
2007-02-05 Ben PfaffReduce number of multiplications for higher moments.
2007-02-05 Ben PfaffRemove potentially misleading citation.
2007-02-04 Jason Stoverfixed p-value computation in test of coefficients
2007-02-02 John DarringtonFixed bug parsing floating point values in DO-REPEAT.
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2007-02-02 Ben PfaffHandle MAP_SYSMIS case in RECODE, which was carelessly...
2007-02-01 Ben PfaffAccept TO in any case for use with n-ary functions...
2007-01-30 John DarringtonCall dictionary callbacks on replaced dictionary.
2007-01-28 John DarringtonDeleted header file #includes which have been removed...
2007-01-27 John DarringtonFixed bug closing variable type dialog
2007-01-26 John DarringtonFixed bug which crashed gui if it attempted to enter...
2007-01-26 John DarringtonAdded custom psppire-selector widget.
2007-01-26 Ben PfaffCheck in patch #5709: Augmented Balanced Tree data...
2007-01-25 John DarringtonFixed buglet in file open action.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-21 Jason Stoverremoved "written by" line
2007-01-20 John DarringtonAdded syntax-string-source.[ch]
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-15 Ben PfaffAdd _debug target to create _debug directory and config...
2007-01-12 John DarringtonChanged instances of 'signal' to 'signals', to avoid...
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...
2007-01-10 John DarringtonPatch #5672
2007-01-10 Ben PfaffChecker is really obsolete now.
2007-01-10 Ben PfaffFix bug #18739.
2007-01-07 John DarringtonApplied patch #5661
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-30 John DarringtonUpdated the about box to work properly with Gtk+2.10
2006-12-30 John DarringtonUpdated names of widgets in menubar
next