Merge remote branch 'origin/master' into import-gui
[pspp] / src / libpspp /
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-25 Ben Pfaffu8-istream: Fix reading UTF-16 and UTF-32 files. 20130425010503/pspp
2013-04-25 Ben Pfaffu8-istream: Fix handling of UTF-8 byte order marks.
2013-04-25 Ben Pfaffencoding-guesser: New function encoding_guess_bom_length().
2013-03-08 John DarringtonZip reader: remove unnecessary test
2013-03-08 John DarringtonMerge branch 'master' into import-gui
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John Darringtonzip-reader.c: Fix memory leak 20130308030505/pspp
2013-03-07 John Darringtonzip-reader.c: Fix memory leak
2013-03-07 John DarringtonFewer memory leaks
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John Darringtonzip-reader.c: Replace [cm]alloc by their x*alloc counte...
2013-02-18 John DarringtonZip Reader: Take members from the index if they exist.
2013-02-18 John DarringtonZip Reader: Take members from the index if they exist. 20130218030502/pspp 20130219030502/pspp 20130220030503/pspp 20130221030502/pspp 20130222030502/pspp 20130223030503/pspp 20130224030502/pspp 20130225030503/pspp 20130226030506/pspp 20130227030504/pspp 20130228030505/pspp 20130301030502/pspp 20130302030503/pspp 20130303030506/pspp 20130304030502/pspp
2013-01-02 Ben Pfaffhmap: New interfaces for iterating a bucket without...
2012-12-28 Ben Pfaffi18n: New functions for UTF-8 case conversion.
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-12-26 John DarringtonSet the LC_NUMERIC locale category on startup.
2012-12-25 Ben Pfaffu8-line: Add new u8_line_set_length() function.
2012-12-25 Ben Pfaffu8-line: Factor out new library for composing lines...
2012-12-24 John DarringtonNew wrapper function c_dtoastr.
2012-12-23 John Darringtonstr.c: New functions ds_put_c_vformat and ds_put_c_format
2012-11-26 John DarringtonDisable asserts in histogram code except in --testing...
2012-09-26 Ben PfaffSuppress GCC 4.7 warnings by changes to code that make...
2012-09-26 Ben PfaffRemove variables assigned to but never used.
2012-07-14 Ben Pfaffu8-istream: Retry read upon EINTR.
2012-06-19 Ben Pfaffline-reader: New library for reading a file line-by...
2012-06-15 John Darringtonext-array.c: Ensure that fseek is called before switchi... 20120616000502/pspp 20120617000503/pspp 20120618000503/pspp 20120619000503/pspp 20120620000508/pspp
2012-05-09 Ben Pfaffi18n: Set LC_COLLATE locale category based on system...
2012-04-21 Ben PfaffNew "range-tower" data structure. 20120421030503/pspp
2012-04-21 Ben Pfaffrange-set: New macro RANGE_SET_FOR_EACH to make iterati...
2012-04-21 Ben Pfaffrange-set: Rename "insert" function "set1", "delete...
2012-04-21 Ben Pfaffabt: New function abt_is_empty().
2012-04-21 Ben Pfaffabt: Drop child parameters from 'reaugment' function.
2012-04-11 Ben Pfaffi18n: Factor out encoding categories from GUI into... 20120411030502/pspp
2012-03-03 Ben Pfaffpool: Use 16-byte alignment on 64-bit architectures. 20120303030503/pspp
2012-03-02 Ben Pfaffzip-writer: Add missing #include <byteswap.h>.
2012-03-02 Ben Pfaffencoding-guesser: Fall back to windows-1252 when UTF...
2012-03-02 Ben Pfaffencoding-guesser: Remove spurious blank line.
2012-03-01 John Darringtonzip-writer.c: Fix incorrect big-endian handling.
2012-02-25 John DarringtonAdded SHOW options DIRECTORY, ENVIRONMENT, TEMPDIR... 20120225030502/pspp 20120226030503/pspp
2012-02-19 John DarringtonAttempt to cope with endian issues in zip reader. 20120220030501/pspp 20120221030502/pspp
2012-02-18 Ben Pfaffstr: Skip only up to one-past-the-end in ss_tokenize().
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Support EBCDIC magic number in system files.
2012-01-28 Ben PfaffName the src/libpspp convenience library consistently.
2011-11-10 Ben Pfaffhmap: Mark definition of hmap_node_hash() "static inline".
2011-11-10 Ben Pfaffstr: Mark definition of ss_empty() "static inline".
2011-08-25 Ben Pfaffrange-set: Fix typo in comment. 20110825030503/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-16 Ben PfaffUpgrade to newest Gnulib to help relocatable-prog on... 20110816030503/pspp 20110817030502/pspp 20110818030503/pspp
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-06 John DarringtonFix compiler warnings
2011-07-01 John DarringtonFix bugs deleting temporary files and their containing...
2011-07-01 John DarringtonImplemented a zip-writer to correspond to zip-reader
2011-07-01 John DarringtonRemove some files which are no longer used
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-12 Ben Pfaffi18n: New function is_encoding_supported().
2011-05-12 Ben Pfaffencoding-guesser: New function encoding_guess_whole_file().
2011-05-08 Ben Pfaffgui: Label message output items in the output viewer... 20110508030508/pspp 20110509030503/pspp
2011-05-07 Ben Pfaffext-array: Speed up with unlocked versions of I/O funct...
2011-05-07 Ben Pfafftemp-file: Use 64 kB buffer for temporary files.
2011-05-05 Ben Pfaffintern: Fix GCC warning. 20110505030505/pspp
2011-04-27 Ben Pfaffencoding-guesser: Don't guess UTF-8 for ASCII if it...
2011-04-27 Ben Pfaffi18n: Fix type of objects passed as u8_mbtouc()'s chara...
2011-04-26 Ben Pfaffstr: Always null-terminate string in str_format_26adic().
2011-04-23 Ben Pfaffascii: Add support for multibyte characters.
2011-04-13 Ben Pfaffintern: New function intern_strlen().
2011-04-13 Ben Pfaffintern: Use UP_CAST macro instad of open-coding it.
2011-04-09 Ben Pfaffu8-istream: Add cast to iconv() to suppress warnings...
2011-04-09 Ben Pfaffu8-istream: Include <limits.h> for definition of MB_LEN...
2011-03-23 Ben Pfaffi18n: Only close valid iconv converters in i18n_done().
2011-03-23 Ben Pfaffstr: Make ss_alloc_substring_pool() null-terminate...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffmessage: Remove reference to deleted type "struct sourc...
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffsegment: New library for low-level phase of lexical...
2011-03-20 Ben Pfaffu8-istream: New library for reading a text file and...
2011-03-20 Ben Pfaffencoding-guesser: New library to guess the encoding...
2011-03-20 Ben Pfaffi18n: New functions and data structure for obtaining...
2011-03-20 Ben Pfaffi18n: New functions for truncating strings in an arbitr...
2011-03-20 Ben Pfaffi18n: New function recode_string_len().
2011-03-20 Ben Pfaffi18n: New function uc_name().
2011-03-20 Ben Pfaffhash-functions: New function hash_case_bytes().
2011-03-20 Ben Pfaffstr: New functions for checking for and removing string...
2011-03-20 Ben Pfaffstr: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
2011-03-20 Ben Pfaffstr: New function ss_realloc().
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffpool: Support NULL pool argument to pool_alloc_unaligned().
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-20 Ben Pfaffi18n: New function recode_byte().
2011-02-05 Ben Pfaffi18n: Always allocate from pool in recode_substring_pool().
2011-01-31 Ben Pfaffhash-functions: Use C instead of preprocessor to test...
2010-12-12 Ben Pfaffi18n: Remove unnecessary #ifs.
2010-11-19 Ben Pfaffstr: Add some functions for handling UTF-8.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-19 Ben Pfaffstr: Inline some trivial functions.
2010-11-04 Ben Pfaffsparse-array: Fix accidental assumption that "long... 20101104040502/pspp
2010-10-25 John DarringtonRemove various duplicated #include directives
next