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>
Sun, 12 Dec 2010 05:59:07 +0000 (22:59 -0700)
commit57f65550c52c4b0e9ebbe2ed3cabe376a29519c6
tree23036c885e1ea9667629fd716d04b4d75d27963c
parentedbe9e6f52fb12116ee8fe937f2d9b6aafe2104f
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