elk/ChangeLog

3439 lines
97 KiB
Plaintext
Raw Normal View History

------------------------------------------------------------------------
rev 221: sam | 2003-09-28 15:05:38 +0200 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
M /build-win32
M /debian/changelog
* Release 3.99.5.
------------------------------------------------------------------------
rev 220: sam | 2003-09-28 14:49:25 +0200 (Sun, 28 Sep 2003) | 3 lines
Changed paths:
M /COPYING
M /MACHINES
* Removed deprecated notes from MACHINES
* Added $Id to COPYING and removed date information.
------------------------------------------------------------------------
rev 219: sam | 2003-09-28 13:22:30 +0200 (Sun, 28 Sep 2003) | 4 lines
Changed paths:
M /examples/tests/Makefile.am
M /examples/tests/r4rstest.scm
* r4rstest.scm is the original test again, we add extra tests at build time
in a generated file.
* Fixed a $(srcdir) / $(builddir) confusion.
------------------------------------------------------------------------
rev 218: sam | 2003-09-28 13:15:47 +0200 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
M /doc/bitstring/Makefile.am
M /doc/cprog/Makefile.am
M /doc/kernel/Makefile.am
M /doc/man/Makefile.am
M /doc/oops/Makefile.am
M /doc/record/Makefile.am
M /doc/regexp/Makefile.am
M /doc/unix/Makefile.am
M /doc/usenix/Makefile.am
M /doc/xlib/Makefile.am
M /doc/xt/Makefile.am
* Fixed a couple of $(srcdir) / $(builddir) mistakes in the doc rules.
------------------------------------------------------------------------
rev 217: sam | 2003-09-28 12:12:49 +0200 (Sun, 28 Sep 2003) | 3 lines
Changed paths:
M /examples/tests/Makefile.am
* Use printf "" instead of touch to create timestamps because of systems
where touch does not create the file.
------------------------------------------------------------------------
rev 216: sam | 2003-09-28 12:00:48 +0200 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
M /scm/xwidgets.scm
* Fixed xaw.la and motif.la loading.
------------------------------------------------------------------------
rev 215: sam | 2003-09-28 12:00:26 +0200 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/Makefile.am
A /lib/xwidgets/error.c (from /lib/xwidgets/xterror.c:214)
A /lib/xwidgets/init.c (from /lib/xwidgets/xtinit.c:214)
A /lib/xwidgets/objects.c (from /lib/xwidgets/xtobjects.c:214)
D /lib/xwidgets/xterror.c
D /lib/xwidgets/xtinit.c
D /lib/xwidgets/xtobjects.c
* Renamed xt*.c to *.c, because it is their original name in Elk 3.0.
------------------------------------------------------------------------
rev 214: sam | 2003-09-28 11:57:09 +0200 (Sun, 28 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
A /lib/xwidgets/motif/Makefile.am
A /lib/xwidgets/motif/init.c
A /lib/xwidgets/xaw/Makefile.am
A /lib/xwidgets/xaw/init.c
M /lib/xwidgets/xt.h
* Split the common part of the xaw and motif plugins into a separate
libelk-xt shared library.
------------------------------------------------------------------------
rev 213: sam | 2003-09-28 11:50:15 +0200 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
M /lib/xlib/Makefile.am
A /lib/xlib/init.c (from /lib/xlib/plugin.c:212)
D /lib/xlib/plugin.c
* Renamed plugin.c to init.c to match the xt plugin.
------------------------------------------------------------------------
rev 212: sam | 2003-09-27 17:20:14 +0200 (Sat, 27 Sep 2003) | 4 lines
Changed paths:
M /lib/xlib/Makefile.am
A /lib/xlib/error.c (from /lib/xlib/xerror.c:192)
A /lib/xlib/objects.c (from /lib/xlib/xobjects.c:192)
A /lib/xlib/plugin.c (from /lib/xlib/xinit.c:192)
D /lib/xlib/xerror.c
D /lib/xlib/xinit.c
M /lib/xlib/xlib.h
D /lib/xlib/xobjects.c
* Split the xlib.la module into a shared library and a module, so that the
shared library can be used by the xaw and motif modules (which I am going
to split as well).
------------------------------------------------------------------------
rev 211: sam | 2003-09-27 16:41:16 +0200 (Sat, 27 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Fixed a syntax error.
------------------------------------------------------------------------
rev 210: sam | 2003-09-27 14:34:27 +0200 (Sat, 27 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/motif
M /lib/xwidgets/xaw
* Ask SVN to ignore the .dirstamp entry.
------------------------------------------------------------------------
rev 209: sam | 2003-09-27 14:30:10 +0200 (Sat, 27 Sep 2003) | 2 lines
Changed paths:
M /doc/cprog/Makefile.am
* Replaced a GNU sed syntax with two combined grep + sed calls.
------------------------------------------------------------------------
rev 208: sam | 2003-09-27 14:07:13 +0200 (Sat, 27 Sep 2003) | 2 lines
Changed paths:
M /doc/bitstring/Makefile.am
M /doc/cprog/Makefile.am
M /doc/kernel/Makefile.am
M /doc/oops/Makefile.am
M /doc/record/Makefile.am
M /doc/regexp/Makefile.am
M /doc/unix/Makefile.am
M /doc/xlib/Makefile.am
M /doc/xt/Makefile.am
* Use $(AWK) instead of awk.
------------------------------------------------------------------------
rev 207: sam | 2003-09-27 14:05:59 +0200 (Sat, 27 Sep 2003) | 3 lines
Changed paths:
M /doc/util/mkindex.awk
* Changed the recursion into an iteration so that we don't use awk functions
and it properly works with the Solaris implementation.
------------------------------------------------------------------------
rev 206: sam | 2003-09-26 19:58:08 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /lib/unix/process.c
* Use __environ instead of environ on platforms where it exists.
------------------------------------------------------------------------
rev 205: sam | 2003-09-26 19:54:52 +0200 (Fri, 26 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
D /lib/xwidgets/motif/Makefile.am
D /lib/xwidgets/motif/init.c
D /lib/xwidgets/xaw/Makefile.am
D /lib/xwidgets/xaw/init.c
M /lib/xwidgets/xtinit.c
M /scm/xwidgets.scm
* Merged the *-xt.la and *-widgets.la module pairs into one *.la to avoid
undefined symbols.
------------------------------------------------------------------------
rev 204: sam | 2003-09-26 18:23:47 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /lib/unix/process.c
* Fixed environ detection under OS X.
------------------------------------------------------------------------
rev 203: sam | 2003-09-26 18:21:24 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /examples/Makefile.am
M /examples/tests
A /examples/tests/Makefile.am
M /examples/tests/r4rstest.scm
* We run r4rstest.scm after having built elk.
------------------------------------------------------------------------
rev 202: sam | 2003-09-26 17:57:43 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Fixed shell syntax (if "foo" = "bar" instead of if test "foo" = "bar").
------------------------------------------------------------------------
rev 201: sam | 2003-09-26 17:42:13 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Don't build the Xaw and Motif plugins when cross-compiling.
------------------------------------------------------------------------
rev 200: sam | 2003-09-26 17:33:30 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /lib/unix/process.c
* Fixed linking on OS X.
------------------------------------------------------------------------
rev 199: sam | 2003-09-26 17:32:16 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/unix/process.c
* Disabled the use of environ on OS X.
------------------------------------------------------------------------
rev 198: sam | 2003-09-26 17:03:20 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* Call Elk with case-sensitive symbols when building code.
------------------------------------------------------------------------
rev 197: sam | 2003-09-26 17:02:53 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /include/misc.h
M /src/heap-sc.c
M /src/libelk.c
M /src/list.c
* Renamed ALIGN into ELK_ALIGN because OS X's <ppc/param.h> defines it.
------------------------------------------------------------------------
rev 196: sam | 2003-09-26 14:28:31 +0200 (Fri, 26 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /lib/unix/fdescr.c
M /src/heap-gen.c
M /src/io.c
* Removed compile-time checks for _SC_OPEN_MAX, _PC_PATH_MAX and _SC_PAGESIZE
and used simple build-time #ifdefs.
------------------------------------------------------------------------
rev 195: sam | 2003-09-26 14:17:33 +0200 (Fri, 26 Sep 2003) | 3 lines
Changed paths:
M /include/misc.h
* Added '\r' to the list of whitespace characters, as in the patch I found
on http://verno.ueda.info.waseda.ac.jp/network/patch-z .
------------------------------------------------------------------------
rev 194: sam | 2003-09-26 14:13:29 +0200 (Fri, 26 Sep 2003) | 3 lines
Changed paths:
M /COPYING
M /debian/copyright
* Added my copyright to the license.
* Removed useless stuff from debian/copyright.
------------------------------------------------------------------------
rev 193: sam | 2003-09-26 11:18:39 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /
* Ignore the INSTALL file.
------------------------------------------------------------------------
rev 192: sam | 2003-09-26 11:11:20 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /BUGS
M /src/math.c
* Fixed the bignum/double comparisons.
------------------------------------------------------------------------
rev 191: sam | 2003-09-26 11:10:53 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /src/bool.c
* Fixed a minor compilation warning.
------------------------------------------------------------------------
rev 190: sam | 2003-09-26 03:27:04 +0200 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
M /examples/tests/r4rstest.scm
* Updated Aubrey's r4rs conformance test which now features my suggestion.
------------------------------------------------------------------------
rev 189: sam | 2003-09-25 15:28:07 +0200 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
M /include/object.h
M /lib/xlib/property.c
* Replaced short with int16_t where necessary.
------------------------------------------------------------------------
rev 188: sam | 2003-09-25 15:04:01 +0200 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
M /examples/Makefile.am
A /examples/tests
A /examples/tests/README
A /examples/tests/r4rstest.scm
* Added the r4rstest.scm compliance test, with a minor addition.
------------------------------------------------------------------------
rev 187: sam | 2003-09-24 20:49:46 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
M /src/bool.c
* According to r4rs section 6.2, (eqv? 1 1.0) returns #f.
------------------------------------------------------------------------
rev 186: sam | 2003-09-24 19:42:55 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
M /include/object.h
* BigNums now use uint16_t, not unsigned short.
------------------------------------------------------------------------
rev 185: sam | 2003-09-24 18:32:46 +0200 (Wed, 24 Sep 2003) | 3 lines
Changed paths:
M /BUGS
M /src/special.c
* Fixed scope of named let variables, fixing the bug described here:
http://groups.google.com/groups?selm=871zemtmd4.fsf%40app.dial.idiom.com
------------------------------------------------------------------------
rev 184: sam | 2003-09-24 17:14:16 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/unix/process.c
* Fixed the check for "environ" on OS X and Solaris.
------------------------------------------------------------------------
rev 183: sam | 2003-09-24 11:19:40 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
D /INSTALL
M /bootstrap
* Removed INSTALL from repository, automake installs it for us.
------------------------------------------------------------------------
rev 182: sam | 2003-09-24 11:15:37 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
M /BUGS
* New bugs.
------------------------------------------------------------------------
rev 181: sam | 2003-09-24 11:14:51 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
M /AUTHORS
M /include/site.h.in
* extern_c should expand to extern in C, not to /* */, thanks to Mark Sapa.
------------------------------------------------------------------------
rev 180: sam | 2003-09-23 14:16:43 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /src/libelk.c
* Case-insensitive symbols by default.
------------------------------------------------------------------------
rev 179: sam | 2003-09-23 14:16:22 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /include/site.h.in
M /src/bignum.c
* Use DBL_MAX instead of HUGE_VAL for float precision when available.
------------------------------------------------------------------------
rev 178: sam | 2003-09-23 14:15:36 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /src/math.c
* Promoted precision in Float->String transformations.
------------------------------------------------------------------------
rev 177: sam | 2003-09-23 00:54:22 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /src/prim.c
M /src/special.c
* Empty (begin), (begin1) and (cond) return #<unspecified>.
------------------------------------------------------------------------
rev 176: sam | 2003-09-23 00:47:03 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /src/print.c
* Display #<foo> instead of #[foo], to mimic Guile's output.
------------------------------------------------------------------------
rev 175: sam | 2003-09-23 00:46:24 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /include/extern.h
M /include/object.h
M /src/symbol.c
* Added the "unspecified" type.
------------------------------------------------------------------------
rev 174: sam | 2003-09-23 00:44:19 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
* Fixed fucked up ChangeLog and NEWS files.
------------------------------------------------------------------------
rev 173: sam | 2003-09-22 19:00:33 +0200 (Mon, 22 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Linux compilation fix.
------------------------------------------------------------------------
rev 172: sam | 2003-09-20 05:25:58 +0200 (Sat, 20 Sep 2003) | 3 lines
Changed paths:
M /lib/misc/bitstring.c
* Fixed the bitstring->unsigned-integer return value with a patch
from David Marmor.
------------------------------------------------------------------------
rev 171: sam | 2003-09-20 04:27:44 +0200 (Sat, 20 Sep 2003) | 3 lines
Changed paths:
M /NEWS
M /configure.ac
* Fixed the CXX check.
* Updated NEWS.
------------------------------------------------------------------------
rev 170: sam | 2003-09-20 03:13:14 +0200 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
M /configure.ac
* 3.99.4 release.
------------------------------------------------------------------------
rev 169: sam | 2003-09-20 02:40:33 +0200 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
M /AUTHORS
* Updated thanks.
------------------------------------------------------------------------
rev 168: sam | 2003-09-19 13:51:12 +0200 (Fri, 19 Sep 2003) | 2 lines
Changed paths:
M /AUTHORS
* More credits.
------------------------------------------------------------------------
rev 167: sam | 2003-09-19 13:47:51 +0200 (Fri, 19 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/unix/system.c
* #include <netdb.h> if available, so that Solaris has MAXHOSTNAMELEN.
------------------------------------------------------------------------
rev 166: sam | 2003-09-19 13:46:13 +0200 (Fri, 19 Sep 2003) | 2 lines
Changed paths:
M /src/loadlib.c
* Fixed an invalid declaration that prevented compilation on HP-UX.
------------------------------------------------------------------------
rev 165: sam | 2003-09-19 13:45:16 +0200 (Fri, 19 Sep 2003) | 3 lines
Changed paths:
M /lib/misc/regexp.c
* Fixed function declarations in regexp.c that caused the Win32 plugin
to crash.
------------------------------------------------------------------------
rev 164: sam | 2003-09-19 10:54:08 +0200 (Fri, 19 Sep 2003) | 5 lines
Changed paths:
M /build-win32
M /configure.ac
M /lib/unix/Makefile.am
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/misc.c
M /lib/unix/passwd.c
M /lib/unix/process.c
M /lib/unix/signal.c
M /lib/unix/system.c
M /lib/unix/unix.h
M /lib/unix/wait.c
M /lib/xlib/Makefile.am
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* Added -no-undefined to all plugins' LDFLAGS.
* Disabled most of the unix plugin code under Windows.
* Replaced remaining index/rindex calls with strchr/strrchr.
* Updated the Win32 build.
------------------------------------------------------------------------
rev 163: sam | 2003-09-17 15:29:39 +0200 (Wed, 17 Sep 2003) | 3 lines
Changed paths:
M /src/io.c
M /src/libelk.c
M /src/loadlib.c
* Fixed the / and \ issues in path separators.
* Use strchr/strrchr instead of index/rindex.
------------------------------------------------------------------------
rev 162: sam | 2003-09-17 15:18:59 +0200 (Wed, 17 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /include/extern.h
M /include/misc.h
M /include/site.h.in
M /lib/misc/Makefile.am
M /src/Makefile.am
* Proper DLL symbol exporting under Win32.
------------------------------------------------------------------------
rev 161: sam | 2003-09-17 14:01:49 +0200 (Wed, 17 Sep 2003) | 3 lines
Changed paths:
M /lib/misc/bitstring.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
M /lib/unix/unix.c
M /lib/xlib/xinit.c
M /lib/xwidgets/motif/init.c
M /lib/xwidgets/xaw/init.c
M /lib/xwidgets/xtinit.c
M /scm/bitstring.scm
M /scm/gdbmtest.scm
M /scm/oops.scm
M /scm/record.scm
M /scm/regexp.scm
M /scm/struct.scm
M /scm/unix.scm
M /scm/xlib.scm
M /scm/xwidgets.scm
M /src/load.c
M /src/loadlib.c
* Do not open .so files, but look for the libtool .la library instead and
get the shared object's filename from it.
------------------------------------------------------------------------
rev 160: sam | 2003-09-17 04:26:57 +0200 (Wed, 17 Sep 2003) | 2 lines
Changed paths:
M /src/loadlib.c
M /src/stab-vanilla.c
* Typos and coding style.
------------------------------------------------------------------------
rev 159: sam | 2003-09-17 04:26:18 +0200 (Wed, 17 Sep 2003) | 2 lines
Changed paths:
M /scm/Makefile.am
* Fixed the distribution of .scm files that weren't installed.
------------------------------------------------------------------------
rev 158: sam | 2003-09-15 14:53:36 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
M /include/cstring.h
M /include/extern.h
M /include/intern.h
M /include/object.h
M /lib/misc/monitor.c
M /lib/misc/regexp.c
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/system.c
M /lib/unix/unix.c
M /lib/unix/unix.h
M /lib/xlib/graphics.c
M /lib/xlib/pixmap.c
M /lib/xlib/type.c
M /lib/xlib/xlib.h
M /lib/xwidgets/motif/support.d
M /lib/xwidgets/widget.c
M /src/bool.c
M /src/cont.c
M /src/cstring.c
M /src/dump-hp9k.c
M /src/feature.c
M /src/heap-gen.c
M /src/io.c
M /src/list.c
M /src/load.c
M /src/print.c
M /src/stab-bsd.c
M /src/stab-ecoff.c
M /src/stab-elf.c
M /src/stab-hp9k300.c
M /src/stab-hp9k800.c
M /src/string.c
M /src/symbol.c
M /src/vector.c
* Fixed all signed/unsigned and undeclared function warnings.
------------------------------------------------------------------------
rev 157: sam | 2003-09-15 13:47:51 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
M /configure.ac
M /debian/changelog
* Minor 3.99.3 release.
------------------------------------------------------------------------
rev 156: sam | 2003-09-15 13:09:21 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/misc/Makefile.am
* Disabled the monitor plugin because it relies on specific gcc features.
------------------------------------------------------------------------
rev 155: sam | 2003-09-15 11:12:16 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
M /doc/man/Makefile.am
* Fixed the manpage directory.
------------------------------------------------------------------------
rev 154: sam | 2003-09-15 10:59:33 +0200 (Mon, 15 Sep 2003) | 3 lines
Changed paths:
M /doc/man/Makefile.am
M /src/Makefile.am
* Use install-{exec,data}-hook instead of -local so that target directories
already exist when the rule is called.
------------------------------------------------------------------------
rev 153: sam | 2003-09-15 10:52:09 +0200 (Mon, 15 Sep 2003) | 3 lines
Changed paths:
M /doc/bitstring/Makefile.am
M /doc/cprog/Makefile.am
M /doc/kernel/Makefile.am
M /doc/man/Makefile.am
M /doc/oops/Makefile.am
M /doc/record/Makefile.am
M /doc/regexp/Makefile.am
M /doc/unix/Makefile.am
M /doc/usenix/Makefile.am
M /doc/xlib/Makefile.am
M /doc/xt/Makefile.am
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* **/Makefile.am: Use CLEANFILES instead of a new clean rule to remove
temporary files generated at build time.
------------------------------------------------------------------------
rev 152: sam | 2003-09-15 10:46:36 +0200 (Mon, 15 Sep 2003) | 7 lines
Changed paths:
M /debian/changelog
M /debian/rules
M /doc/man/Makefile.am
M /src/Makefile.am
* src/Makefile.am, doc/man/Makefile.am:
+ Create symlinks at install time.
* debian/rules:
+ Moved manpages to /usr/share/man (Closes: #210894).
+ Ignore plugins in the dh_makeshlibs call.
+ Removed the elk->scheme-elk link, it is done at make install time.
------------------------------------------------------------------------
rev 151: sam | 2003-09-13 08:33:51 +0200 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
M /build-win32
M /debian/changelog
* The 3.99.2 release is now ready.
------------------------------------------------------------------------
rev 150: sam | 2003-09-13 08:31:24 +0200 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /src/loadlib.c
* Plugin support for Win32.
------------------------------------------------------------------------
rev 149: sam | 2003-09-13 02:35:20 +0200 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
M /Makefile.am
A /build-win32
* Quick and dirty .zip generator for the Win32 version.
------------------------------------------------------------------------
rev 148: sam | 2003-09-13 02:34:58 +0200 (Sat, 13 Sep 2003) | 5 lines
Changed paths:
M /include/intern.h
M /src/Makefile.am
M /src/io.c
M /src/libelk.c
M /src/load.c
* Removed references to NOMAIN.
* Replaced / with \ under Win32.
* The Win32 version looks for .scm files in the scm subdirectory of the
executable's current directory.
------------------------------------------------------------------------
rev 147: sam | 2003-09-11 22:46:50 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /doc/bitstring
M /doc/cprog
M /doc/kernel
M /doc/man
M /doc/oops
M /doc/record
M /doc/regexp
M /doc/unix
M /doc/usenix
M /doc/xlib
M /doc/xt
* Made SVN ignore temporary files.
------------------------------------------------------------------------
rev 146: sam | 2003-09-11 22:44:17 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /debian/changelog
* Preparing new release.
------------------------------------------------------------------------
rev 145: sam | 2003-09-11 12:09:27 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /src/main.c
* Allocate a console under Win32, and wait for user input before closing it.
------------------------------------------------------------------------
rev 144: sam | 2003-09-11 10:47:10 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /debian/rules
M /doc/bitstring/Makefile.am
M /doc/cprog/Makefile.am
M /doc/kernel/Makefile.am
M /doc/man/Makefile.am
M /doc/oops/Makefile.am
M /doc/record/Makefile.am
M /doc/regexp/Makefile.am
M /doc/unix/Makefile.am
M /doc/usenix/Makefile.am
M /doc/xlib/Makefile.am
M /doc/xt/Makefile.am
* Install PostScript documentation into /usr/share/doc/elk/ps/.
------------------------------------------------------------------------
rev 143: sam | 2003-09-11 10:21:49 +0200 (Thu, 11 Sep 2003) | 9 lines
Changed paths:
M /configure.ac
M /debian/control
M /debian/elkdoc.docs
M /debian/rules
M /doc/bitstring/Makefile.am
D /doc/bitstring/bitstring.ps
M /doc/cprog/Makefile.am
D /doc/cprog/cprog.ps
M /doc/kernel/Makefile.am
D /doc/kernel/kernel.ps
M /doc/man/Makefile.am
D /doc/man/elk.ps
M /doc/oops/Makefile.am
D /doc/oops/oops.ps
M /doc/record/Makefile.am
D /doc/record/record.ps
M /doc/regexp/Makefile.am
D /doc/regexp/regexp.ps
M /doc/unix/Makefile.am
D /doc/unix/unix.ps
M /doc/usenix/Makefile.am
D /doc/usenix/usenix.ps
M /doc/xlib/Makefile.am
D /doc/xlib/xlib.ps
M /doc/xt/Makefile.am
D /doc/xt/xt.ps
* configure.ac:
+ Check for awk and groff.
+ Only build documentation if groff was found.
* debian/rules:
+ Move .ps documentation to the elkdoc package.
* doc/*:
+ Removed *.ps files from CVS.
+ Added proper build rules for *.ps files.
------------------------------------------------------------------------
rev 142: sam | 2003-09-11 08:57:26 +0200 (Thu, 11 Sep 2003) | 4 lines
Changed paths:
M /configure.ac
M /src/load.c
* Renamed OBJ_DIR into LIB_DIR.
* Fixed SCM_DIR and LIB_DIR so that they take ${prefix} into account.
* Added -I $(top_builddir)/include to INCLUDES.
------------------------------------------------------------------------
rev 141: sam | 2003-09-11 01:26:02 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /src/main.c
* Allocate a DOS command window under Win32.
------------------------------------------------------------------------
rev 140: sam | 2003-09-11 00:40:44 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Fix HP-UX crashes by defining ARRAY_BROKEN on this platform.
------------------------------------------------------------------------
rev 139: sam | 2003-09-10 17:10:11 +0200 (Wed, 10 Sep 2003) | 6 lines
Changed paths:
M /configure.ac
M /include/object.h
M /include/site.h.in
* configure.ac:
+ Prefer the C99 inttypes.h rather than stdint.h.
+ Use AC_FUNC_ALLOCA instead of AC_CHECK_FUNCS(alloca).
* include/object.h:
+ Removed a legacy #include <stdint.h>.
------------------------------------------------------------------------
rev 138: sam | 2003-09-10 17:08:00 +0200 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
M /BUGS
M /src/heap-gen.c
* Fixed a bug in the garbage collector.
------------------------------------------------------------------------
rev 137: sam | 2003-09-10 01:13:50 +0200 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
M /lib/misc/bitstring.c
M /lib/xlib/property.c
M /lib/xwidgets/context.c
M /lib/xwidgets/function.c
M /lib/xwidgets/resource.c
M /src/bool.c
M /src/symbol.c
* Replaced bcopy/bzero/bcmp with memcpu/memeset/memcmp.
------------------------------------------------------------------------
rev 136: sam | 2003-09-09 22:58:45 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /doc/Makefile.am
* Do not recurse into util/ since we no longer need to build mkindex.
------------------------------------------------------------------------
rev 135: sam | 2003-09-09 22:57:43 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /doc/util/Makefile.am
A /doc/util/mkindex.awk
D /doc/util/mkindex.c
* Rewrote mkindex.c in awk.
------------------------------------------------------------------------
rev 134: sam | 2003-09-09 21:22:37 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /doc/util/mkindex.c
* Added comments to mkindex.c, to make its conversion easier.
------------------------------------------------------------------------
rev 133: sam | 2003-09-09 20:40:42 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /src
* Hide elk.exe from SVN, now that the cygwin and mingw32 ports work.
------------------------------------------------------------------------
rev 132: sam | 2003-09-09 20:35:16 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /src/math.c
* Do not declare random(), in case the prototype changes.
------------------------------------------------------------------------
rev 131: sam | 2003-09-09 18:52:37 +0200 (Tue, 09 Sep 2003) | 2 lines
Changed paths:
M /src/libelk.c
* Fixed a typo preventing the inclusion of sys/resource.h.
------------------------------------------------------------------------
rev 130: sam | 2003-09-09 17:18:55 +0200 (Tue, 09 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /include/exception.h
M /include/intern.h
M /include/object.h
M /include/scheme.h
M /include/stkmem.h
M /lib/unix/signal.c
M /src/cont.c
M /src/exception.c
M /src/heap-gen.c
M /src/heap-sc.c
M /src/io.c
M /src/libelk.c
M /src/proc.c
M /src/read.c
M /src/stkmem.c
* Added more system checks.
* Now builds on Win32.
------------------------------------------------------------------------
rev 129: sam | 2003-09-09 15:30:23 +0200 (Tue, 09 Sep 2003) | 4 lines
Changed paths:
M /configure.ac
M /src/loadlib.c
* Enhanced the dlopen() checks, especially for platforms that do not
need -ldl.
* Ported the plugin loading code to the HP-UX shl_load() system.
------------------------------------------------------------------------
rev 128: sam | 2003-09-09 14:07:48 +0200 (Tue, 09 Sep 2003) | 3 lines
Changed paths:
M /bootstrap
* Code clean-up.
* Made bootstrap work on OS X, by calling glibtoolize instead of libtoolize.
------------------------------------------------------------------------
rev 127: sam | 2003-09-08 00:33:32 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /NEWS
* Updated ChangeLog and NEWS for the 3.99.1 release.
------------------------------------------------------------------------
rev 126: sam | 2003-09-08 00:10:41 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
* Updated ChangeLog.
------------------------------------------------------------------------
rev 125: sam | 2003-09-08 00:07:33 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /src/loadlib.c
* Implemented the dyld plugin loader for OS X.
------------------------------------------------------------------------
rev 124: sam | 2003-09-07 22:23:47 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Added a check for Darwin's dyld API, that we'll prefer over dlopen.
------------------------------------------------------------------------
rev 123: sam | 2003-09-07 16:41:10 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/xaw/Makefile.am
* Fixed the build of the xaw plugin.
------------------------------------------------------------------------
rev 122: sam | 2003-09-07 16:28:01 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /src/print.c
M /src/read.c
* Fixed many tests for termio.h, termios.h, TIOCFLUSH, etc.
------------------------------------------------------------------------
rev 121: sam | 2003-09-07 15:13:18 +0200 (Sun, 07 Sep 2003) | 4 lines
Changed paths:
M /src/Makefile.am
M /src/loadlib.c
D /src/stab-unix.c
A /src/stab-vanilla.c (from /src/stab-unix.c:119)
* Renamed stab-unix.c to stab-vanilla.c.
* Implemented string parsing in stab-vanilla.c, so that libelf is no
longer required.
------------------------------------------------------------------------
rev 120: sam | 2003-09-07 15:12:27 +0200 (Sun, 07 Sep 2003) | 3 lines
Changed paths:
M /src/stab.c
* Fixed a crash for symbols found in the list but that dlopen() could not
properly load.
------------------------------------------------------------------------
rev 119: sam | 2003-09-07 13:25:04 +0200 (Sun, 07 Sep 2003) | 4 lines
Changed paths:
M /src/Makefile.am
M /src/stab-elf.c
A /src/stab-unix.c
M /src/stab.c
* Disabled non-libelf stab files.
* Added a stab-unix.c file which is a placeholder for future nm|objdump
implementations.
------------------------------------------------------------------------
rev 118: sam | 2003-09-07 13:18:38 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Fixed a typo in the configuration summary.
------------------------------------------------------------------------
rev 117: sam | 2003-09-07 11:56:55 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /src/loadlib.c
* Oops, fixed a misplaced #ifdef.
------------------------------------------------------------------------
rev 116: sam | 2003-09-07 11:55:56 +0200 (Sun, 07 Sep 2003) | 4 lines
Changed paths:
M /src/Makefile.am
M /src/feature.c
M /src/libelk.c
D /src/load-dl.c
D /src/load-ld.c
D /src/load-rld.c
D /src/load-shl.c
M /src/load.c
A /src/loadlib.c (from /src/load-dl.c:107)
M /src/stab.c
* Renamed load-dl.c into loadlib.c.
* Removed support for bizarre dynamic linkers, will re-add them later.
* Removed support for object linking with ld.
------------------------------------------------------------------------
rev 115: sam | 2003-09-07 03:33:17 +0200 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /src/load.c
* Got rid of CAN_LOAD_OBJ. We'll only use dlopen()-like functions now.
------------------------------------------------------------------------
rev 114: sam | 2003-09-06 18:19:02 +0200 (Sat, 06 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /src/Makefile.am
* Removed the hardcoded -lelf from src/Makefile.am.
* Moved the hardcoded -lm -ldl from src/Makefile.am to configure.ac.
------------------------------------------------------------------------
rev 113: sam | 2003-09-06 18:05:42 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Conditionally define CAN_DUMP, CAN_LOAD_OBJ and CAN_LOAD_LIB.
------------------------------------------------------------------------
rev 112: sam | 2003-09-06 18:05:13 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /src/libelk.c
* Fixed a compile problem when CAN_DUMP is not defined.
------------------------------------------------------------------------
rev 111: sam | 2003-09-06 17:43:16 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /src/dump.c
* Fixed typo (HAVE_ELF/HAVE_LIBELF).
------------------------------------------------------------------------
rev 110: sam | 2003-09-06 17:41:48 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /src/heap-gen.c
* Renamed "link" into "linked" because of namespace collision with libc.
------------------------------------------------------------------------
rev 109: sam | 2003-09-06 17:30:43 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /include/misc.h
M /include/object.h
M /src/dump-elf.c
M /src/dump.c
M /src/env.c
M /src/heap-gen.c
M /src/heap.c
M /src/libelk.c
* Replaced ptrdiff_t with intptr_t.
------------------------------------------------------------------------
rev 108: sam | 2003-09-06 17:29:30 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /src/Makefile.am
* Removed -DINIT_OBJECTS from the compilation flags.
------------------------------------------------------------------------
rev 107: sam | 2003-09-06 16:46:24 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /include/object.h
M /src/dump-elf.c
M /src/libelk.c
* <malloc.h> is deprecated, replaced with <stdlib.h>.
------------------------------------------------------------------------
rev 106: sam | 2003-09-06 16:45:29 +0200 (Sat, 06 Sep 2003) | 4 lines
Changed paths:
M /configure.ac
M /debian/changelog
M /include/kernel.h
M /include/scheme.h
M /src/read.c
M /src/stab.c
* Checked for libelf, and replaced hardcoded #define ELF with HAVE_LIBELF
tests.
* #include "site.h" in kernel.h.
------------------------------------------------------------------------
rev 105: sam | 2003-09-06 14:33:55 +0200 (Sat, 06 Sep 2003) | 3 lines
Changed paths:
M /configure.ac
M /include/extern.h
M /include/misc.h
M /include/site.h.in
M /src/error.c
M /src/exception.c
M /src/libelk.c
M /src/proc.c
M /src/read.c
* Removed the autoconf check for __attribute__((noreturn)) and used plain
C checks.
------------------------------------------------------------------------
rev 104: sam | 2003-09-06 13:27:05 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
D /lib/xlib/Include.am
M /lib/xlib/Makefile.am
* Removed lib/xlib/Include.am because no other plugin needs it.
------------------------------------------------------------------------
rev 103: sam | 2003-09-06 13:25:29 +0200 (Sat, 06 Sep 2003) | 4 lines
Changed paths:
M /include
M /include/Makefile.am
M /include/kernel.h
M /include/scheme.h
A /include/site.h.in
M /lib/misc/bitstring.c
M /lib/misc/debug.c
M /lib/misc/elk-eval.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/monitor.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
M /lib/unix/unix.h
M /lib/xlib/xlib.h
M /src/autoload.c
M /src/bignum.c
M /src/bool.c
M /src/char.c
M /src/cont.c
M /src/cstring.c
M /src/debug.c
M /src/dump.c
M /src/env.c
M /src/error.c
M /src/exception.c
M /src/feature.c
M /src/heap.c
M /src/io.c
M /src/libelk.c
M /src/list.c
M /src/load.c
M /src/main.c
M /src/malloc.c
M /src/math.c
M /src/onfork.c
M /src/prim.c
M /src/print.c
M /src/proc.c
M /src/promise.c
M /src/read.c
M /src/special.c
M /src/stab.c
M /src/stkmem.c
M /src/string.c
M /src/symbol.c
M /src/terminate.c
M /src/type.c
M /src/vector.c
* scheme.h and kernel.h no longer include config.h
* Hence included config.h in all C files.
* Added site.h which will replace config.h for installed headers.
------------------------------------------------------------------------
rev 102: sam | 2003-09-06 13:23:33 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /ChangeLog
M /Makefile.am
M /debian/elk.docs
M /debian/elkdoc.docs
M /debian/rules
* Added a ChangeLog file (simple "svn log -v").
------------------------------------------------------------------------
rev 101: sam | 2003-09-06 13:20:46 +0200 (Sat, 06 Sep 2003) | 3 lines
Changed paths:
M /scm/Makefile.am
* Do not distribute xlib.scm if X11 support wasn't found.
* Ditto for motif.scm, xaw.scm and xwidgets.scm.
------------------------------------------------------------------------
rev 100: sam | 2003-09-06 13:15:57 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/xlib/Makefile.am
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* Added autoconf checks for -lgdbm, X11, Xaw and Motif.
------------------------------------------------------------------------
rev 99: sam | 2003-09-06 04:33:10 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /include/extern.h
M /src/error.c
M /src/exception.c
M /src/libelk.c
M /src/proc.c
M /src/read.c
* Don't use __attribute__ if not using GNU C.
------------------------------------------------------------------------
rev 98: sam | 2003-09-06 04:17:09 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/misc/Makefile.am
M /scm/Makefile.am
* Don't build gdbm.so if libgdbm isn't found.
------------------------------------------------------------------------
rev 97: sam | 2003-09-06 03:57:13 +0200 (Sat, 06 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/misc/Makefile.am
* Don't compile newhandler.cpp if no C++ compiler is present.
------------------------------------------------------------------------
rev 96: sam | 2003-09-04 17:46:19 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /debian/Makefile.am
D /debian/README.Debian
* Removed debian/README.Debian. File locations are no longer debian-related.
------------------------------------------------------------------------
rev 95: sam | 2003-09-04 17:42:28 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/mkwidget.scm
* Removed ALIASES-related stuff. We're in the XXIst century, dudes.
------------------------------------------------------------------------
rev 94: sam | 2003-09-04 17:33:02 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /doc/util/mkindex.c
* Fixed some K&R stuff in mkindex.c.
------------------------------------------------------------------------
rev 93: sam | 2003-09-04 17:30:04 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/accelerator.c
M /lib/xwidgets/action.c
M /lib/xwidgets/callback.c
M /lib/xwidgets/class.c
M /lib/xwidgets/classname.c
M /lib/xwidgets/context.c
M /lib/xwidgets/converter.c
M /lib/xwidgets/function.c
M /lib/xwidgets/identifier.c
M /lib/xwidgets/mkwidget.scm
M /lib/xwidgets/motif/init.c
M /lib/xwidgets/motif/list.d
M /lib/xwidgets/motif/row-column.d
M /lib/xwidgets/motif/scale.d
M /lib/xwidgets/motif/scroll-bar.d
M /lib/xwidgets/motif/support.d
M /lib/xwidgets/popup.c
M /lib/xwidgets/resource.c
M /lib/xwidgets/translation.c
M /lib/xwidgets/widget.c
M /lib/xwidgets/xaw/grip.d
M /lib/xwidgets/xaw/init.c
M /lib/xwidgets/xaw/list.d
M /lib/xwidgets/xaw/stripchart.d
M /lib/xwidgets/xterror.c
M /lib/xwidgets/xtinit.c
M /lib/xwidgets/xtobjects.c
* Muahaha! No more friggin K&R stuff!
------------------------------------------------------------------------
rev 92: sam | 2003-09-04 16:33:43 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /src/io.c
M /src/terminate.c
* Some bloody K&R function definition were missing.
------------------------------------------------------------------------
rev 91: sam | 2003-09-04 16:32:13 +0200 (Thu, 04 Sep 2003) | 3 lines
Changed paths:
M /lib/xlib/client.c
M /lib/xlib/color.c
M /lib/xlib/colormap.c
M /lib/xlib/cursor.c
M /lib/xlib/display.c
M /lib/xlib/event.c
M /lib/xlib/extension.c
M /lib/xlib/font.c
M /lib/xlib/gcontext.c
M /lib/xlib/grab.c
M /lib/xlib/graphics.c
M /lib/xlib/key.c
M /lib/xlib/pixel.c
M /lib/xlib/pixmap.c
M /lib/xlib/property.c
M /lib/xlib/text.c
M /lib/xlib/type.c
M /lib/xlib/util.c
M /lib/xlib/window.c
M /lib/xlib/wm.c
M /lib/xlib/xerror.c
M /lib/xlib/xinit.c
M /lib/xlib/xlib.h
M /lib/xlib/xobjects.c
* Fixed compilation warnings.
* Removed fucking K&R syntax.
------------------------------------------------------------------------
rev 90: sam | 2003-09-04 16:30:21 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/misc/gdbm.c
M /lib/unix/process.c
M /lib/unix/wait.c
* Fixed remaining K&R shit.
------------------------------------------------------------------------
rev 89: sam | 2003-09-04 15:29:16 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/unix/error.c
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/lock.c
M /lib/unix/misc.c
M /lib/unix/passwd.c
M /lib/unix/process.c
M /lib/unix/signal.c
M /lib/unix/system.c
M /lib/unix/temp.c
M /lib/unix/time.c
M /lib/unix/unix.c
M /lib/unix/wait.c
* Fucking K&R syntax!
------------------------------------------------------------------------
rev 88: sam | 2003-09-04 14:46:44 +0200 (Thu, 04 Sep 2003) | 3 lines
Changed paths:
M /examples/Makefile.am
A /examples/motif (from /examples/xm:84)
M /examples/motif/drawing-area.scm
M /examples/motif/list.scm
M /examples/motif/main-window.scm
M /examples/motif/message-dialog.scm
M /examples/motif/option-menu.scm
M /examples/motif/popup-menu.scm
M /examples/motif/pulldown-menu.scm
M /examples/motif/radio.scm
M /examples/motif/scroll-bar.scm
M /examples/motif/selection-box.scm
M /examples/motif/vcr.scm
M /examples/xaw/accel.scm
M /examples/xaw/clickcount.scm
M /examples/xaw/dialog.scm
M /examples/xaw/grip.scm
M /examples/xaw/list.scm
M /examples/xaw/paned.scm
M /examples/xaw/panner.scm
M /examples/xaw/popup.scm
M /examples/xaw/porthole.scm
M /examples/xaw/pulldown.scm
M /examples/xaw/scrollbar.scm
M /examples/xaw/scrollbox.scm
M /examples/xaw/stripchart.scm
M /examples/xaw/text.scm
M /examples/xaw/tree.scm
M /examples/xaw/viewport.scm
D /examples/xm
* Renamed examples/xm into examples/motif.
* Fixed example files so that they fit with the new xaw.scm and motif.scm.
------------------------------------------------------------------------
rev 87: sam | 2003-09-04 14:45:48 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /scm/motif.scm
M /scm/xaw.scm
M /scm/xlib.scm
M /scm/xwidgets.scm
* Beautified xaw and motif Scheme files.
------------------------------------------------------------------------
rev 86: sam | 2003-09-04 14:45:17 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
D /src/build
* Removed unused obsolete build file.
------------------------------------------------------------------------
rev 85: sam | 2003-09-04 14:44:54 +0200 (Thu, 04 Sep 2003) | 3 lines
Changed paths:
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/motif/Makefile.am
A /lib/xwidgets/motif/init.c
M /lib/xwidgets/xaw/Makefile.am
A /lib/xwidgets/xaw/init.c
* Renamed xaw-common.so to xaw-xt.so and motif-common.so to motif-xt.so.
* Added init.c to xaw-xt.so and motif-xt.so for proper initialisation.
------------------------------------------------------------------------
rev 84: sam | 2003-09-04 13:26:55 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/misc/bitstring.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
M /lib/unix/unix.c
M /lib/xlib/xinit.c
M /lib/xwidgets/xtinit.c
* Provide foo.so, not foo.o.
------------------------------------------------------------------------
rev 83: sam | 2003-09-04 13:26:39 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* Cosmetic fixes.
------------------------------------------------------------------------
rev 82: sam | 2003-09-04 12:40:16 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /scm/Makefile.am
D /scm/xt.scm
A /scm/xwidgets.scm (from /scm/xt.scm:81)
* Renamed xt.scm to xwidgets.scm.
------------------------------------------------------------------------
rev 81: sam | 2003-09-04 12:39:47 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /scm/Makefile.am
A /scm/xaw.scm (from /scm/xwidgets.scm:72)
M /scm/xt.scm
D /scm/xwidgets.scm
* Renamed xwidgets.scm to xaw.scm.
------------------------------------------------------------------------
rev 80: sam | 2003-09-04 11:28:57 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /lib/xwidgets/motif/Makefile.am
* Forgot a small xm/motif fix.
------------------------------------------------------------------------
rev 79: sam | 2003-09-04 11:23:22 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/xlib/client.c
M /lib/xlib/color.c
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
A /lib/xwidgets/motif (from /lib/xwidgets/xm:78)
D /lib/xwidgets/xm
* Re-renamed xm to motif (SVN rules).
------------------------------------------------------------------------
rev 78: sam | 2003-09-04 00:59:20 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
D /lib/xwidgets/motif
A /lib/xwidgets/xm (from /lib/xwidgets/motif:77)
M /lib/xwidgets/xm/Makefile.am
* Changed motif back to xm.
------------------------------------------------------------------------
rev 77: sam | 2003-09-04 00:56:02 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
D /lib/xwidgets/Include.am
M /lib/xwidgets/Makefile.am
M /lib/xwidgets/mkwidget.scm
M /lib/xwidgets/motif/Makefile.am
M /lib/xwidgets/xaw/Makefile.am
* Rebuild everything properly.
------------------------------------------------------------------------
rev 76: sam | 2003-09-04 00:00:01 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/Makefile.am
D /lib/xaw
D /lib/xm
D /lib/xt
A /lib/xwidgets (from /lib/xt:75)
M /lib/xwidgets/Makefile.am
A /lib/xwidgets/motif (from /lib/xm:75)
A /lib/xwidgets/xaw (from /lib/xaw:75)
* Moved some directories.
------------------------------------------------------------------------
rev 75: sam | 2003-09-03 02:51:27 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /debian/changelog
M /debian/control
M /debian/rules
* Fixed packaging.
------------------------------------------------------------------------
rev 74: sam | 2003-09-03 02:05:48 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /configure.ac
* Removed useless line in configure.ac.
------------------------------------------------------------------------
rev 73: sam | 2003-09-03 02:01:26 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /Makefile.am
D /util
* Scrapped util.
------------------------------------------------------------------------
rev 72: sam | 2003-09-03 01:53:31 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
D /lib/xaw/clock.d
* Removed obsolete file.
------------------------------------------------------------------------
rev 71: sam | 2003-09-03 01:53:22 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /Makefile.am
M /doc/bitstring/Makefile.am
M /doc/cprog/Makefile.am
M /doc/kernel/Makefile.am
M /doc/man/Makefile.am
M /doc/oops/Makefile.am
M /doc/record/Makefile.am
M /doc/regexp/Makefile.am
M /doc/unix/Makefile.am
M /doc/usenix/Makefile.am
M /doc/util/Makefile.am
M /doc/xlib/Makefile.am
M /doc/xt/Makefile.am
M /src/Makefile.am
* Fixed make dist.
------------------------------------------------------------------------
rev 70: sam | 2003-09-03 01:37:49 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /scm/xwidgets.scm
* Fixed xwidgets.scm to work with xm.so.
------------------------------------------------------------------------
rev 69: sam | 2003-09-03 01:23:17 +0200 (Wed, 03 Sep 2003) | 2 lines
Changed paths:
M /examples/c++/class.cpp
M /examples/c++/constructor.cpp
* Updated examples (compilation flags, coding style)
------------------------------------------------------------------------
rev 68: sam | 2003-09-02 11:54:47 +0200 (Tue, 02 Sep 2003) | 2 lines
Changed paths:
M /util/alloca.c
* Fuck K&R !
------------------------------------------------------------------------
rev 67: sam | 2003-09-02 11:51:35 +0200 (Tue, 02 Sep 2003) | 2 lines
Changed paths:
M /lib/unix/error.c
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/lock.c
M /lib/unix/misc.c
M /lib/unix/passwd.c
M /lib/unix/process.c
M /lib/unix/signal.c
M /lib/unix/system.c
M /lib/unix/temp.c
M /lib/unix/time.c
M /lib/unix/unix.c
M /lib/unix/unix.h
M /lib/unix/wait.c
M /lib/xaw/ascii.d
M /lib/xaw/box.d
M /lib/xaw/clock.d
M /lib/xaw/command.d
M /lib/xaw/dialog.d
M /lib/xaw/form.d
M /lib/xaw/grip.d
M /lib/xaw/label.d
M /lib/xaw/list.d
M /lib/xaw/menubutton.d
M /lib/xaw/paned.d
M /lib/xaw/panner.d
M /lib/xaw/porthole.d
M /lib/xaw/repeater.d
M /lib/xaw/scrollbar.d
M /lib/xaw/shell.d
M /lib/xaw/simplemenu.d
M /lib/xaw/sme.d
M /lib/xaw/smebsb.d
M /lib/xaw/smeline.d
M /lib/xaw/stripchart.d
M /lib/xaw/toggle.d
M /lib/xaw/tree.d
M /lib/xaw/viewport.d
M /lib/xlib/client.c
M /lib/xlib/color.c
M /lib/xlib/colormap.c
M /lib/xlib/cursor.c
M /lib/xlib/display.c
M /lib/xlib/event.c
M /lib/xlib/extension.c
M /lib/xlib/font.c
M /lib/xlib/gcontext.c
M /lib/xlib/grab.c
M /lib/xlib/graphics.c
M /lib/xlib/key.c
M /lib/xlib/pixel.c
M /lib/xlib/pixmap.c
M /lib/xlib/property.c
M /lib/xlib/text.c
M /lib/xlib/type.c
M /lib/xlib/util.c
M /lib/xlib/window.c
M /lib/xlib/wm.c
M /lib/xlib/xerror.c
M /lib/xlib/xinit.c
M /lib/xlib/xlib.h
M /lib/xlib/xobjects.c
M /lib/xm/arrow-button.d
M /lib/xm/bulletin-brd.d
M /lib/xm/cascade-btn.d
M /lib/xm/command.d
M /lib/xm/drawing-area.d
M /lib/xm/drawn-button.d
M /lib/xm/file-selectn.d
M /lib/xm/form.d
M /lib/xm/frame.d
M /lib/xm/label.d
M /lib/xm/list.d
M /lib/xm/main-window.d
M /lib/xm/message-box.d
M /lib/xm/paned-window.d
M /lib/xm/push-button.d
M /lib/xm/row-column.d
M /lib/xm/scale.d
M /lib/xm/scroll-bar.d
M /lib/xm/scrolled-win.d
M /lib/xm/selectn-box.d
M /lib/xm/separator.d
M /lib/xm/shell.d
M /lib/xm/support.d
M /lib/xm/text.d
M /lib/xm/toggle-btn.d
M /lib/xt/accelerator.c
M /lib/xt/action.c
M /lib/xt/callback.c
M /lib/xt/class.c
M /lib/xt/classname.c
M /lib/xt/context.c
M /lib/xt/converter.c
M /lib/xt/function.c
M /lib/xt/identifier.c
M /lib/xt/popup.c
M /lib/xt/resource.c
M /lib/xt/translation.c
M /lib/xt/widget.c
M /lib/xt/xt.h
M /lib/xt/xterror.c
M /lib/xt/xtinit.c
M /lib/xt/xtobjects.c
* Added proper license information in all files and set the $Id property.
------------------------------------------------------------------------
rev 66: sam | 2003-09-02 10:12:11 +0200 (Tue, 02 Sep 2003) | 2 lines
Changed paths:
M /doc/util/mkindex.c
M /examples/c++/class.cpp
M /include/cstring.h
M /include/exception.h
M /include/gc.h
M /include/misc.h
M /include/object.h
M /include/stkmem.h
M /include/type.h
M /lib/misc/bitstring.c
M /lib/misc/elk-eval.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/monitor.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
M /lib/unix/error.c
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/lock.c
M /lib/unix/misc.c
M /lib/unix/passwd.c
M /lib/unix/process.c
M /lib/unix/signal.c
M /lib/unix/system.c
M /lib/unix/temp.c
M /lib/unix/time.c
M /lib/unix/unix.c
M /lib/unix/unix.h
M /lib/unix/wait.c
M /lib/xlib/client.c
M /lib/xlib/color.c
M /lib/xlib/colormap.c
M /lib/xlib/cursor.c
M /lib/xlib/display.c
M /lib/xlib/event.c
M /lib/xlib/extension.c
M /lib/xlib/font.c
M /lib/xlib/gcontext.c
M /lib/xlib/grab.c
M /lib/xlib/graphics.c
M /lib/xlib/key.c
M /lib/xlib/pixel.c
M /lib/xlib/pixmap.c
M /lib/xlib/property.c
M /lib/xlib/text.c
M /lib/xlib/type.c
M /lib/xlib/util.c
M /lib/xlib/window.c
M /lib/xlib/wm.c
M /lib/xlib/xerror.c
M /lib/xlib/xinit.c
M /lib/xlib/xlib.h
M /lib/xlib/xobjects.c
M /lib/xt/accelerator.c
M /lib/xt/action.c
M /lib/xt/callback.c
M /lib/xt/class.c
M /lib/xt/classname.c
M /lib/xt/context.c
M /lib/xt/converter.c
M /lib/xt/function.c
M /lib/xt/identifier.c
M /lib/xt/popup.c
M /lib/xt/resource.c
M /lib/xt/translation.c
M /lib/xt/widget.c
M /lib/xt/xt.h
M /lib/xt/xterror.c
M /lib/xt/xtinit.c
M /lib/xt/xtobjects.c
M /src/autoload.c
M /src/bignum.c
M /src/bool.c
M /src/char.c
M /src/cont.c
M /src/cstring.c
M /src/debug.c
M /src/dump-ecoff.c
M /src/dump-elf.c
M /src/dump-hp9k.c
M /src/dump-vanilla.c
M /src/dump.c
M /src/env.c
M /src/error.c
M /src/exception.c
M /src/feature.c
M /src/heap-gen.c
M /src/heap-sc.c
M /src/heap.c
M /src/io.c
M /src/libelk.c
M /src/list.c
M /src/load-dl.c
M /src/load-ld.c
M /src/load-rld.c
M /src/load-shl.c
M /src/load.c
M /src/malloc.c
M /src/math.c
M /src/onfork.c
M /src/prim.c
M /src/print.c
M /src/proc.c
M /src/promise.c
M /src/read.c
M /src/special.c
M /src/stab-bsd.c
M /src/stab-coff.c
M /src/stab-convex.c
M /src/stab-ecoff.c
M /src/stab-elf.c
M /src/stab-hp9k300.c
M /src/stab-hp9k800.c
M /src/stab-macho.c
M /src/stab.c
M /src/stkmem.c
M /src/string.c
M /src/symbol.c
M /src/terminate.c
M /src/type.c
M /src/vector.c
* No TABS !!
------------------------------------------------------------------------
rev 65: sam | 2003-09-01 19:06:43 +0200 (Mon, 01 Sep 2003) | 3 lines
Changed paths:
M /lib/misc/bitstring.c
M /lib/misc/debug.c
M /lib/misc/elk-eval.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/monitor.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
* Added $Id and copyright information to all .c files in lib/misc/
* Fixed old shitty K&R syntax.
------------------------------------------------------------------------
rev 64: sam | 2003-08-30 18:47:54 +0200 (Sat, 30 Aug 2003) | 2 lines
Changed paths:
M /include/compat.h
M /include/cstring.h
M /include/exception.h
M /include/extern.h
M /include/funcproto.h
M /include/gc.h
M /include/intern.h
M /include/kernel.h
M /include/misc.h
M /include/object.h
M /include/param.h
M /include/scheme.h
M /include/stkmem.h
M /include/type.h
M /src/autoload.c
M /src/bignum.c
M /src/bool.c
M /src/char.c
M /src/cont.c
M /src/cstring.c
M /src/debug.c
M /src/dump-ecoff.c
M /src/dump-elf.c
M /src/dump-hp9k.c
M /src/dump-vanilla.c
M /src/dump.c
M /src/env.c
M /src/error.c
M /src/exception.c
M /src/feature.c
M /src/heap-gen.c
M /src/heap-sc.c
M /src/heap.c
M /src/io.c
M /src/libelk.c
M /src/list.c
M /src/load-dl.c
M /src/load-ld.c
M /src/load-rld.c
M /src/load-shl.c
M /src/load.c
M /src/main.c
M /src/malloc.c
M /src/math.c
M /src/onfork.c
M /src/prim.c
M /src/print.c
M /src/proc.c
M /src/promise.c
M /src/read.c
M /src/special.c
M /src/stab-bsd.c
M /src/stab-coff.c
M /src/stab-convex.c
M /src/stab-ecoff.c
M /src/stab-elf.c
M /src/stab-hp9k300.c
M /src/stab-hp9k800.c
M /src/stab-macho.c
M /src/stab.c
M /src/stkmem.c
M /src/string.c
M /src/symbol.c
M /src/terminate.c
M /src/type.c
M /src/vector.c
* Added $Id and copyright information to all .c and .h files in the kernel.
------------------------------------------------------------------------
rev 63: sam | 2003-08-30 18:16:52 +0200 (Sat, 30 Aug 2003) | 2 lines
Changed paths:
M /AUTHORS
M /BUGS
M /INSTALL
M /MACHINES
M /MIGRATE
M /README
M /TODO
M /configure.ac
* Fixed the $Id stuff.
------------------------------------------------------------------------
rev 62: sam | 2003-08-30 18:16:40 +0200 (Sat, 30 Aug 2003) | 2 lines
Changed paths:
M /NEWS
* Redid the layout of the NEWS file.
------------------------------------------------------------------------
rev 61: sam | 2003-08-30 18:07:52 +0200 (Sat, 30 Aug 2003) | 4 lines
Changed paths:
M /AUTHORS
M /BUGS
M /INSTALL
M /MACHINES
M /MIGRATE
M /NEWS
M /README
D /ROADMAP
M /TODO
* Added $Id tags to the root documentation files.
* Merged ROADMAP into README.
* Prepared 4.0 here and there.
------------------------------------------------------------------------
rev 60: sam | 2003-08-28 11:40:34 +0200 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
M /lib/xaw/Makefile.am
M /lib/xlib/Makefile.am
M /lib/xm/Makefile.am
M /lib/xt/Makefile.am
* Use XAW_LIBS etc. to build plugins.
------------------------------------------------------------------------
rev 59: sam | 2003-08-28 11:39:36 +0200 (Thu, 28 Aug 2003) | 6 lines
Changed paths:
M /debian/Makefile.am
A /debian/elkdoc.dirs
M /debian/rules
* debian/Makefile.am:
+ Distribute more debian/* files.
* debian/rules:
+ No longer use dh_installexamples, since the package does it for us.
+ Ditto for dh_installman.
------------------------------------------------------------------------
rev 58: sam | 2003-08-28 11:38:08 +0200 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
D /lib/xaw/Makefile
* Removed a legacy Makefile.
------------------------------------------------------------------------
rev 57: sam | 2003-08-27 10:27:15 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /Makefile.am
* Recurse into doc/ and examples/ during the build.
------------------------------------------------------------------------
rev 56: sam | 2003-08-27 03:17:40 +0200 (Wed, 27 Aug 2003) | 4 lines
Changed paths:
M /configure.ac
* configure.ac:
+ Generate the doc/* Makefiles.
+ Export XAW_LIBS and so on to the Makefiles.
------------------------------------------------------------------------
rev 55: sam | 2003-08-27 03:15:32 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /doc/Makefile.am
M /doc/bitstring
D /doc/bitstring/Makefile
A /doc/bitstring/Makefile.am
M /doc/cprog
D /doc/cprog/Makefile
A /doc/cprog/Makefile.am
M /doc/kernel
D /doc/kernel/Makefile
A /doc/kernel/Makefile.am
M /doc/man
D /doc/man/Makefile
A /doc/man/Makefile.am
D /doc/man/scheme.1
M /doc/oops
D /doc/oops/Makefile
A /doc/oops/Makefile.am
M /doc/record
D /doc/record/Makefile
A /doc/record/Makefile.am
M /doc/regexp
D /doc/regexp/Makefile
A /doc/regexp/Makefile.am
M /doc/unix
D /doc/unix/Makefile
A /doc/unix/Makefile.am
M /doc/usenix
D /doc/usenix/Makefile
A /doc/usenix/Makefile.am
M /doc/util
D /doc/util/Makefile
A /doc/util/Makefile.am
M /doc/xlib
D /doc/xlib/Makefile
A /doc/xlib/Makefile.am
M /doc/xt
D /doc/xt/Makefile
A /doc/xt/Makefile.am
* Beginning of the autoconfiscation of the documentation.
------------------------------------------------------------------------
rev 54: sam | 2003-08-27 03:13:53 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /scm/Makefile.am
* Do not forget to distribute our .scm files with the tarball.
------------------------------------------------------------------------
rev 53: sam | 2003-08-27 03:13:02 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /examples/Makefile.am
* Added the example files to both the distribution and the installed doc.
------------------------------------------------------------------------
rev 52: sam | 2003-08-27 03:11:36 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /examples/c++/class.cpp
M /examples/c++/constructor.cpp
* Fixed build instructions for the C++ examples.
------------------------------------------------------------------------
rev 51: sam | 2003-08-27 01:45:30 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /lib/xm/Makefile.am
M /lib/xt/Makefile.am
* Removed subdirs-objects, it was causing `make distclean' to fail.
------------------------------------------------------------------------
rev 50: sam | 2003-08-27 01:30:22 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /lib/xt/Include.am
D /lib/xt/error.c
D /lib/xt/init.c
D /lib/xt/objects.c
A /lib/xt/xterror.c (from /lib/xt/error.c:48)
A /lib/xt/xtinit.c (from /lib/xt/init.c:48)
A /lib/xt/xtobjects.c (from /lib/xt/objects.c:48)
* Renamed files in xt/ that collided with files in xlib/.
------------------------------------------------------------------------
rev 49: sam | 2003-08-27 01:29:14 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
M /lib/xlib/Include.am
D /lib/xlib/error.c
D /lib/xlib/init.c
D /lib/xlib/objects.c
A /lib/xlib/xerror.c (from /lib/xlib/error.c:48)
A /lib/xlib/xinit.c (from /lib/xlib/init.c:48)
A /lib/xlib/xobjects.c (from /lib/xlib/objects.c:48)
* Renamed files in xlib/ that collided with files in xt/.
------------------------------------------------------------------------
rev 48: sam | 2003-08-25 20:28:02 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
M /examples/xm/drawing-area.scm
M /lib/Makefile.am
M /lib/xaw
M /lib/xaw/Makefile
A /lib/xaw/Makefile.am
D /lib/xaw/build
M /lib/xlib
A /lib/xlib/Include.am
M /lib/xlib/Makefile.am
M /lib/xm
D /lib/xm/Makefile
A /lib/xm/Makefile.am
D /lib/xm/build
D /lib/xm/xt
M /lib/xt
A /lib/xt/Include.am
D /lib/xt/Makefile
A /lib/xt/Makefile.am
D /lib/xt/build
M /scm
M /scm/xt.scm
M /scm/xwidgets.scm
* Fixed the build process for all extensions.
------------------------------------------------------------------------
rev 47: sam | 2003-08-25 20:14:21 +0200 (Mon, 25 Aug 2003) | 3 lines
Changed paths:
M /scm/slib.scm.in
M /scm/xlib.scm
M /scm/xt.scm
M /scm/xwidgets.scm
* scm/slib.scm.in: version information is set a build time.
* scm/*.scm: don't choke on -lib- variables that aren't needed.
------------------------------------------------------------------------
rev 46: sam | 2003-08-25 19:09:12 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
D /debian/elk.ini
M /debian/rules
M /scm/Makefile.am
A /scm/slib.scm.in
* Moved debian/elk.ini to scm/slib.scm.in, generated by ./configure.
------------------------------------------------------------------------
rev 45: sam | 2003-08-25 18:29:54 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /Makefile.am
M /configure.ac
M /lib/Makefile.am
M /lib/xlib
D /lib/xlib/Makefile
A /lib/xlib/Makefile.am
D /lib/xlib/build
* The Xlib plugin properly builds.
------------------------------------------------------------------------
rev 44: sam | 2003-08-25 18:20:44 +0200 (Mon, 25 Aug 2003) | 7 lines
Changed paths:
M /debian/control
D /debian/dirs
M /debian/menu
* debian/control:
+ Set policy to 3.6.1.0.
* debian/dirs:
+ Removed that file.
* debian/menu:
+ Changed `scheme-elk' to `elk'.
------------------------------------------------------------------------
rev 43: sam | 2003-08-25 18:00:50 +0200 (Mon, 25 Aug 2003) | 3 lines
Changed paths:
M /configure.ac
M /include/Makefile.am
M /lib/unix
D /lib/unix/Makefile
A /lib/unix/Makefile.am
D /lib/unix/build
* Distribute headers in /usr/include/elk.
* Build the Unix plugin.
------------------------------------------------------------------------
rev 42: sam | 2003-08-25 17:59:18 +0200 (Mon, 25 Aug 2003) | 6 lines
Changed paths:
M /lib/misc/Makefile.am
M /lib/misc/bitstring.c
M /lib/misc/debug.c
M /lib/misc/elk-eval.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/monitor.c
D /lib/misc/newhandler.c
A /lib/misc/newhandler.cpp (from /lib/misc/newhandler.c:36)
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
* Fixed warnings.
* Renamed newhandler.c into newhandler.cpp.
* Use the -module flag for plugins so that their name doesn't need to
start with "lib". This is partly because libtool fucks up when a module
is called "libgdbm.so" and there is also a lib with this name.
------------------------------------------------------------------------
rev 41: sam | 2003-08-25 17:01:22 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
M /include/object.h
M /src/dump.c
M /src/heap-gen.c
M /src/load.c
M /src/math.c
M /src/print.c
M /src/stab.c
* Fixed all compilation warnings in the base code.
------------------------------------------------------------------------
rev 40: sam | 2003-08-25 16:47:40 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /include/object.h
* Use ptrdiff_t for address arithmetics.
------------------------------------------------------------------------
rev 39: sam | 2003-08-25 16:35:56 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /util/README
D /util/getversion
* Removed the useless util/getversion script.
------------------------------------------------------------------------
rev 38: sam | 2003-08-25 16:35:03 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /Makefile.am
D /PATCHLEVEL
M /ROADMAP
M /debian/elk.docs
* Removed the useless PATCHLEVEL file.
------------------------------------------------------------------------
rev 37: sam | 2003-08-25 16:29:40 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /src/bignum.c
* src/bignum.c: Fixed some signed/unsigned comparisons.
------------------------------------------------------------------------
rev 36: sam | 2003-08-25 16:17:09 +0200 (Mon, 25 Aug 2003) | 3 lines
Changed paths:
M /configure.ac
M /include/intern.h
M /include/stkmem.h
M /lib/misc/regexp.c
M /lib/unix/fdescr.c
M /lib/unix/file.c
M /lib/unix/process.c
M /lib/unix/system.c
M /lib/unix/temp.c
M /lib/unix/time.c
M /lib/unix/unix.h
M /lib/unix/wait.c
M /src/heap-gen.c
M /src/io.c
M /src/libelk.c
M /src/math.c
M /src/print.c
* Added comments from the old config/ directory to configure.ac, and started
changing all the AC_DEFINEs into proper autoconf checks.
------------------------------------------------------------------------
rev 35: sam | 2003-08-25 15:03:52 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
D /examples/c++/class.c
A /examples/c++/class.cpp (from /examples/c++/class.c:34)
D /examples/c++/constructor.c
A /examples/c++/constructor.cpp (from /examples/c++/constructor.c:34)
* Renamed *.c into *.cpp because this is C++.
------------------------------------------------------------------------
rev 34: sam | 2003-08-25 15:02:45 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
D /examples/CC
A /examples/c++ (from /examples/CC:30)
* Renamed CC into c++.
------------------------------------------------------------------------
rev 33: sam | 2003-08-25 15:01:52 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /examples/regexp/match.scm
* siteinfo.scm is now deprecated.
------------------------------------------------------------------------
rev 32: sam | 2003-08-25 15:00:27 +0200 (Mon, 25 Aug 2003) | 3 lines
Changed paths:
M /Makefile.am
D /debian/ldflags-elk.1
D /debian/linkscheme.1
D /debian/makedl.1
D /debian/manpages
M /debian/rules
D /debian/scheme-elk.1
D /scripts
* Removed all references to the utilities in script/ because we will be
using libelk instead.
------------------------------------------------------------------------
rev 31: sam | 2003-08-25 14:50:11 +0200 (Mon, 25 Aug 2003) | 4 lines
Changed paths:
M /scm
M /scm/Makefile.am
D /scm/build
D /scm/build-siteinfo
M /scm/xlib.scm
M /scm/xt.scm
* scm/Makefile.am:
+ Deprecated siteinfo.scm.
+ Distribute .scm files in /usr/share/elk.
------------------------------------------------------------------------
rev 30: sam | 2003-08-25 14:41:09 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /Makefile.am
D /config
* Removed the config/ directory; autoconf ought to do everything for us.
------------------------------------------------------------------------
rev 29: sam | 2003-08-25 14:38:36 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
M /include
M /include/Makefile.am
D /include/build
D /include/build-config
* Moved the configuration macros from include/build-config to configure.ac.
------------------------------------------------------------------------
rev 28: sam | 2003-08-25 14:20:01 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
M /debian/changelog
M /debian/dirs
M /debian/elkdoc.docs
M /debian/rules
M /lib/xaw/build
M /lib/xm/build
* Fixed the Debian package build. It now uses ./configure.
------------------------------------------------------------------------
rev 27: sam | 2003-08-25 13:54:18 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /configure.ac
M /lib/Makefile.am
M /lib/misc
D /lib/misc/Makefile
A /lib/misc/Makefile.am
D /lib/misc/build
M /src/Makefile.am
* Plugins in misc/ now get compiled.
------------------------------------------------------------------------
rev 26: sam | 2003-08-25 13:19:28 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
M /debian/rules
M /src/build
* Removed the arch-config kludge. Will re-enable it later if necessary.
------------------------------------------------------------------------
rev 25: sam | 2003-08-25 13:15:39 +0200 (Mon, 25 Aug 2003) | 4 lines
Changed paths:
M /
A /ChangeLog
D /Makefile
A /Makefile.am
A /autotools
A /autotools/Makefile.am
A /bootstrap
M /config
A /config/Makefile.am
A /configure.ac
M /debian
A /debian/Makefile.am
M /doc
A /doc/Makefile.am
M /examples
A /examples/Makefile.am
D /include/Makefile
A /include/Makefile.am
M /lib
A /lib/Makefile.am
M /scm
D /scm/Makefile
A /scm/Makefile.am
M /scripts
D /scripts/Makefile
A /scripts/Makefile.am
M /src
D /src/Makefile
A /src/Makefile.am
M /src/main.c
M /util
A /util/Makefile.am
* First autoconfiscation step.
+ libelk compiles.
+ elk compiles.
------------------------------------------------------------------------
rev 24: sam | 2003-08-25 12:42:53 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
A /COPYING (from /COPYRIGHT:15)
D /COPYRIGHT
* Renamed COPYRIGHT to COPYING.
------------------------------------------------------------------------
rev 23: sam | 2003-08-25 12:41:05 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
A /AUTHORS (from /CONTRIBUTORS:15)
D /CONTRIBUTORS
* Renamed CONTRIBUTORS to AUTHORS.
------------------------------------------------------------------------
rev 22: sam | 2003-08-25 12:40:24 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
D /CHANGES
A /NEWS (from /CHANGES:15)
* Renamed CHANGES to NEWS.
------------------------------------------------------------------------
rev 21: sam | 2003-08-25 12:35:09 +0200 (Mon, 25 Aug 2003) | 2 lines
Changed paths:
D /debian/elk.postinst
M /debian/elk.prerm
M /debian/manpages
M /debian/rules
D /debian/scheme-warning-elk
D /debian/scheme-warning-elk.1
* Got rid of the useless scheme-warning-elk.
------------------------------------------------------------------------
rev 20: sam | 2003-08-21 14:43:01 +0200 (Thu, 21 Aug 2003) | 2 lines
Changed paths:
M /debian/control
* debian/control: Added proper conflict/replace rules.
------------------------------------------------------------------------
rev 19: sam | 2003-08-21 14:40:09 +0200 (Thu, 21 Aug 2003) | 9 lines
Changed paths:
M /debian
M /debian/changelog
M /debian/control
A /debian/libelk0-dev.dirs
A /debian/libelk0.dirs
M /debian/rules
M /lib/xaw/build
M /lib/xm/build
M /src
M /src/build
* src/build:
+ Build libelk as shared and static libraries.
+ Dynamically link scheme with -lelk
* debian/control:
+ New libelk0 and libelk0-dev packages.
* debian/rules:
+ Changed build rules according to the new libelk.
+ Remove .svn directories from the examples in the elkdoc package.
------------------------------------------------------------------------
rev 18: sam | 2003-08-21 11:58:05 +0200 (Thu, 21 Aug 2003) | 4 lines
Changed paths:
M /src
M /src/build
A /src/libelk.c (from /src/main.c:17)
R /src/main.c
* Renamed main.c into libelk.c.
* Added a new main.c that uses libelk. Can be built this way:
gcc main.c -o scheme -L. -lelk
------------------------------------------------------------------------
rev 17: sam | 2003-08-21 11:51:00 +0200 (Thu, 21 Aug 2003) | 2 lines
Changed paths:
M /src/main.c
* Added a special case in Elk_Init for the forthcoming libelk.
------------------------------------------------------------------------
rev 16: sam | 2003-08-21 00:19:53 +0200 (Thu, 21 Aug 2003) | 2 lines
Changed paths:
M /
M /debian
M /include
M /lib/misc
M /lib/unix
M /lib/xaw
M /lib/xlib
M /lib/xm
M /lib/xm/xt
M /lib/xt
M /scm
M /scripts
M /src
* Proper svn:ignore properties.
------------------------------------------------------------------------
rev 15: sam | 2003-08-21 00:19:07 +0200 (Thu, 21 Aug 2003) | 2 lines
Changed paths:
M /debian/changelog
* Changelog for the 3.0-16 Debian upload.
------------------------------------------------------------------------
rev 14: sam | 2003-08-21 00:18:34 +0200 (Thu, 21 Aug 2003) | 2 lines
Changed paths:
M /examples/CC/class.c
M /examples/CC/constructor.c
* Ported the C++ examplesto the shared object dynamic linking scheme.
------------------------------------------------------------------------
rev 13: sam | 2003-08-20 11:26:21 +0200 (Wed, 20 Aug 2003) | 2 lines
Changed paths:
M /lib/misc/build
M /lib/unix/build
M /lib/xaw/build
M /lib/xlib/build
M /lib/xm/build
M /lib/xm/xt/build
M /lib/xt/build
* Link objects with gcc, not ld.
------------------------------------------------------------------------
rev 12: sam | 2003-08-19 21:50:05 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
M /debian/rules
* debian/rules: should be executable.
------------------------------------------------------------------------
rev 11: sam | 2003-08-19 21:38:03 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
M /src/build
* src/build: made the build continue if debian/arch-config is not found.
------------------------------------------------------------------------
rev 10: sam | 2003-08-19 21:32:56 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
A /debian/compat
M /debian/control
M /debian/rules
* Use debian/compat instead of DH_COMPAT.
------------------------------------------------------------------------
rev 9: sam | 2003-08-19 21:27:51 +0200 (Tue, 19 Aug 2003) | 6 lines
Changed paths:
M /debian/changelog
M /debian/rules
M /doc/man/elk.1
M /src/math.c
elk (3.0-15) unstable; urgency=low
* In math.c:Exact_Modulo(), follow R5RS's definition of Modulo: if x/y is an
integer, return Zero (Closes: #197831).
* Made /usr/bin/elk a symlink to /usr/bin/scheme-elk.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 18 Jun 2003 01:42:54 +0200
------------------------------------------------------------------------
rev 8: sam | 2003-08-19 21:27:17 +0200 (Tue, 19 Aug 2003) | 5 lines
Changed paths:
M /debian/changelog
M /debian/control
elk (3.0-14) unstable; urgency=low
* Rebuilt package against libgdbm's new version.
* Set policy to 3.5.10.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 4 Jun 2003 02:42:08 +0200
------------------------------------------------------------------------
rev 7: sam | 2003-08-19 21:26:49 +0200 (Tue, 19 Aug 2003) | 4 lines
Changed paths:
M /debian/README.Debian
M /debian/changelog
M /debian/control
M /include/extern.h
M /lib/xlib/objects.c
M /lib/xt/objects.c
M /src/error.c
M /src/print.c
M /src/terminate.c
elk (3.0-13) unstable; urgency=low
* Fixed gcc-3.3 compilation errors due to deprecated usage of <varargs.h>.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 30 May 2003 17:04:56 +0200
------------------------------------------------------------------------
rev 6: sam | 2003-08-19 21:26:04 +0200 (Tue, 19 Aug 2003) | 4 lines
Changed paths:
M /debian/changelog
M /src/build
elk (3.0-12) unstable; urgency=low
* Fixed generation of /usr/lib/elk/module.a (needed to build sced).
-- Samuel Hocevar <sam@zoy.org> Sat, 5 Apr 2003 01:45:26 +0200
------------------------------------------------------------------------
rev 5: sam | 2003-08-19 21:25:35 +0200 (Tue, 19 Aug 2003) | 7 lines
Changed paths:
M /config/system
M /debian/changelog
M /include/misc.h
M /include/object.h
M /src/env.c
M /src/heap-gen.c
M /src/heap.c
elk (3.0-11) unstable; urgency=low
* Fixed a compilation issue in src/load-dl.c:Load_Lib().
* Fixed more pointer/integer type confusions, used ptrdiff_t where possible.
* Fixed a register mangling issue in heap.c:Visit_GC_List() and
heap.c:Visit_Wind() (Really fixes #59893).
-- Samuel Hocevar <sam@zoy.org> Fri, 4 Apr 2003 02:48:29 +0200
------------------------------------------------------------------------
rev 4: sam | 2003-08-19 21:25:03 +0200 (Tue, 19 Aug 2003) | 16 lines
Changed paths:
M /MACHINES
M /config/system
M /debian/README.Debian
M /debian/changelog
M /debian/control
M /debian/elk.ini
M /debian/rules
M /debian/scheme-warning-elk
M /include/Makefile
M /include/build-config
M /include/object.h
M /lib/misc/Makefile
M /lib/misc/bitstring.c
M /lib/misc/build
M /lib/misc/elk-eval.c
M /lib/misc/gdbm.c
M /lib/misc/hack.c
M /lib/misc/record.c
M /lib/misc/regexp.c
M /lib/misc/struct.c
M /lib/unix/Makefile
M /lib/unix/build
M /lib/unix/file.c
M /lib/unix/passwd.c
M /lib/unix/process.c
M /lib/unix/unix.c
M /lib/xaw/Makefile
M /lib/xaw/build
M /lib/xlib/Makefile
M /lib/xlib/build
M /lib/xlib/client.c
M /lib/xlib/color.c
M /lib/xlib/colormap.c
M /lib/xlib/display.c
M /lib/xlib/error.c
M /lib/xlib/event.c
M /lib/xlib/extension.c
M /lib/xlib/font.c
M /lib/xlib/gcontext.c
M /lib/xlib/grab.c
M /lib/xlib/graphics.c
M /lib/xlib/init.c
M /lib/xlib/key.c
M /lib/xlib/pixel.c
M /lib/xlib/property.c
M /lib/xlib/type.c
M /lib/xlib/window.c
M /lib/xlib/wm.c
M /lib/xm/Makefile
M /lib/xm/build
M /lib/xm/xt/Makefile
M /lib/xm/xt/build
M /lib/xt/Makefile
M /lib/xt/accelerator.c
M /lib/xt/action.c
M /lib/xt/build
M /lib/xt/callback.c
M /lib/xt/class.c
M /lib/xt/context.c
M /lib/xt/init.c
M /lib/xt/resource.c
M /lib/xt/translation.c
M /lib/xt/widget.c
M /scm/Makefile
M /scm/bitstring.scm
M /scm/build
M /scm/gdbmtest.scm
M /scm/oops.scm
M /scm/record.scm
M /scm/regexp.scm
M /scm/struct.scm
M /scm/unix.scm
M /scm/xlib.scm
M /scm/xt.scm
M /scm/xwidgets.scm
M /scripts/Makefile
M /src/Makefile
M /src/autoload.c
M /src/build
M /src/heap.c
M /src/load-dl.c
M /src/load-ld.c
M /src/load-rld.c
M /src/load-shl.c
M /src/load.c
M /src/main.c
elk (3.0-10) unstable; urgency=low
* Updated debhelper build dependency to >>3.0.0.
* Shared library handling:
+ Extended load.c:General_Load() to open shared libraries.
+ Makefiles now build shared libraries.
+ Stopped distributing .o files and replaced them with the .so shared
libraries; built the Unix, X11, Xaw and Motif extensions.
+ The interpreter is no longer linked with -lgdbm, gdbm.so is instead.
* Replaced standalone.o and module.o with their .a equivalents.
* Made the 'debian/arch-config' sourcing errors non-fatal so that make
distclean works in the src/ directory.
* Changed SCM_DIR again, from /usr/share/elk/scm to /usr/share/elk, and
ditto with OBJ_DIR, from /usr/lib/elk/obj to /usr/lib/elk.
* Defaulted "garbage-collect-notify?" and "autoload-notify?" to #f.
-- Samuel Hocevar <sam@zoy.org> Tue, 1 Apr 2003 23:34:26 +0200
------------------------------------------------------------------------
rev 3: sam | 2003-08-19 21:24:23 +0200 (Tue, 19 Aug 2003) | 22 lines
Changed paths:
M /BUGS
M /config/system
M /debian/README.Debian
M /debian/changelog
M /debian/elk.ini
M /debian/rules
M /include/build-config
M /include/cstring.h
M /include/extern.h
M /include/gc.h
M /include/intern.h
M /include/misc.h
M /include/object.h
M /include/type.h
M /lib/misc/bitstring.c
M /lib/misc/newhandler.c
M /lib/unix/fdescr.c
M /lib/xlib/xlib.h
M /scm/build
M /scm/initscheme.scm
M /src/autoload.c
M /src/bignum.c
M /src/bool.c
M /src/char.c
M /src/cont.c
M /src/cstring.c
M /src/debug.c
M /src/dump-ecoff.c
M /src/dump-elf.c
M /src/dump-hp9k.c
M /src/dump-vanilla.c
M /src/dump.c
M /src/env.c
M /src/error.c
M /src/exception.c
M /src/feature.c
M /src/heap-gen.c
M /src/heap-sc.c
M /src/heap.c
M /src/io.c
M /src/list.c
M /src/load-dl.c
M /src/load-ld.c
M /src/load-rld.c
M /src/load-shl.c
M /src/load.c
M /src/main.c
M /src/malloc.c
M /src/math.c
M /src/onfork.c
M /src/prim.c
M /src/print.c
M /src/proc.c
M /src/promise.c
M /src/read.c
M /src/special.c
M /src/stab-bsd.c
M /src/stab-coff.c
M /src/stab-convex.c
M /src/stab-ecoff.c
M /src/stab-elf.c
M /src/stab-hp9k300.c
M /src/stab-hp9k800.c
M /src/stab-macho.c
M /src/stab.c
M /src/stkmem.c
M /src/string.c
M /src/symbol.c
M /src/terminate.c
M /src/type.c
M /src/vector.c
elk (3.0-9) unstable; urgency=low
* New maintainer.
* Packaging updates:
+ Fixed spelling in the package description (Closes: #161056).
+ Updated standards version to 3.5.9.0.
+ Changed SCM_DIR from /usr/lib/elk/scm to /usr/share/elk/scm because
scheme scripts are platform-independent.
* Massive code cleanups:
+ Added -Wall to the build rules to make error spotting easier, and fixed
all compilation warnings in the main program.
+ Replaced sys_errlist with strerror, bcopy with memcpy, bzero with memset.
+ Fixed many uninitialized variables.
* Fixed some pointer/integer type confusions which caused elk to crash
on alpha (Closes: #59893) and probably ia64.
* Fixed a read overflow in heap-gen.c:AllocPage() that was corrupting the
internal heap (Closes: #57621).
* Fixed a missing memory area initialization in heap-gen.c:ExpandHeap() that
was causing garbage collector crashes.
* Fixed an integer sign issue in main.c:Max_Stack (Closes: #176190).
* Made `quit' an alias for `exit' in toplevel.scm.
-- Samuel Hocevar <sam@zoy.org> Tue, 1 Apr 2003 11:33:23 +0200
------------------------------------------------------------------------
rev 2: sam | 2003-08-19 21:22:48 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
M /config/site
A /config/system
A /debian
A /debian/README.Debian
A /debian/changelog
A /debian/control
A /debian/copyright
A /debian/dirs
A /debian/elk.docs
A /debian/elk.ini
A /debian/elk.postinst
A /debian/elk.prerm
A /debian/elkdoc.docs
A /debian/ldflags-elk.1
A /debian/linkscheme.1
A /debian/makedl.1
A /debian/manpages
A /debian/menu
A /debian/rules
A /debian/scheme-elk.1
A /debian/scheme-warning-elk
A /debian/scheme-warning-elk.1
M /doc/README
M /include/build
M /include/build-config
M /include/intern.h
M /lib/misc/build
M /lib/unix/build
M /lib/xaw/build
M /lib/xlib/build
M /lib/xm/build
M /lib/xm/xt/build
M /lib/xt/build
M /scm/build
M /scripts/build
M /scripts/src/ldflags
M /scripts/src/linkscheme
M /src/build
M /src/cont.c
M /src/dump-elf.c
M /src/load-dl.c
M /src/load-ld.c
M /src/main.c
M /src/print.c
* Imported the original 3.0-8.1 Debian diff.
------------------------------------------------------------------------
rev 1: sam | 2003-08-19 21:19:38 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
A /BUGS
A /CHANGES
A /CONTRIBUTORS
A /COPYRIGHT
A /INSTALL
A /MACHINES
A /MIGRATE
A /Makefile
A /PATCHLEVEL
A /README
A /ROADMAP
A /TODO
A /config
A /config/386pc-bsdi-gcc
A /config/alpha-osf1-cc
A /config/dec5100-ultrix4.2-cc
A /config/hp9k700-hpux10.0-cc
A /config/hp9k700-hpux9.0-cc
A /config/i486-linux-gcc
A /config/next-mach3.3-cc
A /config/powerpc-aix4.1-gcc
A /config/powerpc-aix4.1-xlc
A /config/powerpc-solaris2.5-cc
A /config/rs6000-aix3.2-cc
A /config/sgi-irix5.3-cc
A /config/sgi-irix6.2-cc
A /config/site
A /config/sites
A /config/sites/alpha-osf1
A /config/sites/dec5100-ultrix
A /config/sites/hp9k700-hpux9.0
A /config/sites/sun-sunos4.1
A /config/sites/sun-sunos5
A /config/sun-sunos4.1-acc
A /config/sun-sunos4.1-cc
A /config/sun-sunos4.1-gcc
A /config/sun-sunos5-acc
A /config/sun-sunos5-gcc
A /config/untested
A /config/untested/386pc-386bsd-gcc
A /config/untested/386pc-dos-gcc
A /config/untested/convex230-convexos10-cc
A /config/untested/cray-unicos-cc
A /config/untested/mx300i-svr4-cc
A /config/untested/sony3200-news4-gcc
A /doc
A /doc/README
A /doc/bitstring
A /doc/bitstring/Makefile
A /doc/bitstring/bitstring.ms
A /doc/bitstring/bitstring.ps
A /doc/cprog
A /doc/cprog/Makefile
A /doc/cprog/cprog.ms
A /doc/cprog/cprog.ps
A /doc/kernel
A /doc/kernel/Makefile
A /doc/kernel/kernel.ms
A /doc/kernel/kernel.ps
A /doc/man
A /doc/man/Makefile
A /doc/man/elk.1
A /doc/man/elk.ps
A /doc/man/scheme.1
A /doc/oops
A /doc/oops/Makefile
A /doc/oops/oops.ms
A /doc/oops/oops.ps
A /doc/record
A /doc/record/Makefile
A /doc/record/record.ms
A /doc/record/record.ps
A /doc/regexp
A /doc/regexp/Makefile
A /doc/regexp/regexp.ms
A /doc/regexp/regexp.ps
A /doc/unix
A /doc/unix/Makefile
A /doc/unix/unix.ms
A /doc/unix/unix.ps
A /doc/usenix
A /doc/usenix/Makefile
A /doc/usenix/usenix.ms
A /doc/usenix/usenix.ps
A /doc/util
A /doc/util/Makefile
A /doc/util/block.awk
A /doc/util/fixindex.awk
A /doc/util/mkindex.c
A /doc/util/tmac.index
A /doc/util/tmac.scheme
A /doc/xlib
A /doc/xlib/Makefile
A /doc/xlib/xlib.ms
A /doc/xlib/xlib.ps
A /doc/xt
A /doc/xt/Makefile
A /doc/xt/xt.ms
A /doc/xt/xt.ps
A /examples
A /examples/CC
A /examples/CC/class.c
A /examples/CC/constructor.c
A /examples/regexp
A /examples/regexp/match.scm
A /examples/scheme
A /examples/scheme/Y.scm
A /examples/scheme/acker.scm
A /examples/scheme/billiard.scm
A /examples/scheme/cc.scm
A /examples/scheme/cell.scm
A /examples/scheme/co.scm
A /examples/scheme/compile.scm
A /examples/scheme/cps.scm
A /examples/scheme/dynamic.scm
A /examples/scheme/fib.scm
A /examples/scheme/fix.scm
A /examples/scheme/flame.scm
A /examples/scheme/hanoi.scm
A /examples/scheme/kons.scm
A /examples/scheme/meissel.scm
A /examples/scheme/mondo.scm
A /examples/scheme/perm.scm
A /examples/scheme/prim.scm
A /examples/scheme/ramanujan.scm
A /examples/scheme/rungekutta.scm
A /examples/scheme/sqrt.scm
A /examples/scheme/unify.scm
A /examples/scheme/work.scm
A /examples/unix
A /examples/unix/calc.scm
A /examples/unix/copy.scm
A /examples/unix/lock.scm
A /examples/unix/ls.scm
A /examples/unix/pipsiz.scm
A /examples/unix/timeout.scm
A /examples/xaw
A /examples/xaw/accel.scm
A /examples/xaw/clickcount.scm
A /examples/xaw/dialog.scm
A /examples/xaw/grip.scm
A /examples/xaw/list.scm
A /examples/xaw/paned.scm
A /examples/xaw/panner.scm
A /examples/xaw/popup.scm
A /examples/xaw/porthole.scm
A /examples/xaw/pulldown.scm
A /examples/xaw/scrollbar.scm
A /examples/xaw/scrollbox.scm
A /examples/xaw/stripchart.scm
A /examples/xaw/text.scm
A /examples/xaw/tree.scm
A /examples/xaw/viewport.scm
A /examples/xlib
A /examples/xlib/hello.scm
A /examples/xlib/lines.scm
A /examples/xlib/map-all.scm
A /examples/xlib/picture.scm
A /examples/xlib/poly.scm
A /examples/xlib/properties.scm
A /examples/xlib/track.scm
A /examples/xlib/useful.scm
A /examples/xlib/wm-delete.scm
A /examples/xm
A /examples/xm/drawing-area.scm
A /examples/xm/list.scm
A /examples/xm/main-window.scm
A /examples/xm/menu-stuff.scm
A /examples/xm/message-dialog.scm
A /examples/xm/option-menu.scm
A /examples/xm/popup-menu.scm
A /examples/xm/pulldown-menu.scm
A /examples/xm/radio-stuff.scm
A /examples/xm/radio.scm
A /examples/xm/scroll-bar.scm
A /examples/xm/selection-box.scm
A /examples/xm/vcr.scm
A /include
A /include/Makefile
A /include/build
A /include/build-config
A /include/compat.h
A /include/cstring.h
A /include/exception.h
A /include/extern.h
A /include/funcproto.h
A /include/gc.h
A /include/intern.h
A /include/kernel.h
A /include/misc.h
A /include/object.h
A /include/param.h
A /include/scheme.h
A /include/stkmem.h
A /include/type.h
A /lib
A /lib/misc
A /lib/misc/Makefile
A /lib/misc/bitstring.c
A /lib/misc/build
A /lib/misc/debug.c
A /lib/misc/elk-eval.c
A /lib/misc/gdbm.c
A /lib/misc/hack.c
A /lib/misc/monitor.c
A /lib/misc/newhandler.c
A /lib/misc/record.c
A /lib/misc/regexp.c
A /lib/misc/struct.c
A /lib/unix
A /lib/unix/Makefile
A /lib/unix/TODO
A /lib/unix/build
A /lib/unix/error.c
A /lib/unix/fdescr.c
A /lib/unix/file.c
A /lib/unix/lock.c
A /lib/unix/misc.c
A /lib/unix/passwd.c
A /lib/unix/process.c
A /lib/unix/signal.c
A /lib/unix/system.c
A /lib/unix/temp.c
A /lib/unix/time.c
A /lib/unix/unix.c
A /lib/unix/unix.h
A /lib/unix/wait.c
A /lib/xaw
A /lib/xaw/ALIASES
A /lib/xaw/Makefile
A /lib/xaw/ascii.d
A /lib/xaw/box.d
A /lib/xaw/build
A /lib/xaw/clock.d
A /lib/xaw/command.d
A /lib/xaw/dialog.d
A /lib/xaw/form.d
A /lib/xaw/grip.d
A /lib/xaw/label.d
A /lib/xaw/list.d
A /lib/xaw/menubutton.d
A /lib/xaw/paned.d
A /lib/xaw/panner.d
A /lib/xaw/porthole.d
A /lib/xaw/repeater.d
A /lib/xaw/scrollbar.d
A /lib/xaw/shell.d
A /lib/xaw/simplemenu.d
A /lib/xaw/sme.d
A /lib/xaw/smebsb.d
A /lib/xaw/smeline.d
A /lib/xaw/stripchart.d
A /lib/xaw/toggle.d
A /lib/xaw/tree.d
A /lib/xaw/viewport.d
A /lib/xlib
A /lib/xlib/MISSING
A /lib/xlib/Makefile
A /lib/xlib/build
A /lib/xlib/client.c
A /lib/xlib/color.c
A /lib/xlib/colormap.c
A /lib/xlib/cursor.c
A /lib/xlib/display.c
A /lib/xlib/error.c
A /lib/xlib/event.c
A /lib/xlib/extension.c
A /lib/xlib/font.c
A /lib/xlib/gcontext.c
A /lib/xlib/grab.c
A /lib/xlib/graphics.c
A /lib/xlib/init.c
A /lib/xlib/key.c
A /lib/xlib/objects.c
A /lib/xlib/pixel.c
A /lib/xlib/pixmap.c
A /lib/xlib/property.c
A /lib/xlib/text.c
A /lib/xlib/type.c
A /lib/xlib/util.c
A /lib/xlib/window.c
A /lib/xlib/wm.c
A /lib/xlib/xlib.h
A /lib/xm
A /lib/xm/ALIASES
A /lib/xm/Makefile
A /lib/xm/arrow-button.d
A /lib/xm/build
A /lib/xm/bulletin-brd.d
A /lib/xm/cascade-btn.d
A /lib/xm/command.d
A /lib/xm/drawing-area.d
A /lib/xm/drawn-button.d
A /lib/xm/file-selectn.d
A /lib/xm/form.d
A /lib/xm/frame.d
A /lib/xm/label.d
A /lib/xm/list.d
A /lib/xm/main-window.d
A /lib/xm/message-box.d
A /lib/xm/paned-window.d
A /lib/xm/push-button.d
A /lib/xm/row-column.d
A /lib/xm/scale.d
A /lib/xm/scroll-bar.d
A /lib/xm/scrolled-win.d
A /lib/xm/selectn-box.d
A /lib/xm/separator.d
A /lib/xm/shell.d
A /lib/xm/support.d
A /lib/xm/text.d
A /lib/xm/toggle-btn.d
A /lib/xm/xt
A /lib/xm/xt/Makefile
A /lib/xm/xt/build
A /lib/xt
A /lib/xt/MISSING
A /lib/xt/Makefile
A /lib/xt/accelerator.c
A /lib/xt/action.c
A /lib/xt/build
A /lib/xt/callback.c
A /lib/xt/class.c
A /lib/xt/classname.c
A /lib/xt/context.c
A /lib/xt/converter.c
A /lib/xt/error.c
A /lib/xt/function.c
A /lib/xt/identifier.c
A /lib/xt/init.c
A /lib/xt/mkwidget.scm
A /lib/xt/objects.c
A /lib/xt/popup.c
A /lib/xt/resource.c
A /lib/xt/translation.c
A /lib/xt/widget.c
A /lib/xt/xt.h
A /scm
A /scm/Makefile
A /scm/apropos.scm
A /scm/bitstring.scm
A /scm/build
A /scm/build-siteinfo
A /scm/cscheme.scm
A /scm/debug.scm
A /scm/describe.scm
A /scm/gdbmtest.scm
A /scm/initscheme.scm
A /scm/motif.scm
A /scm/oops.scm
A /scm/parse.scm
A /scm/pp.scm
A /scm/qsort.scm
A /scm/record.scm
A /scm/recordutil.scm
A /scm/regexp.scm
A /scm/safe-env.scm
A /scm/setf.scm
A /scm/struct.scm
A /scm/toplevel.scm
A /scm/trace.scm
A /scm/unix.scm
A /scm/xlib.scm
A /scm/xt.scm
A /scm/xwidgets.scm
A /scripts
A /scripts/Makefile
A /scripts/README
A /scripts/build
A /scripts/src
A /scripts/src/ldflags
A /scripts/src/linkscheme
A /scripts/src/makedl-dl
A /scripts/src/makedl-ld
A /scripts/src/makedl-none
A /scripts/src/makedl-rld
A /scripts/src/makedl-shl
A /src
A /src/Makefile
A /src/autoload.c
A /src/bignum.c
A /src/bool.c
A /src/build
A /src/char.c
A /src/cont.c
A /src/cstring.c
A /src/debug.c
A /src/dump-ecoff.c
A /src/dump-elf.c
A /src/dump-hp9k.c
A /src/dump-vanilla.c
A /src/dump.c
A /src/env.c
A /src/error.c
A /src/exception.c
A /src/feature.c
A /src/heap-gen.c
A /src/heap-sc.c
A /src/heap.c
A /src/io.c
A /src/list.c
A /src/load-dl.c
A /src/load-ld.c
A /src/load-rld.c
A /src/load-shl.c
A /src/load.c
A /src/main.c
A /src/malloc.c
A /src/math.c
A /src/onfork.c
A /src/prim.c
A /src/print.c
A /src/proc.c
A /src/promise.c
A /src/read.c
A /src/special.c
A /src/stab-bsd.c
A /src/stab-coff.c
A /src/stab-convex.c
A /src/stab-ecoff.c
A /src/stab-elf.c
A /src/stab-hp9k300.c
A /src/stab-hp9k800.c
A /src/stab-macho.c
A /src/stab.c
A /src/stkmem.c
A /src/string.c
A /src/symbol.c
A /src/terminate.c
A /src/type.c
A /src/vector.c
A /util
A /util/README
A /util/alloca.c
A /util/getversion
* Imported original elk 3.0 tree.
------------------------------------------------------------------------