Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / libpspp / i18n.c
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 DarringtonFix problem running the perl module
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
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-01-17 John DarringtonMerge commit 'origin/stable'
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-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-05-17 John DarringtonDon't issue a warning if the TO and FROM encodings...
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-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-04-28 John DarringtonFix warnings.
2007-04-25 John DarringtonFixed bug in internationalization.
2007-03-06 John DarringtonFixed constness problem in iconv, using the ICONV_CONST...
2007-02-21 John DarringtonFix warnings when compiling with mingw32
2006-12-16 John DarringtonRemoved my authorship lines.
2006-07-03 John DarringtonFixed problem deallocating iconv structs.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-30 John DarringtonInternationalisation.