bpt/guile.git
22 years agoInitial revision
Thien-Thi Nguyen [Sun, 31 Mar 2002 01:12:57 +0000 (01:12 +0000)]
Initial revision

22 years agoMinor changes for syncing with stable branch.
Neil Jerram [Fri, 29 Mar 2002 20:25:24 +0000 (20:25 +0000)]
Minor changes for syncing with stable branch.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 28 Mar 2002 01:41:35 +0000 (01:41 +0000)]
*** empty log message ***

22 years agoUpdate copyright.
Thien-Thi Nguyen [Thu, 28 Mar 2002 01:39:12 +0000 (01:39 +0000)]
Update copyright.
Point to manual in commentary; nfc.

22 years agoUpdate copyright.
Thien-Thi Nguyen [Thu, 28 Mar 2002 00:21:04 +0000 (00:21 +0000)]
Update copyright.
Add commentary; nfc.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 28 Mar 2002 00:18:13 +0000 (00:18 +0000)]
*** empty log message ***

22 years agoVarious manual updates, including syncing with stable branch.
Neil Jerram [Wed, 27 Mar 2002 21:55:31 +0000 (21:55 +0000)]
Various manual updates, including syncing with stable branch.

22 years ago* srcprop.[ch] (scm_c_source_property_breakpoint_p): New
Dirk Herrmann [Tue, 26 Mar 2002 00:19:04 +0000 (00:19 +0000)]
* srcprop.[ch] (scm_c_source_property_breakpoint_p):  New
function, replaces macro SRCBRKP.

(SRCBRKP):  Deprecated.

* eval.c (SCM_CEVAL): Replaced use of SRCBRKP by call to
scm_c_source_property_breakpoint_p.  Removed some use of arg1 as
temporary variable.

22 years ago* debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
Dirk Herrmann [Mon, 25 Mar 2002 23:45:02 +0000 (23:45 +0000)]
* debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
CHECK_EXIT and removed all references to them.

22 years ago* debug.h (scm_ready_p, debug_print): Removed declarations.
Dirk Herrmann [Sun, 24 Mar 2002 22:19:46 +0000 (22:19 +0000)]
* debug.h (scm_ready_p, debug_print): Removed declarations.

* eval.c (EVALCELLCAR): Removed.

(SCM_CEVAL): Eliminated label loopnoap.  Removed side-effecting
operation from condition.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 24 Mar 2002 14:12:14 +0000 (14:12 +0000)]
*** empty log message ***

22 years agoUpdated to reflect changes to the guile-snarf tool.
Marius Vollmer [Sun, 24 Mar 2002 14:12:07 +0000 (14:12 +0000)]
Updated to reflect changes to the guile-snarf tool.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 24 Mar 2002 13:49:14 +0000 (13:49 +0000)]
*** empty log message ***

22 years ago(.c.x): Pass "-o $@" to guile-snarf.
Marius Vollmer [Sun, 24 Mar 2002 13:48:34 +0000 (13:48 +0000)]
(.c.x): Pass "-o $@" to guile-snarf.

22 years agoWhen the output filename is "-", write to stdout. When no "-o" option
Marius Vollmer [Sun, 24 Mar 2002 13:47:06 +0000 (13:47 +0000)]
When the output filename is "-", write to stdout.  When no "-o" option
is given, use "-" as the output filename (i.e., stdout).  Only 'clean'
the inputfile or remove the output file on error when the output file
name is not "-".  Define the preprocessor macro SCM_MAGIC_SNARFER
while snarfing.

22 years agobye bye
Thien-Thi Nguyen [Sun, 24 Mar 2002 00:38:21 +0000 (00:38 +0000)]
bye bye

22 years agobye bye
Thien-Thi Nguyen [Sun, 24 Mar 2002 00:23:49 +0000 (00:23 +0000)]
bye bye

22 years ago* eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
Dirk Herrmann [Sat, 23 Mar 2002 00:39:25 +0000 (00:39 +0000)]
* eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
and the corresponding goto statements.  Removed redundant code.

22 years ago*** empty log message ***
Rob Browning [Thu, 21 Mar 2002 16:35:13 +0000 (16:35 +0000)]
*** empty log message ***

