Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / libpspp / ChangeLog
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-03-05 Ben PfaffPatch #6427. Reviewed by John Darrington.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2007-12-24 John DarringtonIgnore null pointer in taint_destroy. Closes bug ...
2007-11-25 Ben Pfaff* bugs/compression.sh: Don't fail on big-endian system...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-10-11 Ben Pfaffcleanup-misc.patch from patch #6230.
2007-09-17 Ben Pfaff* set.q (show_warranty): Use fputs to print lack-of...
2007-09-05 John DarringtonImplemented the INSERT command.
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
2007-07-23 Ben PfaffInclude xstrndup.h also.
2007-07-23 Ben Pfaff(float_get_double): New function.
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
2007-06-07 Ben Pfaff(binary_search): Fix assertion.
2007-06-07 Ben PfaffAdd error propagation layer. Patch #5916, slightly...
2007-06-04 Ben PfaffAdd ability for reverse iteration to tower code, and...
2007-06-04 Ben Pfaff* tower.c: Cache repeated lookups of a single tower...
2007-06-04 Ben Pfaff* range-set.c (range_set_clone): New function.
2007-06-04 Ben Pfaff(move_range): New function.
2007-06-03 Ben Pfaff(insert_range): New function.
2007-04-25 Ben PfaffDon't use type sighandler_t, which is a GNU extension...
2007-04-25 John DarringtonFixed bug in internationalization.
2007-04-23 Ben PfaffPatch #5884.
2007-04-23 Ben PfaffImplement model checker for testing purposes.
2007-04-03 Ben PfaffApply patches #5828, #5837, #5841, #5843.
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-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-06 John DarringtonFixed constness problem in iconv, using the ICONV_CONST...
2007-02-22 Ben PfaffDon't include vsnprintf.h any more, because gnulib...
2007-02-22 John DarringtonQuoted strings in generated syntax.
2007-02-18 Ben PfaffRemove useless parens in #if "defined" operator.
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 PfaffAdd missing comma.
2007-01-26 Ben PfaffCheck in patch #5709: Augmented Balanced Tree data...
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-29 John DarringtonApplying patch #5562
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-01 Ben PfaffTue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-15 John DarringtonAdded a pooled version of hsh_create
2006-07-31 Ben PfaffNew PURE_FUNCTION, CONST_FUNCTION macros.
2006-07-18 Ben PfaffPatch #5244.
2006-07-10 John DarringtonMinor cleanup and spot fixes.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-03 John DarringtonFixed problem deallocating iconv structs.
2006-07-01 Ben PfaffAdd linked list library to PSPP.
2006-06-26 Ben PfaffSmall optimization for hash library.
2006-06-09 Ben PfaffReform string library.
2006-05-30 John DarringtonInternationalisation.
2006-05-16 Ben PfaffRemoved groff_font_path.
2006-05-15 Ben PfaffRemoved nsprintf(), nvsprintf().
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-10 Ben PfaffUse <stdarg.h> from gnulib instead of our home-grown...
2006-05-08 Ben PfaffAdd pool_asprintf(), pool_vasprintf().
2006-05-08 Ben PfaffNew macro WARN_UNUSED_RESULT.
2006-05-07 Ben PfaffAdd va_copy.h header instead of inlining a definition.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-04 John DarringtonAdded simple queueing to message dialogs.
2006-05-02 Ben PfaffNo need to add 1 to arg passed to ds_extend(), because...
2006-04-25 Ben PfaffFinish reforming error message support. In this phase...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffMake ds_vprintf() properly handle a null string.
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-31 Ben PfaffAdd freaderror() analogous to fwriteerror() in gnulib.
2006-03-31 Ben PfaffImprove string library.
2006-03-28 John DarringtonFixed memory leaks resulting from fn_interp_vars et...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 Ben PfaffRemove BLP_RANDOM. Its results were unused. Remove
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.