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>
Tue, 21 Dec 2010 17:29:18 +0000 (10:29 -0700)
commit55d7043b984158114f51f62864def21080c1b8f1
tree708a90386c73b1ca92ef854380d6c6d4fd3ed349
parent04aa9413e31f92118d1a4a83498e3b374943bdf4
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