2008-10-12 |
Ben Pfaff | Fix typo in comment. |
tree | commitdiff |
2008-10-12 |
Ben Pfaff | Parenthesize more defensively in macro definition. |
tree | commitdiff |
2008-10-11 |
Ben Pfaff | Make str_copy_rpad() behave properly with a DST_SIZE... |
tree | commitdiff |
2008-10-10 |
Ben Pfaff | Merge commit 'origin/stable' |
tree | commitdiff |
2008-10-05 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-10-05 |
John Darrington | Moved the datasheet testing code out of src/{libspp... |
tree | commitdiff |
2008-10-01 |
Ben Pfaff | New hmap and hmapx hash table implementations. |
tree | commitdiff |
2008-09-20 |
John Darrington | Moved all static libraries to libtool libraries. |
tree | commitdiff |
2008-09-15 |
John Darrington | Use pow2 function instead of SQR macro. |
tree | commitdiff |
2008-09-12 |
John Darrington | Implemented the reliability command. |
tree | commitdiff |
2008-09-04 |
John Darrington | Complete re-implementation of the EXAMINE command. |
tree | commitdiff |
2008-08-23 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-08-19 |
Ben Pfaff | Start generating ChangeLog automatically from Git commi... |
tree | commitdiff |
2008-07-29 |
Ben Pfaff | Use standard C99 isfinite, isnan, isinf in place of... |
tree | commitdiff |
2008-07-06 |
Ben Pfaff | Rename .cvsignore files to .gitignore. |
tree | commitdiff |
2008-05-17 |
John Darrington | Don't issue a warning if the TO and FROM encodings... |
tree | commitdiff |
2008-05-16 |
Ben Pfaff | Use gsl_isnan instead of isnan, gsl_isinf instead of... |
tree | commitdiff |
2008-03-25 |
John Darrington | Remove inline qualifiers to keep gcc 4.2 happy |
tree | commitdiff |
2008-03-05 |
Ben Pfaff | Patch #6427. Reviewed by John Darrington. |
tree | commitdiff |
2008-03-05 |
Ben Pfaff | Patch #6441. Reviewed by John Darrington. |
tree | commitdiff |
2008-02-19 |
Ben Pfaff | (ds_read_line): Add argument to limit the length of... |
tree | commitdiff |
2008-02-03 |
Ben Pfaff | Add new utility "dissect-sysfile". |
tree | commitdiff |
2008-02-02 |
Ben Pfaff | Patch #6386. Thanks to John Darrington for review... |
tree | commitdiff |
2007-12-24 |
John Darrington | Ignore null pointer in taint_destroy. Closes bug ... |
tree | commitdiff |
2007-11-25 |
Ben Pfaff | * bugs/compression.sh: Don't fail on big-endian system... |
tree | commitdiff |
2007-11-11 |
Ben Pfaff | Patch #6262. New developers guide and resulting fixes... |
tree | commitdiff |
2007-11-09 |
Ben Pfaff | * automake.mk: Add new file. |
tree | commitdiff |
2007-11-06 |
Ben Pfaff | No need for check for off_t or for the size of float... |
tree | commitdiff |
2007-11-03 |
John Darrington | Added support for reading Gnumeric spreadsheet files. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | stdint.h-instead-of-size_max.h.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | xalloc.h-instead-of-alloc.h.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | malloca-instead-of-local_alloc.patch from patch #6230. |
tree | commitdiff |
2007-10-12 |
Ben Pfaff | magic-elimination.patch from patch #6230. |
tree | commitdiff |
2007-10-11 |
Ben Pfaff | cleanup-misc.patch from patch #6230. |
tree | commitdiff |
2007-09-17 |
Ben Pfaff | * set.q (show_warranty): Use fputs to print lack-of... |
tree | commitdiff |
2007-09-05 |
John Darrington | Implemented the INSERT command. |
tree | commitdiff |
2007-07-27 |
Ben Pfaff | Make interactive output go to the terminal (bug #17213... |
tree | commitdiff |
2007-07-23 |
Ben Pfaff | Include xstrndup.h also. |
tree | commitdiff |
2007-07-23 |
Ben Pfaff | (float_get_double): New function. |
tree | commitdiff |
2007-07-12 |
John Darrington | Made the datasheet redraw itself when new data is loaded. |
tree | commitdiff |
2007-07-12 |
Ben Pfaff | (map_case): Create destination case instead of leaving it |
tree | commitdiff |
2007-07-07 |
Ben Pfaff | (legal): Update startup notice to use format recommende... |
tree | commitdiff |
2007-07-07 |
Ben Pfaff | Change license from GPLv2+ to GPLv3+. |
tree | commitdiff |
2007-06-08 |
John Darrington | Delete trailing whitespace at end of lines. |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Actually implement the new procedure code and adapt... |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | (binary_search): Fix assertion. |
tree | commitdiff |
2007-06-07 |
Ben Pfaff | Add error propagation layer. Patch #5916, slightly... |
tree | commitdiff |
2007-06-04 |
Ben Pfaff | Add ability for reverse iteration to tower code, and... |
tree | commitdiff |
2007-06-04 |
Ben Pfaff | * tower.c: Cache repeated lookups of a single tower... |
tree | commitdiff |
2007-06-04 |
Ben Pfaff | * range-set.c (range_set_clone): New function. |
tree | commitdiff |
2007-06-04 |
Ben Pfaff | (move_range): New function. |
tree | commitdiff |
2007-06-03 |
Ben Pfaff | (insert_range): New function. |
tree | commitdiff |
2007-04-28 |
John Darrington | Fix warnings. |
tree | commitdiff |
2007-04-25 |
Ben Pfaff | Don't use type sighandler_t, which is a GNU extension... |
tree | commitdiff |
2007-04-25 |
John Darrington | Fixed bug in internationalization. |
tree | commitdiff |
2007-04-23 |
Ben Pfaff | Patch #5884. |
tree | commitdiff |
2007-04-23 |
Ben Pfaff | Implement model checker for testing purposes. |
tree | commitdiff |
2007-04-03 |
Ben Pfaff | Apply patches #5828, #5837, #5841, #5843. |
tree | commitdiff |
2007-04-02 |
John Darrington | Changed a lot of non-const pointers to const. |
tree | commitdiff |
2007-04-01 |
Ben Pfaff | Need #include <limits.h>. Thanks to "John McCabe-Dansted" |
tree | commitdiff |
2007-03-31 |
Ben Pfaff | Add plain balanced tree structure. Patch #5827. |
tree | commitdiff |
2007-03-30 |
Ben Pfaff | Deuglify deque code. Patch #5829. |
tree | commitdiff |
2007-03-25 |
Ben Pfaff | Add sparse array data structure. |
tree | commitdiff |
2007-03-19 |
Ben Pfaff | * Makefile.am (AUTOMAKE_OPTIONS): Require Automake... |
tree | commitdiff |
2007-03-06 |
John Darrington | Fixed constness problem in iconv, using the ICONV_CONST... |
tree | commitdiff |
2007-02-22 |
Ben Pfaff | Don't include vsnprintf.h any more, because gnulib... |
tree | commitdiff |
2007-02-22 |
John Darrington | Quoted strings in generated syntax. |
tree | commitdiff |
2007-02-21 |
John Darrington | Fix warnings when compiling with mingw32 |
tree | commitdiff |
2007-02-18 |
Ben Pfaff | Remove useless parens in #if "defined" operator. |
tree | commitdiff |
2007-02-09 |
Ben Pfaff | Add #include <config.h>. |
tree | commitdiff |
2007-02-07 |
Ben Pfaff | Define isinf macro only if it is not defined as a macro... |
tree | commitdiff |
2007-02-07 |
Ben Pfaff | Use __printf__ instead of printf to avoid problem with... |
tree | commitdiff |
2007-02-07 |
Ben Pfaff | Add missing comma. |
tree | commitdiff |
2007-01-28 |
John Darrington | Deleted header file #includes which have been removed... |
tree | commitdiff |
2007-01-26 |
Ben Pfaff | Check in patch #5709: Augmented Balanced Tree data... |
tree | commitdiff |
2007-01-16 |
Ben Pfaff | Add a deque, implemented as a circular queue, to libpspp. |
tree | commitdiff |
2007-01-10 |
Ben Pfaff | Add heap data structure to src/libpspp, and a test... |
tree | commitdiff |
2007-01-10 |
Ben Pfaff | Checker is really obsolete now. |
tree | commitdiff |
2006-12-24 |
John Darrington | Updated AUTHORS |
tree | commitdiff |
2006-12-24 |
John Darrington | Added some extraneous crud to .cvsignore files |
tree | commitdiff |
2006-12-23 |
John Darrington | Cleaned up GUI, by objectifying the data editor. Remov... |
tree | commitdiff |
2006-12-21 |
Ben Pfaff | Add comment that ll_sort is stable, |
tree | commitdiff |
2006-12-16 |
John Darrington | Removed my authorship lines. |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Rewrite system file reader code, to clean up and improve. |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-08 |
John Darrington | Memory leak patrol and minor cleanups. |
tree | commitdiff |
2006-12-07 |
John Darrington | Removed mutual dependency between libpspp and data |
tree | commitdiff |
2006-12-05 |
John Darrington | Applied patch #5611 |
tree | commitdiff |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
tree | commitdiff |
2006-12-02 |
Ben Pfaff | Remove redundant parentheses. |
tree | commitdiff |
2006-11-29 |
John Darrington | Oops. committing new files |
tree | commitdiff |
2006-11-29 |
John Darrington | Applying patch #5562 |
tree | commitdiff |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
tree | commitdiff |
2006-11-19 |
Ben Pfaff | Fix grammar in comment. |
tree | commitdiff |
2006-11-14 |
John Darrington | Plugged some small memory leaks |
tree | commitdiff |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
tree | commitdiff |
2006-11-01 |
Ben Pfaff | Tue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org> |
tree | commitdiff |
2006-10-29 |
John Darrington | More constness |
tree | commitdiff |
next |