i18n: Always allocate from pool in recode_substring_pool().
[pspp-builds.git] / src / libpspp / i18n.c
2011-02-05 Ben Pfaffi18n: Always allocate from pool in recode_substring_pool().
2010-12-12 Ben Pfaffi18n: Remove unnecessary #ifs.
2010-09-24 Ben Pfaffi18n: New function recode_substring_pool().
2010-09-24 Ben Pfaffi18n: Use UTF8 macro instead of "UTF8" literal string.
2010-09-22 Ben Pfaffi18n: Add simple tests.
2010-09-22 Ben Pfaffi18n: Handle EINVAL more gracefully.
2010-09-22 Ben Pfaffi18n: Refactor for simplicity.
2010-09-22 Ben Pfaffi18n: Properly restart conversion when output buffer...
2010-09-22 Ben Pfaffi18n: Ensure that every recoding starts from the initia...
2010-09-22 Ben Pfaffi18n: Avoid memory leak when create_iconv() fails.
2010-09-22 Ben Pfaffi18n: Lightly reformat comments to better resemble...
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-07-30 John DarringtonDeallocate memory from pool using the correct function
2010-07-16 John DarringtonRemove const qualifiers from encoding converter components.
2010-07-04 John DarringtonFix various memory leaks
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-16 John DarringtonExpanded comments to src/libpspp/i18n.[ch]
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-08-30 John DarringtonCorrect typo in printed string
2009-08-11 Ben PfaffMerge master into output branch.
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.