pivot table procedure conceptually works
[pspp] / src / libpspp /
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
2010-10-18 Ben Pfaffstr: Remove unused functions. 20101018040501/pspp 20101019040502/pspp 20101020040501/pspp 20101021040502/pspp
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. 20100925040502/pspp
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. 20100924040502/pspp
2010-09-22 Ben Pfaffi18n: Add simple tests.
2010-09-22 Ben Pfaffi18n: Handle EINVAL more gracefully. 20100922040502/pspp 20100923040501/pspp
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. 20100822040502/pspp 20100823040503/pspp
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". 20100611040505/pspp
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... 20100502040503/pspp
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. 20100322040515/pspp 20100323040521/pspp 20100324040506/pspp
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. 20100224040512/pspp
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.
next