X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FChangeLog;h=2b88fec4d2564645546ee62b50d3e30055d562eb;hb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;hp=af13b4b443f80a8dda75bf60a9f49f5647317032;hpb=2153ca9b3cb9616c616a4b58abb300de1f317541;p=pspp-builds.git diff --git a/src/output/ChangeLog b/src/output/ChangeLog index af13b4b4..2b88fec4 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,33 @@ +Fri Jun 9 14:42:35 2006 Ben Pfaff + + Reform string library. + + * output.c (init_default_drivers): Update call to + configure_driver() to new interface. + (get_option_token) Use a modifiable substring in interface instead + of a separate position parameter. Use ss_get_*() functions. + (configure_driver) Take and work with substrings. + (configure_driver_line) Update call to configure_driver() to new + interface. + (outp_get_paper_size) Use substrings. + + * output.h (struct outp_class): Change open_driver interface to + use substring. Update all implementations. + + * table.c (text_format): Change to return substring. + (tab_title) Use xvasprintf(). + + * table.h (struct tab_table): Change title member to char *. + +Thu May 25 18:02:53 WST 2006 John Darrington + + * table.c: Removed redundant extern declaration. + +Sun May 14 14:03:56 2006 Ben Pfaff + + * output.c (outp_eject_page): Always make sure that a page is open + upon return. + Sun May 14 13:54:58 2006 Ben Pfaff * postscript.c: (ps_chart_finalise) Fix format of %%EndDocument