Increment version to 0.7.9 to send to Translation Project.
[pspp-builds.git] / src / libpspp /
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.
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview'
2011-08-16 Ben PfaffUpgrade to newest Gnulib to help relocatable-prog on...
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 origin/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...
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.
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...
2010-10-25 John DarringtonRemove various duplicated #include directives
2010-10-18 Ben Pfaffstr: Remove unused functions.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-02 Ben Pfaffpspp: Make a signal that indicates a bug re-raise that...
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments.
2010-09-24 Ben Pfaffmessage: Add column range to struct msg_locator.
2010-09-24 Ben Pfaffmessage: Consistently initialize locator; use 0 for...
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-24 Ben Pfaffstr: Make ss_alloc_substring() allocate null-terminated...
2010-09-24 Ben Pfaffcast: New macro NULL_SENTINEL.
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-19 John DarringtonConst casts.
2010-09-18 John DarringtonRemove gettext markup from diagnostic string.
2010-09-18 Ben PfaffSuppress warnings about conversions between char *...
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-08-24 John DarringtonMerge commit 'origin/master' into sso
2010-08-22 John DarringtonSET MXWARNS = 0 to be interpreted as unlimited.
2010-08-22 John DarringtonMove MX* processing to libpspp/message.c
2010-07-30 John DarringtonDeallocate memory from pool using the correct function
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-30 Ben Pfafftemp-file: Rename "ext-array" (for "external array").
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-07-16 John DarringtonRemove const qualifiers from encoding converter components.
2010-07-04 John DarringtonFix various memory leaks
2010-06-16 Ben PfaffDo not treat isolated CR in input data as new-line.
2010-06-11 Ben Pfafftmpfile: Rename "struct tmpfile" to "struct temp_file".
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-18 Ben Pfaffcompiler: Fix SENTINEL macro in non-GCC case.
2010-05-16 John DarringtonExpanded comments to src/libpspp/i18n.[ch]
2010-05-03 Ben PfaffTake advantage of Gnulib configmake module.
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek...
2010-05-01 Ben PfaffNew stringi_set functions.
2010-05-01 Ben PfaffNew case-insensitive string map data structure.
2010-04-22 Ben Pfaffinteger-format: Support 64-bit integers in integer_get().
2010-04-12 Ben PfaffAdd case-insensitive string set.
2010-04-12 Ben Pfaffhmapx: New function hmapx_clear().
2010-04-12 Ben Pfaffhmap: New function hmap_clear().
2010-04-08 Ben Pfaffhash-functions: New function hash_pointer().
next