group: Delete unused functions.
[pspp-builds.git] / src / libpspp /
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-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-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().
2010-03-22 Ben Pfaffbt: Improve code formatting.
2010-03-22 Ben Pfaffbt: New function bt_is_empty().
2010-03-17 Ben Pfaffarray: Fix indentation.
2010-02-24 Ben Pfaffodt: Remove dependency on external "zip" program.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffllx: New function llx_find() to find a pointer in a...
2010-02-06 Ben Pfaffllx: New macro LLX_INITIALIZER to initialize an llx...
2010-02-06 Ben PfaffNew "string_array" data structure for working with...
2010-02-06 Ben Pfaffverbose-msg: Remove.
2010-02-06 Ben Pfaffmessage: Give MSG_ values for categories and severities...
2010-02-06 Ben Pfaffarray: Fix typo in comment.
2010-01-19 Ben Pfaffmessage: Fix corner case in msg_emit().
2010-01-18 Ben Pfaffmessage: Make msg_dup() copy and msg_destroy() free...
2010-01-18 Ben PfaffNew library for interned strings.
2010-01-16 Ben PfaffDistribute some files that were forgotten. fc11-i386-build72 fc11-x64-build69 lenny-x64-build93 sid-i386-build139
2010-01-05 Ben Pfaffstr: New function ds_steal_cstr.
2010-01-05 Ben PfaffAdd new SENTINEL macro to compiler.h, for GCC's __attri...
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-12-05 Ben PfaffNew data type string_map, a string-to-string map. fc11-i386-build42 fc11-x64-build39 lenny-x64-build63 sid-i386-build111
2009-11-27 Ben PfaffNew data type string_set, a set of unique strings. fc11-i386-build41 fc11-x64-build38 lenny-x64-build62 sid-i386-build110
2009-11-27 Ben Pfaffhmapx: New function hmapx_is_empty().
2009-11-27 Ben Pfaffhmap: New function hmap_is_empty().
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-11 Ben PfaffUse @VARIABLE@ instead of $(VARIABLE) consistently...
2009-10-01 Ben PfaffFix numerous warnings about an unknown attribute rpl_ma... fbsd72-i386-build23 fc11-i386-build9 fc11-x64-build10 lenny-x64-build31 sid-i386-build77
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting... fbsd72-i386-build22 fc11-i386-build8 fc11-x64-build9 lenny-x64-build30 sid-i386-build76
2009-09-27 John DarringtonAdd necessary #include stddef.h directive build52 lenny-x64-build16 lenny-x64-build17 lenny-x64-build18 lenny-x64-build19 lenny-x64-build20 sid-i386-build59 sid-i386-build60 sid-i386-build61 sid-i386-build62 sid-i386-build63 sid-i386-build64 sid-i386-build65
2009-09-26 Ben Pfaffperl-module: Additional fixes for Perl version number... origin/perl build3 build4 build49 build50 build51
2009-09-25 Ben Pfaffperl-module: Tolerate minor PSPP version number differe... build0 build41 build42 build43 build44 build45 build46 build47
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-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-08-09 Ben PfaffAdd CHECK_POINTER_HAS_TYPE macro, and use it to make...
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
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.
next