Skip to content

Commit

Permalink
do not mention BLOX in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Sep 4, 2009
1 parent 15b9d67 commit bd1aefd
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 188 deletions.
10 changes: 7 additions & 3 deletions AUTHORS
Expand Up @@ -7,9 +7,8 @@ GNU Smalltalk development starting with version 1.6 by:
Paolo Bonzini <bonzini@gnu.org>

GUI development:
Brad Diller (browser)
Steve Byrne (original X toolkit version)
Paolo Bonzini (Tcl/Tk version)
Gwenael Casaccio (VisualGST)
Brad Diller and Steve Byrne (BLOX)

superops program:
Parts by Douglas C. Schmidt and Bruno Haible.
Expand All @@ -26,11 +25,16 @@ GNU Smalltalk tutorial by:
--------------------------------------- Other goodies ------------

Cincom Inc. (part of network toolkit, XML packages) <www.cincom.com>
Mike Anderson (PostgreSQL driver)
Tony Garnock-Jones, Brad Watson (Cairo and LibSDL bindings)
Olivier Blanc (OpenGL bindings)
Federico G. Stilman (STT)
Daniele Sciascia (SQLite driver)
Josh Miller (MySQL driver)
Ken Treis, Travis Griggs and others (WikiWorks)
Janko Mivsek and others (Swazoo)
Avi Bryant, Philippe Marshall, Lukas Renggli and others (Seaside)
Ramon Leon (SandstoneDb)
Kazuki Yasumatsu (part of network toolkit)
Aoki Atsushi (Lisp and Prolog interpreters)
Didier Besset (Numerical methods library)
Expand Down
1 change: 1 addition & 0 deletions THANKS
Expand Up @@ -33,6 +33,7 @@ Mike Anderson <msasjf@yahoo.co.uk>
Pahi Andras <pahi@info-m.hu>
Simon Britnell <ughbash@yahoo.com>
Nicolas Burrus <nicolas.burrus@epita.fr>
Gwenael Casaccio <mrgwen@gmail.com>
Nicolas Cellier <nicolas.cellier@ifrance.com>
Sungjin Chun <chunsj@embian.com>
Robert Collins <robertc@robertcollins.net>
Expand Down
4 changes: 4 additions & 0 deletions build-aux/gst.m4
Expand Up @@ -31,6 +31,8 @@ gst_prefix="$withval", gst_prefix="")
PKG_CHECK_MODULES(GST, [gnu-smalltalk[]m4_if([$1],[],[],[ >= $1])],
[gstlibdir=`$PKG_CONFIG --variable=libdir gnu-smalltalk`
gstdatadir=`$PKG_CONFIG --variable=datadir gnu-smalltalk`
gstmoduledir=`$PKG_CONFIG --variable=moduledir gnu-smalltalk`
gstmoduleexecdir='${gstmoduledir}'
have_gst=yes],
[have_gst=no])
Expand All @@ -40,4 +42,6 @@ gst_prefix="$withval", gst_prefix="")
AS_IF([test $have_gst = yes], [$2], [$3])
AC_SUBST(gstlibdir)
AC_SUBST(gstdatadir)
AC_SUBST(gstmoduledir)
AC_SUBST(gstmoduleexecdir)
])

0 comments on commit bd1aefd

Please sign in to comment.