Implement ADD FILES and UPDATE.
[pspp-builds.git] / src / libpspp /
2008-12-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-30 Ben PfaffFix memory leak in get_system_decimal().
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-15 John DarringtonSet the DECIMAL point character from the LC_NUMERIC
2008-10-12 Ben PfaffFix typo in comment.
2008-10-12 Ben PfaffParenthesize more defensively in macro definition.
2008-10-11 Ben PfaffMake str_copy_rpad() behave properly with a DST_SIZE...
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
2008-10-01 Ben PfaffNew hmap and hmapx hash table implementations.
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-15 John DarringtonUse pow2 function instead of SQR macro.
2008-09-12 John DarringtonImplemented the reliability command.
2008-09-04 John DarringtonComplete re-implementation of the EXAMINE command.
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-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-05-17 John DarringtonDon't issue a warning if the TO and FROM encodings...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-03-25 John DarringtonRemove inline qualifiers to keep gcc 4.2 happy
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-03 Ben PfaffAdd new utility "dissect-sysfile".
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-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-06 Ben PfaffNo need for check for off_t or for the size of float...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
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 John DarringtonMade the datasheet redraw itself when new data is loaded.
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
2007-07-07 Ben Pfaff(legal): Update startup notice to use format recommende...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
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-28 John DarringtonFix warnings.
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-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-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-19 Ben Pfaff* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
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-21 John DarringtonFix warnings when compiling with mingw32
2007-02-18 Ben PfaffRemove useless parens in #if "defined" operator.
2007-02-09 Ben PfaffAdd #include <config.h>.
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-28 John DarringtonDeleted header file #includes which have been removed...
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...
2007-01-10 Ben PfaffChecker is really obsolete now.
2006-12-24 John DarringtonUpdated AUTHORS
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
2006-12-21 Ben PfaffAdd comment that ll_sort is stable,
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-02 Ben PfaffRemove redundant parentheses.
2006-11-29 John DarringtonOops. committing new files
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-19 Ben PfaffFix grammar in comment.
next