22 years ago* eval.c (SCM_CEVAL): Minimized scope of variable arg2.
Dirk Herrmann [Thu, 21 Mar 2002 00:36:03 +0000 (00:36 +0000)]
* eval.c (SCM_CEVAL): Minimized scope of variable arg2.
Eliminated redundant SCM_IMP check.  Exlined call to EVALCAR.
Re-enabled handing of rpsubrs and asubrs.

22 years ago* eval.c (SIDEVAL): Removed.
Dirk Herrmann [Wed, 20 Mar 2002 23:53:13 +0000 (23:53 +0000)]
* eval.c (SIDEVAL): Removed.

(SCM_CEVAL): Minimized scope of variable orig_sym.  Eliminated
goto-labels cdrxnoap, cdrxbegin and nontoplevel_cdrxnoap.  Changed
argument checking order for set! to locals, variables and symbols.
Improvements to control structure.  Removed some uses of arg1 and
arg2 as temporary variables.

22 years ago(2): Add link for collated snapshots.
Thien-Thi Nguyen [Mon, 18 Mar 2002 04:50:05 +0000 (04:50 +0000)]
(2): Add link for collated snapshots.
Stamp fixed.

22 years agoManual updates.
Neil Jerram [Sat, 16 Mar 2002 13:51:03 +0000 (13:51 +0000)]
Manual updates.

22 years ago* Manual updates on hooks and features.
Neil Jerram [Sat, 16 Mar 2002 00:27:25 +0000 (00:27 +0000)]
* Manual updates on hooks and features.
* Fix scm_t_c_hookype_t corruption.

22 years agoTypofix.
Thien-Thi Nguyen [Fri, 15 Mar 2002 14:25:54 +0000 (14:25 +0000)]
Typofix.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 15 Mar 2002 14:23:19 +0000 (14:23 +0000)]
*** empty log message ***

22 years ago(guile-1.4 guile-snarf): Remove this node.
Thien-Thi Nguyen [Fri, 15 Mar 2002 14:22:07 +0000 (14:22 +0000)]
(guile-1.4 guile-snarf): Remove this node.
(How guile-snarf works): Update usage and description to
no longer mention "--compat=1.4" and instead "-d" and "-D".
(Macros guile-snarf recognizes): Add list of deprecated macros and blurb.
Add cindex for deprecated macros.

22 years agoManual updates.
Neil Jerram [Fri, 15 Mar 2002 14:03:53 +0000 (14:03 +0000)]
Manual updates.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 15 Mar 2002 14:02:18 +0000 (14:02 +0000)]
*** empty log message ***

22 years agoRemove "--compat=1.4" support.
Thien-Thi Nguyen [Fri, 15 Mar 2002 14:00:02 +0000 (14:00 +0000)]
Remove "--compat=1.4" support.
Add "-d" and "-D" support.

