data-in: Convert tests for N and Z formats to Autotest framework.
[pspp-builds.git] / src / data /
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().
2010-04-12 Ben Pfaffdictionary: Fix potential access beyond allocated memory.
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into...
2010-03-02 Ben Pfaffprocedure: Fix LIST procedure (and others) in GUI.
2010-03-02 Ben Pfaffcasereader: Factor buffering shim out into separate...
2010-02-20 Ben Pfaffgnumeric-reader: Avoid convert_xml_string_to_value...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffmake-file: Fix #includes.
2010-02-06 Ben Pfaffverbose-msg: Remove.
2010-02-06 Ben Pfaffmessage: Give MSG_ values for categories and severities...
2010-01-19 Ben Pfaffmessage: Fix corner case in msg_emit().
2010-01-18 Ben PfaffNew library for interned strings.
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2010-01-05 Ben Pfaffcasereader: Make parameter to casereader_count_cases... fc11-i386-build70 fc11-x64-build67 lenny-x64-build91 sid-i386-build137
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-06 Ben Pfafffile-name: Generalize fn_interp_vars(). fc11-i386-build49 fc11-x64-build46 lenny-x64-build70
2009-12-06 Ben Pfaffcasereader: New function casereader_select(). fc11-i386-build48 fc11-x64-build45 lenny-x64-build69 sid-i386-build116
2009-12-06 Ben Pfaffcasereader: New functions casereader_project() and... fc11-i386-build47 fc11-x64-build44 lenny-x64-build68
2009-12-06 Ben Pfaffcasereader: New function casereader_translate_stateless(). fc11-i386-build46 fc11-x64-build43 lenny-x64-build67 sid-i386-build115
2009-12-06 Ben Pfaffcasereader: New function casereader_create_empty().
2009-12-05 Ben Pfaffcasereader: New function casereader_advance(). fc11-i386-build45 fc11-x64-build42 lenny-x64-build66 sid-i386-build114
2009-12-05 Ben Pfaffcasereader: New function casereader_truncate(). fc11-i386-build44 fc11-x64-build41 lenny-x64-build65 sid-i386-build113
2009-12-05 Ben Pfaffsubcase: Add more useful functions. fc11-i386-build43 fc11-x64-build40 lenny-x64-build64 sid-i386-build112
2009-12-03 John DarringtonUpdate to reflect latest copy of Gnulib
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonUpdate to reflect latest copy of Gnulib fc11-i386-build38 fc11-x64-build35 lenny-x64-build59 sid-i386-build107
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-24 John DarringtonRemove some unnecessary #include directives
2009-10-15 Ben Pfaffsys-file-reader: Tolerate nonsensical opcodes in compre... fc11-i386-build22 fc11-x64-build21 lenny-x64-build43 sid-i386-build90
2009-10-04 John DarringtonCanonicalise orthography of Big/Little Endian fbsd72-i386-build25 fc11-i386-build11 fc11-x64-build12 lenny-x64-build33 sid-i386-build79
next