X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2FChangeLog;h=b7d543c1fbd912d920a3baf1eeed3bc2984831fe;hb=98d4c667ddd538a9040f5f761c85a66e66e0f2b3;hp=e2d7d80f72222bdf0d80707fb3c64e07618f9f0c;hpb=338fb2a2e84df6427a2fdee6769421f57d5666d8;p=pspp-builds.git diff --git a/src/language/dictionary/ChangeLog b/src/language/dictionary/ChangeLog index e2d7d80f..b7d543c1 100644 --- a/src/language/dictionary/ChangeLog +++ b/src/language/dictionary/ChangeLog @@ -1,3 +1,34 @@ +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.