[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-679-gf75d9
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-679-gf75d96d |
Date: |
Wed, 17 Jun 2009 05:37:22 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, output has been updated
via f75d96d09553928fb3c5461a2e75efdd6f9e76e1 (commit)
from 4b54466c0bd62880e4d574267620fb6cbbbe02d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f75d96d09553928fb3c5461a2e75efdd6f9e76e1
Author: Ben Pfaff <address@hidden>
Date: Tue Jun 16 22:34:16 2009 -0700
output: Make allocating and freeing drivers independent of configuration.
Until now, the output subsystem has taken responsibility for
allocating, freeing, registering, and unregistering output drivers.
This is usually what we want it to do, but PSPPIRE will soon want to
register an output driver of its own, independent of the main driver
configuration mechanism. This commit refactors the output driver
subsystem slightly to make this possible.
-----------------------------------------------------------------------
Summary of changes:
src/output/ascii.c | 9 ++-
src/output/cairo.c | 6 ++-
src/output/html.c | 8 ++-
src/output/output.c | 165 ++++++++++++++++++++++-------------------------
src/output/output.h | 24 ++++++--
src/output/postscript.c | 8 ++-
6 files changed, 120 insertions(+), 100 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-679-gf75d96d,
Ben Pfaff <=