output: New function text_item_create_nocopy().
[pspp-builds.git] / src / data /
2011-03-20 Ben Pfaffsys-file-reader: Refactor to clean up character encodin...
2011-03-20 Ben Pfafffile-name: Do not make output files line-buffered in...
2011-03-20 Ben Pfafffile-handle-def: Use hmap instead of list for name...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffdata-out: Optimize and fix some bad assumptions.
2011-02-20 Ben Pfaffdata-out: Reorganize output_Z() to be more easily under...
2011-02-20 Ben Pfaffformat: Count prefix and suffix width in terms of displ...
2011-02-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2011-02-20 Ben Pfaffdata-out: Make each converter responsible for storing...
2011-02-20 Ben Pfaffformat: Increase abstraction of fmt_number_style.
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-15 Ben PfaffUse new Gnulib function dtoastr() to format short,...
2011-02-05 Ben Pfaffpor-file-reader: Remove dependency on VAR_NAME_LEN.
2011-02-05 Ben Pfaffvector: Remove VAR_NAME_LEN limit for internal represen...
2011-02-05 Ben Pfaffvariable: Remove VAR_NAME_LEN limit for internal repres...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2011-02-05 Ben Pfaffsys-file-writer: Fix subtype used for v14+ multiple...
2011-02-04 Ben Pfaffsys-file-reader: Elevate invalid number of labels from...
2011-02-04 Ben Pfaffsys-file-reader: Avoid redundant "within system file...
2011-02-04 Ben Pfaffsys-file-reader: Improve debugging usefulness of error...
2011-02-04 Ben Pfaffsys-file-reader: Really enable warnings for invalid...
2011-02-04 Ben Pfaffsys-file-reader: Add missing periods at end of error...
2011-01-31 Ben Pfaffsys-file-reader: Check that multiple response set names...
2011-01-31 Ben Pfaffsys-file-reader: Fix double-free on read of partial...
2010-12-12 Ben Pfaffidentifier: New function token_type_to_string().
2010-12-04 Ben PfaffRemove the NULLINE and ENDCMD settings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffidentifier: Add some functions for Unicode syntax.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-16 Ben Pfaffsys-file: Add functions for converting between codepage...
2010-10-30 Ben Pfaffdatasheet: Add a few assertions.
2010-10-27 Ben Pfaffcase: Add support for debugging case reference count...
2010-10-25 John DarringtonRemove various duplicated #include directives
2010-10-03 John DarringtonAdded gettext markup to some strings which required it
2010-10-03 John DarringtonRemove erroneous CONST_CAST
2010-10-03 John DarringtonConstness
2010-10-03 John DarringtonFix memory leaks in ROC command
2010-10-03 John DarringtonAdd comments informing the caller about side effects
2010-10-03 John DarringtonConsistently use the return value from case_ref.
2010-10-02 John DarringtonUse macros from cast.h instead of literal casts
2010-09-30 John DarringtonFix memory leak in casegrouper. Closes bug #30764
2010-09-30 Ben Pfaffcasereader: Fix casereader_select() with BY argument...
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments.
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Rewrite logic for recoding input, and get...
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-24 Ben Pfaffcalendar: Use sensible error reporting in calendar_greg...
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-19 John DarringtonConst casts.
2010-09-18 John DarringtonFix outstanding quote style issues
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-09-05 John DarringtonRemove obsolete comments.
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands.
2010-08-29 Ben Pfaffsettings: Avoid using a pointer and global data for...
2010-08-29 Ben Pfaffsettings: Make viewwidth, viewlength "int"s instead...
2010-08-29 Ben Pfaffsettings: Reformat the_settings initializer.
2010-08-29 Ben Pfaffformat: Introduce a new type, struct fmt_settings.
2010-08-29 Ben Pfaffformat: Make fmt_number_style_init(), fmt_number_style_...
2010-08-29 Ben Pfaffformat: Remove prototypes of unimplemented functions.
2010-08-29 Ben Pfaffformat: Move is_fmt_type() prototype near more-related...
2010-08-29 Ben Pfaffformat: Remove declaration of data that is never used.
2010-08-24 John DarringtonConstness
2010-08-24 Ben Pfaffformat: Optimize fmt_from_io().
2010-08-24 Ben Pfaffformat: Fix type code for Z format in system and portab...
2010-08-22 John DarringtonSET MXWARNS = 0 to be interpreted as unlimited.
2010-08-20 John Darringtonfile-handle-def.c: replace hash with hmap
2010-08-09 Ben PfaffImplement SAVE TRANSLATE to comma- and tab-delimited...
2010-08-09 Ben PfaffSAVE: Fix UNSELECTED=RETAIN with a filter variable.
2010-08-09 Ben Pfaffsys-file-writer: Consistently use "goto error" to exit.
2010-08-09 Ben Pfaffsys-file-writer: Make write_error(), close_writer(...
2010-08-09 Ben Pfaffsys-file-writer: Fix comment.
2010-08-09 Ben PfaffReplace S_I[RWX]{USR,GRP,OTH} macros by their values.
2010-07-30 Ben Pfaffmake-file: Remove superfluous fflush().
2010-07-30 Ben Pfafftemp-file: Rename "ext-array" (for "external array").
2010-07-24 John DarringtonFix memory leak in MRSETS
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-07-18 John DarringtonFix memory leak in data_in
2010-07-04 John DarringtonFix various memory leaks
2010-06-15 John DarringtonRemove unused functions make_temp_file and make_unique_...
2010-06-11 Ben Pfafftmpfile: Rename "struct tmpfile" to "struct temp_file".
2010-06-02 John DarringtonFix memory leak in casewriter_make_reader.
2010-05-22 Ben Pfaffsys-file-reader: Fix reading overlong value labels...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-21 Ben Pfaffsys-file-reader: Variable attributes record uses long...
2010-05-21 Ben Pfaffsys-file-reader: Tolerate variable labels longer than...
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek...
2010-05-02 Ben PfaffImplement MRSETS command.
2010-04-22 Ben PfaffDocument system file record type 7, subtype 16 as 64...
2010-04-14 Ben Pfaffshort-names: Eliminate use of old hash table data struc...
2010-04-12 Ben Pfaffvalue: New function value_clone_pool().
2010-04-12 Ben Pfaffdictionary: Use hmap instead of older hsh_table.
2010-04-12 Ben Pfaffvariable: Remove unneeded assertions.
2010-04-12 Ben Pfaffdictionary: Remove unneeded assertions.
2010-04-12 Ben Pfaffvardict: Make vardict opaque to variable code.
2010-04-12 Ben PfaffMake struct variable refer to struct vardict through...
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-04-12 Ben Pfaffdictionary: Fix memory leak in dict_set_encoding().
next