X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2FChangeLog;h=b7d543c1fbd912d920a3baf1eeed3bc2984831fe;hb=338a3ecb26f25819c1cb1667a39ab40065f72fdb;hp=4a96aeb941a9479876c7386203e97d30fc102f8b;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/language/dictionary/ChangeLog b/src/language/dictionary/ChangeLog index 4a96aeb9..b7d543c1 100644 --- a/src/language/dictionary/ChangeLog +++ b/src/language/dictionary/ChangeLog @@ -1,3 +1,83 @@ +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * apply-dictionary.c: Now any_reader_open returns a casereader. + + * sys-file-open.c: Now sfm_reader_open returns a casereader. + +Sat Feb 3 21:52:35 2007 Ben Pfaff + + * vector.c (cmd_vector): Add support for specifying an output + format in the short form of the command, fixing bug #18706. + Rewrite to get rid of weird data structure and simplify. + + * sys-file-info.c (display_vectors): For DISPLAY VECTORS, display, + in addition to the names of vectors, the names, positions, and + print formats of the variables contained in the vectors. + +Wed Dec 13 20:59:54 2006 Ben Pfaff + + * automake.mk: Add delete-variables.c + + * delete-variables.c (cmd_delete_variables): New function, in new + file. + +Sun Dec 10 13:55:58 2006 Ben Pfaff + + * sys-file-info.c (cmd_sysfile_info): Report floating-point format + used in system file. + +Sat Dec 9 18:44:26 2006 Ben Pfaff + + * variable-label.c: Move to src/data/variable.c. + + * vector.c (cmd_vector): Use PV_SAME_WIDTH in parse_variables + call, because string variables in a vector must have the same + width. + +Thu Nov 30 22:06:21 2006 Ben Pfaff + + * value-labels.c (get_label): Allow commas between values and + labels and between value labels. Fixes bug #18303. Thanks to + John Darrington for reporting this bug. + +Sat Nov 4 16:04:19 2006 Ben Pfaff + + * numeric.c: (cmd_string) Check that output format is valid. + Simplify parsing. + +Wed Nov 1 20:50:54 2006 Ben Pfaff + + * sys-file-info.c: (cmd_display) Use compare_var_ptr_names to + compare "struct variable **"s, not compare_var_names. Fixes bug + #17423. + +Sat May 6 19:03:34 2006 Ben Pfaff + + * apply-dictionary.c: (cmd_apply_dictionary) Use new function + val_labs_can_set_width(). + +Sat May 6 10:43:22 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, get rid of + the output code for SPLIT FILE groups in procedure.c, which really + shouldn't be doing any output. Move it into the individual + procedures instead. This also adds some flexibility. + + * split-file.c (output_split_file_values): New function. + +Sat May 6 10:42:19 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, get rid of + the output code for SPLIT FILE groups in procedure.c, which really + shouldn't be doing any output. Move it into the individual + procedures instead. This also adds some flexibility. + + * automake.mk (src_language_dictionary_libcmddict_a_SOURCES): Add + split-file.h. + Thu Mar 2 08:40:33 WST 2006 John Darrington * Moved files from src directory