Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / libpspp /
2009-08-30 John DarringtonCorrect typo in printed string
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonFix problem running the perl module
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-15 Ben Pfaffsparse-xarray: Add missing #include <limits.h>.
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffargv-parser: Add assertion to find likely bugs in clien...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben PfaffNew data structure sparse_xarray.
2009-06-07 Ben PfaffNew wrapper for access to temporary files.
2009-06-07 Ben Pfaffmodel-checker: Add command-line parser for model checki...
2009-06-07 Ben PfaffImplement new command-line argument parser.
2009-06-07 Ben Pfaffmodel-checker: Don't discard error states.
2009-06-07 Ben Pfaffmodel-checker: Revise advice on checking for duplicates.
2009-06-07 Ben Pfaffmodel-checker: Add more progress functions.
2009-06-07 Ben Pfaffmodel-checker: Move summary printing function into...
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
2009-06-07 Ben Pfaffsparse-array: Simplify code slightly.
2009-06-07 Ben Pfaffsparse-array: Improve iteration interface.
2009-06-07 Ben Pfaffsparse-array: Use __builtin_ctzl on GCC 4.0 or later...
2009-06-07 Ben Pfaffrange-set: New functions range_set_last and range_set_prev.
2009-06-07 Ben Pfaffrange-set: Add new function range_set_scan().
2009-06-07 Ben Pfaffrange-set: Inline some simple functions.
2009-06-07 Ben Pfaffrange-set: New function range_set_allocate_fully.
2009-06-07 Ben Pfaffpool: New function pool_strdup0.
2009-05-12 John DarringtonRelocate the locale directory.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-16 John DarringtonUpdate some comments
2009-04-14 John DarringtonEnsure that setlocale (LC_MESSAGES is called when appro...
2009-04-11 John DarringtonTolerate the inability to convert character encodings
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-09 John DarringtonFixed crash on quit
2009-04-08 Ben PfaffMake create_iconv() properly distinguish converters...
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2009-04-01 John DarringtonRefactor locale initialisation.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonAvoid calling iconv_open on each conversion.
2009-03-28 John DarringtonConvert encoding even if encodings are identical.
2009-03-27 John DarringtonRead dictionary encoding from data files.
2009-03-27 John DarringtonRedesign the character re-encoding code.
2009-03-26 John DarringtonRemoved some unused features from src/libpspp/i18n...
2009-03-22 John DarringtonAvoid potential bugs with setlocale's return value.
2009-03-21 John DarringtonFix crash when running under windows with non-english...
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-07 John DarringtonRelocate path names when searching for files.
2009-01-31 Ben PfaffAccept LF, CR LF, and LF as new-line sequences in data...
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-27 John DarringtonRemove pspp-vers.pl which did more harm than good.
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-10 John DarringtonMerge commit 'origin/master'; commit 'savannah/master'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2008-12-24 John DarringtonAdded functions to enable reading data files from perl
2008-12-20 John DarringtonAdd perl parseable line to src/libpspp/version.c
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
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-24 John DarringtonMerge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu...
2008-11-23 John DarringtonBen's patches to tower.[ch]
2008-11-20 John DarringtonPrevent sheet from stepping outside its valid cell...
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
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-14 Ben PfaffMake src/libpspp/version.c depend on Makefile.
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...
next