2009-03-22 |
John Darrington | Avoid potential bugs with setlocale's return value. |
tree | commitdiff |
2009-03-21 |
John Darrington | Fix crash when running under windows with non-english... |
tree | commitdiff |
2009-03-02 |
John Darrington | Merge branch 'master'; commit 'origin/stable' |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge branch 'master' of /home/john/Development/pspp... |
tree | commitdiff |
2009-02-20 |
John Darrington | Merge commit 'HEAD'; commit 'savannah/master' |
tree | commitdiff |
2009-02-07 |
John Darrington | Relocate path names when searching for files. |
tree | commitdiff |
2009-01-31 |
Ben Pfaff | Accept LF, CR LF, and LF as new-line sequences in data... |
tree | commitdiff |
2009-01-29 |
John Darrington | Merge branch 'savannah/perl-module' |
tree | commitdiff |
2009-01-27 |
John Darrington | Remove pspp-vers.pl which did more harm than good. |
tree | commitdiff |
2009-01-17 |
John Darrington | Merge commit 'origin/stable' |
tree | commitdiff |
2009-01-10 |
John Darrington | Merge commit 'origin/master'; commit 'savannah/master' |
tree | commitdiff |
2009-01-07 |
John Darrington | Merge commit 'savannah/master' |
tree | commitdiff |
2008-12-24 |
John Darrington | Added functions to enable reading data files from perl |
tree | commitdiff |
2008-12-20 |
John Darrington | Add perl parseable line to src/libpspp/version.c |
tree | commitdiff |
2008-12-10 |
John Darrington | Merge commit 'HEAD'; branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-04 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-12-01 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-11-30 |
Ben Pfaff | Fix memory leak in get_system_decimal(). |
tree | commitdiff |
2008-11-24 |
John Darrington | Merge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu... |
tree | commitdiff |
2008-11-23 |
John Darrington | Ben's patches to tower.[ch] |
tree | commitdiff |
2008-11-20 |
John Darrington | Prevent sheet from stepping outside its valid cell... |
tree | commitdiff |
2008-11-11 |
John Darrington | Merge branch 'master' into rewrite-sheet |
tree | commitdiff |
2008-11-01 |
John Darrington | Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv... |
tree | commitdiff |
2008-10-15 |
John Darrington | Set the DECIMAL point character from the LC_NUMERIC |
tree | commitdiff |
2008-10-14 |
Ben Pfaff | Make src/libpspp/version.c depend on Makefile. |
tree | commitdiff |
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 |
next |