X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2FChangeLog;h=20778a242d5dab254fc37d4d289cb87f98a2cffa;hb=b5b474193e450bba97610065df0518c08074a7fb;hp=b7d543c1fbd912d920a3baf1eeed3bc2984831fe;hpb=92c09e564002d356d20fc1e2e131027ef89f6748;p=pspp-builds.git diff --git a/src/language/dictionary/ChangeLog b/src/language/dictionary/ChangeLog index b7d543c1..20778a24 100644 --- a/src/language/dictionary/ChangeLog +++ b/src/language/dictionary/ChangeLog @@ -1,3 +1,38 @@ +2008-03-16 Ben Pfaff + + Patch #6452. Reviewed by John Darrington. + + * variable-display.c (cmd_variable_width): Fix parsing bug. Also, + limit variable display widths to within range 1 thru 2 * + MAX_STRING. + +2007-11-11 Ben Pfaff + + * sys-file-info.c (display_variables): Fix DISPLAY LABELS. Thanks + to Guido Gay for reporting this bug. + +2007-11-03 Ben Pfaff + + Allow output files to overwrite input files (bug #21280). + + * apply-dictionary.c (cmd_apply_dictionary): Manage file handle + reference counts. + + * sys-file-info.c (cmd_sysfile_info): Manage file handle reference + counts. + +2007-08-12 Ben Pfaff + + Output variable measurement level, alignment, and display width as + part of DISPLAY DICTIONARY and SYSFILE INFO output. Bug #13019. + Reviewed by John Darrington. + * sys-file-info.c (cmd_sysfile_info): Allow space for new rows of + info in output. + (display_variables): Ditto. + (describe_variable): Output variable measurement level, alignment, + and display width as part of DISPLAY DICTIONARY and SYSFILE INFO + output. + 2007-06-06 Ben Pfaff Adapt case sources, sinks, and clients of procedure code to the