Merge with 9.0.1+FFI.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 5 Jun 2010 06:29:12 +0000 (23:29 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 17 Jan 2011 07:52:11 +0000 (00:52 -0700)
commit85363d079ede31c2f14df04f7067a5a141a73e34
tree10dbec484c5b75e5e30ac0495a44118bbf423b3f
parentff65c32e4656a1a005852953578b32926df31e83
Merge with 9.0.1+FFI.

* doc/gtk/Makefile.in: Set TEXINFO_ROOT.

* doc/gtk/gtk.texinfo: Fix name of shim, and example commandlines.

* src/gtk/Clean.sh: No need to delete conses.png.  Clean in ../lib,
not ../lib/lib/.

* src/gtk/Includes/gdkdrawable.cdecl: Punt reserved members.  There is
no need to account for all of them.  The groveler will use sizeof.

* src/gtk/Makefile-fragment: Punt the lib/lib stuff.  The shims do not
have to be in the same directory as the modules.  No need to produce
conses.png from conses.png.uu anymore.  Separate syntaxing and
compiling (and loading), in the .sf/.cbf/make way.

* src/gtk/Tags.sh: Bloody Exuberant Ctags compatibility.

* src/gtk/conses.png.uu, src/gtk/conses.png: Git can distribute
conses.png.

* src/gtk/: compile.scm, load.scm, gtk.sf, gtk.cbf, make.scm: Separate
syntaxing and compiling (and loading), in the .sf/.cbf/make way.

* src/microcode/configure.ac: Add prgtkio.so to new MODULE_BASES, not
MODULE_TARGETS.

* src/microcode/prgtkio.c: Re-styled -- mainly uncrushing the * operator.

* src/sf/sf.pkg, src/sf/butils.scm: Added sf-with-dependencies.
15 files changed:
doc/gtk/Makefile.in
doc/gtk/gtk.texinfo
src/gtk/Clean.sh
src/gtk/Includes/gdkdrawable.cdecl
src/gtk/Makefile-fragment
src/gtk/Tags.sh
src/gtk/conses.png [new file with mode: 0644]
src/gtk/conses.png.uu [deleted file]
src/gtk/gtk.cbf [new file with mode: 0644]
src/gtk/gtk.sf [moved from src/gtk/compile.scm with 86% similarity]
src/gtk/make.scm [moved from src/gtk/load.scm with 74% similarity]
src/microcode/configure.ac
src/microcode/prgtkio.c
src/sf/butils.scm
src/sf/sf.pkg