(deprecated_list): New var.
(compat_mode_clean_xxx): Delete.
(grep_deprecated): New func.
("main"): If "-d" or "-D", call `grep_deprecated'.

22 years agoSmall docstring fixes.
Neil Jerram [Fri, 15 Mar 2002 10:37:40 +0000 (10:37 +0000)]
Small docstring fixes.

22 years agoChange 3 instances of @var to @code in docstrings.
Neil Jerram [Fri, 15 Mar 2002 09:40:57 +0000 (09:40 +0000)]
Change 3 instances of @var to @code in docstrings.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Mar 2002 22:25:57 +0000 (22:25 +0000)]
*** empty log message ***

22 years ago(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
Marius Vollmer [Thu, 14 Mar 2002 22:25:31 +0000 (22:25 +0000)]
(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Mar 2002 22:23:56 +0000 (22:23 +0000)]
*** empty log message ***

22 years ago(SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove
Marius Vollmer [Thu, 14 Mar 2002 22:23:43 +0000 (22:23 +0000)]
(SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove
trailing non-init code.

22 years ago(modern_snarf): Remove everything following and including "^:^" from
Marius Vollmer [Thu, 14 Mar 2002 22:21:53 +0000 (22:21 +0000)]
(modern_snarf): Remove everything following and including "^:^" from
the output.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 07:57:42 +0000 (07:57 +0000)]
*** empty log message ***

22 years ago(snarfcppopts): New var.
Thien-Thi Nguyen [Thu, 14 Mar 2002 07:55:34 +0000 (07:55 +0000)]
(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.

22 years ago* eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.
Dirk Herrmann [Thu, 14 Mar 2002 06:45:56 +0000 (06:45 +0000)]
* eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.

* eval.c (SCM_CEVAL): Exlined call to EVALCAR.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 04:12:16 +0000 (04:12 +0000)]
*** empty log message ***

22 years ago(snarfcppopts): New var.
Thien-Thi Nguyen [Thu, 14 Mar 2002 04:11:28 +0000 (04:11 +0000)]
(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 04:08:23 +0000 (04:08 +0000)]
*** empty log message ***

22 years agoRetire inclusion guard macro SCM_MAGIC_SNARFER.
Thien-Thi Nguyen [Thu, 14 Mar 2002 04:07:16 +0000 (04:07 +0000)]
Retire inclusion guard macro SCM_MAGIC_SNARFER.

22 years agoTypofix.
Thien-Thi Nguyen [Thu, 14 Mar 2002 04:04:32 +0000 (04:04 +0000)]
Typofix.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:50:01 +0000 (03:50 +0000)]
*** empty log message ***

22 years agoRetire inclusion guard macro SCM_MAGIC_SNARFER.
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:47:43 +0000 (03:47 +0000)]
Retire inclusion guard macro SCM_MAGIC_SNARFER.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:28:39 +0000 (03:28 +0000)]
*** empty log message ***

22 years ago(How guile-snarf works): Mention "--compat=1.4", and
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:27:51 +0000 (03:27 +0000)]
(How guile-snarf works): Mention "--compat=1.4", and
new processing steps.  Update usage example, makefile frag.

(guile-1.4 guile-snarf): New subsubsection under
"Init Snarfing with guile-snarf".

22 years ago(libpath.h): Use @top_srcdir_absoulte@.
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:21:30 +0000 (03:21 +0000)]
(libpath.h): Use @top_srcdir_absoulte@.

(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
(.c.doc): Use $(snarfcppopts).

22 years agoUpdate copyright.
Thien-Thi Nguyen [Thu, 14 Mar 2002 03:19:30 +0000 (03:19 +0000)]
Update copyright.
Rewrite to internalize error handling.
Add commentary.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 14 Mar 2002 02:03:10 +0000 (02:03 +0000)]
*** empty log message ***

22 years ago(guile_toc.html): Look for guile.texi in $(srcdir).
Thien-Thi Nguyen [Thu, 14 Mar 2002 02:02:29 +0000 (02:02 +0000)]
(guile_toc.html): Look for guile.texi in $(srcdir).

22 years ago* eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc.
Dirk Herrmann [Wed, 13 Mar 2002 21:53:46 +0000 (21:53 +0000)]
* eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc.
The next step will be to remove the union 't' and simplify the
code of SCM_CEVAL that way.

22 years ago*** empty log message ***
Rob Browning [Tue, 12 Mar 2002 21:57:07 +0000 (21:57 +0000)]
*** empty log message ***

22 years ago * snarf-check-and-output-texi (snarf-check-and-output-texi): If
Neil Jerram [Tue, 12 Mar 2002 21:54:52 +0000 (21:54 +0000)]
* snarf-check-and-output-texi (snarf-check-and-output-texi): If
supplied, the `--manual' flag arrives as a string, not a symbol,
so test for it as such.

22 years agoAutomatic updates from snarfed libguile docstrings.
Neil Jerram [Tue, 12 Mar 2002 21:54:22 +0000 (21:54 +0000)]
updates from snarfed libguile docstrings.

22 years ago* syncase.scm: fix bad let.
Rob Browning [Tue, 12 Mar 2002 21:53:56 +0000 (21:53 +0000)]
* syncase.scm: fix bad let.
(gensym): fix failure on non-threaded

