[cairo] [PATCH 0/5] Refactoring to avoid namespace collision on AIX

Bryce Harrington bryce at osg.samsung.com
Wed Jun 17 02:05:35 PDT 2015


This patchset initiated as a fix for bug #89339.  The actual fix is the
last patch in the patchset.  Some of the proposed fixes really just
worked around the actual problem, yet none-the-less were worthwhile
refactorings that would cleanup the code, so are submitted along with
the fix.

Bryce Harrington (5):
  cairo-script: Always include config.h first thing
  cairo-script: Add missing copyright and boilerplate
  cairo-script: Cleanup boilerplate header for consistency
  cairo-script: Prefer cairo from local tree
  cairo-script: Rename struct member to avoid name collision on AIX

 util/cairo-script/cairo-script-file.c        |  2 +
 util/cairo-script/cairo-script-hash.c        |  5 +-
 util/cairo-script/cairo-script-interpreter.c |  3 +-
 util/cairo-script/cairo-script-objects.c     |  2 +
 util/cairo-script/cairo-script-operators.c   |  2 +
 util/cairo-script/cairo-script-private.h     |  2 +-
 util/cairo-script/cairo-script-scanner.c     | 76 ++++++++++++++--------------
 util/cairo-script/cairo-script-stack.c       |  2 +
 util/cairo-script/csi-bind.c                 | 40 ++++++++++++++-
 util/cairo-script/csi-exec.c                 | 40 ++++++++++++++-
 util/cairo-script/csi-replay.c               | 40 ++++++++++++++-
 util/cairo-script/csi-trace.c                | 40 ++++++++++++++-
 12 files changed, 205 insertions(+), 49 deletions(-)

-- 
1.9.1



More information about the cairo mailing list