22 years ago* guile-config.in (build-link): don't output -L/usr/lib.
Rob Browning [Tue, 12 Mar 2002 21:52:40 +0000 (21:52 +0000)]
* guile-config.in (build-link): don't output -L/usr/lib.
(build-compile): don't output -I/usr/include.

22 years ago * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
Neil Jerram [Tue, 12 Mar 2002 21:12:25 +0000 (21:12 +0000)]
* iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
rreadfds, rwritefds, rexceptfds): Made static.

* gc.c (terminating), fports.c (terminating): Renamed
scm_i_terminating.

22 years agoVarious minor enhancements ported from the stable CVS branch.
Neil Jerram [Tue, 12 Mar 2002 21:08:57 +0000 (21:08 +0000)]
Various minor enhancements ported from the stable CVS branch.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 19:29:35 +0000 (19:29 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 19:10:47 +0000 (19:10 +0000)]
*** empty log message ***

22 years agoNew tests for complex division.
Marius Vollmer [Mon, 11 Mar 2002 19:10:28 +0000 (19:10 +0000)]
New tests for complex division.

22 years ago(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
Marius Vollmer [Mon, 11 Mar 2002 19:10:01 +0000 (19:10 +0000)]
(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
problems.  Thanks to John W Eaton!

22 years agoCorrected function name in entry header.
Marius Vollmer [Mon, 11 Mar 2002 17:57:47 +0000 (17:57 +0000)]
Corrected function name in entry header.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Mar 2002 17:52:56 +0000 (17:52 +0000)]
*** empty log message ***

22 years ago(string_titlecase_x): Treat characters as unsigned so that 8-bit chars
Marius Vollmer [Mon, 11 Mar 2002 17:52:41 +0000 (17:52 +0000)]
(string_titlecase_x): Treat characters as unsigned so that 8-bit chars
work.  Thanks to David Pirotte!

22 years agoRemoved FIXME comment about hoos for malloc and free.
Marius Vollmer [Mon, 11 Mar 2002 17:51:52 +0000 (17:51 +0000)]
Removed FIXME comment about hoos for malloc and free.

22 years ago(scm_string_capitalize_x): Treat characters as unsigned so that 8-bit
Marius Vollmer [Mon, 11 Mar 2002 17:51:18 +0000 (17:51 +0000)]
(scm_string_capitalize_x): Treat characters as unsigned so that 8-bit
chars work.  Thanks to David Pirotte!

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
Dirk Herrmann [Sun, 10 Mar 2002 07:53:27 +0000 (07:53 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
'slot-set!' and 'nil-cond'.  Removed some uses of t.arg1, arg2 and
proc as temporary variables.  Introduced temporary variables with
hopefully descriptive names for clarification.  Replaced SCM_N?IMP
by a more explicit predicate in some places.

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
Dirk Herrmann [Sat, 9 Mar 2002 20:15:16 +0000 (20:15 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
Added lots of comments regarding the implementation of #@dispatch.
Changed intra-procedure communication to use t.arg1 instead of
arg2.  Removed some uses of t.arg1, t.lloc and proc as temporary
variables.  Introduced temporary variables with hopefully
descriptive names for clarification.  Replaced SCM_N?IMP by a more
explicit predicate in some places.  Use SCM_INSTANCE_HASH instead
of computing the expression explicitly.  Eliminate now unused
label nontoplevel_cdrxbegin.

* goops.h (SCM_INSTANCE_HASH): New macro.

* objects.h (SCM_CMETHOD_FORMALS, SCM_CMETHOD_BODY): New macros.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:29:19 +0000 (21:29 +0000)]
*** empty log message ***

22 years ago(bin_SCRIPTS): Revive this decl, w/ initial element
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:28:07 +0000 (21:28 +0000)]
(bin_SCRIPTS): Revive this decl, w/ initial element
"guile-snarf" moved back from `noinst_SCRIPTS'.

22 years ago(guile_TEXINFOS): Add tools.texi.
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:24:30 +0000 (21:24 +0000)]
(guile_TEXINFOS): Add tools.texi.

22 years ago(Miscellaneous Tools): Add under "Part II".
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:23:36 +0000 (21:23 +0000)]
(Miscellaneous Tools): Add under "Part II".
Implement by including tools.texi.

22 years ago(Miscellaneous Tools): New node/chapter.
Thien-Thi Nguyen [Fri, 8 Mar 2002 21:20:31 +0000 (21:20 +0000)]
(Miscellaneous Tools): New node/chapter.
(Snarfing, Init Snarfing with guile-snarf, How guile-snarf works,
Macros guile-snarf recognizes, Doc Snarfing): New nodes/(sub)sections.
(Executable Modules): Now a section under "Miscellaneous Tools".

22 years agoA couple of bug status updates.
Neil Jerram [Fri, 8 Mar 2002 18:04:57 +0000 (18:04 +0000)]
A couple of bug status updates.

22 years ago * snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
Neil Jerram [Fri, 8 Mar 2002 13:19:42 +0000 (13:19 +0000)]
* snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
docstring lines if possible, rather than just `#'.

22 years ago* Grammatical correction: change `are' to `is' in guile.m4 docstring.
Neil Jerram [Fri, 8 Mar 2002 13:18:59 +0000 (13:18 +0000)]
* Grammatical correction: change `are' to `is' in guile.m4 docstring.

22 years ago* Insert missing `of' in autoconf.texi.
Neil Jerram [Fri, 8 Mar 2002 13:18:00 +0000 (13:18 +0000)]
* Insert missing `of' in autoconf.texi.

22 years ago * docstring.el (docstring-libguile-directory,
Neil Jerram [Fri, 8 Mar 2002 13:13:36 +0000 (13:13 +0000)]
* docstring.el (docstring-libguile-directory,
docstring-display-location, docstring-show-source): New.

22 years ago * srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
Neil Jerram [Fri, 8 Mar 2002 13:11:34 +0000 (13:11 +0000)]
* srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
exists when adding a source property other than those that are
handled explicitly, add the new property to the SRCPROPS obj's
plist.

22 years ago* Fix bug caused by frame size overflowing its field.
Neil Jerram [Fri, 8 Mar 2002 13:07:50 +0000 (13:07 +0000)]
* Fix bug caused by frame size overflowing its field.

22 years agoRemoved maintainer section.
Marius Vollmer [Wed, 6 Mar 2002 21:12:43 +0000 (21:12 +0000)]
Removed maintainer section.

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:54:27 +0000 (20:54 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:47:26 +0000 (20:47 +0000)]
*** empty log message ***

22 years agoHandle "--source" option.
Thien-Thi Nguyen [Wed, 6 Mar 2002 20:46:41 +0000 (20:46 +0000)]
Handle "--source" option.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:46:28 +0000 (02:46 +0000)]
*** empty log message ***

22 years ago(ice9_sources): Add ftw.scm.
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:45:26 +0000 (02:45 +0000)]
(ice9_sources): Add ftw.scm.

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 6 Mar 2002 02:43:56 +0000 (02:43 +0000)]
Initial revision

22 years ago* eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'. Removed
Dirk Herrmann [Tue, 5 Mar 2002 21:10:15 +0000 (21:10 +0000)]
* eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'.  Removed
side-effecting operations from conditions and macro calls.
Replaced SCM_N?IMP by a more explicit predicate in some places.
Minimized the scope of some variables.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:54:19 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:53:34 +0000 (22:53 +0000)]
(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:40:21 +0000 (22:40 +0000)]
*** empty log message ***

22 years ago(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:39:06 +0000 (22:39 +0000)]
(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.

22 years ago(top_srcdir_absolute): New AC_SUBST var.
Thien-Thi Nguyen [Mon, 4 Mar 2002 22:37:37 +0000 (22:37 +0000)]
(top_srcdir_absolute): New AC_SUBST var.

22 years ago* Added an entry listing removed definitions.
Dirk Herrmann [Mon, 4 Mar 2002 20:34:30 +0000 (20:34 +0000)]
* Added an entry listing removed definitions.

22 years agoRemove self.
Thien-Thi Nguyen [Mon, 4 Mar 2002 19:28:00 +0000 (19:28 +0000)]
Remove self.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Mar 2002 16:36:50 +0000 (16:36 +0000)]
*** empty log message ***