Thien-Thi Nguyen
2cd7ecb938
*** empty log message ***
2002-03-14 04:08:23 +00:00
Thien-Thi Nguyen
645f5e0ec1
Retire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-14 04:07:16 +00:00
Thien-Thi Nguyen
a2448fb144
Typofix.
2002-03-14 04:04:32 +00:00
Thien-Thi Nguyen
822250a42c
*** empty log message ***
2002-03-14 03:50:01 +00:00
Thien-Thi Nguyen
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-14 03:47:43 +00:00
Thien-Thi Nguyen
2287fb53d4
*** empty log message ***
2002-03-14 03:28:39 +00:00
Thien-Thi Nguyen
d5e1d82d1c
(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".
2002-03-14 03:27:51 +00:00
Thien-Thi Nguyen
e9c3d3f96a
(libpath.h): Use @top_srcdir_absoulte@.
...
(snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
(.c.doc): Use $(snarfcppopts).
2002-03-14 03:21:30 +00:00
Thien-Thi Nguyen
9bc6fb0a7d
Update copyright.
...
Rewrite to internalize error handling.
Add commentary.
2002-03-14 03:19:30 +00:00
Thien-Thi Nguyen
13b6820484
*** empty log message ***
2002-03-14 02:03:10 +00:00
Thien-Thi Nguyen
6f627b2b1e
(guile_toc.html): Look for guile.texi in $(srcdir).
2002-03-14 02:02:29 +00:00
Dirk Herrmann
b7798e1067
* 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.
2002-03-13 21:53:46 +00:00
Rob Browning
c87af2d55b
*** empty log message ***
2002-03-12 21:57:07 +00:00
Neil Jerram
e21f90f0de
* 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.
2002-03-12 21:54:52 +00:00
Neil Jerram
21b83aabb2
Automatic updates from snarfed libguile docstrings.
2002-03-12 21:54:22 +00:00
Rob Browning
56fd1933cc
* syncase.scm: fix bad let.
...
(gensym): fix failure on non-threaded
2002-03-12 21:53:56 +00:00
Rob Browning
efb378b01f
* guile-config.in (build-link): don't output -L/usr/lib.
...
(build-compile): don't output -I/usr/include.
2002-03-12 21:52:40 +00:00
Neil Jerram
04a98cff96
* iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
...
rreadfds, rwritefds, rexceptfds): Made static.
* gc.c (terminating), fports.c (terminating): Renamed
scm_i_terminating.
2002-03-12 21:12:25 +00:00
Neil Jerram
413d32b658
Various minor enhancements ported from the stable CVS branch.
2002-03-12 21:08:57 +00:00
Marius Vollmer
fd1fcb7f9e
*** empty log message ***
2002-03-11 19:29:35 +00:00
Marius Vollmer
5046250eb7
*** empty log message ***
2002-03-11 19:10:47 +00:00
Marius Vollmer
469b963c66
New tests for complex division.
2002-03-11 19:10:28 +00:00
Marius Vollmer
ba74ef4eae
(scm_divide): Adapt code from libstdc++/f2c to void potential overflow
...
problems. Thanks to John W Eaton!
2002-03-11 19:10:01 +00:00
Marius Vollmer
8794207d2e
Corrected function name in entry header.
2002-03-11 17:57:47 +00:00
Marius Vollmer
16d98032a4
*** empty log message ***
2002-03-11 17:52:56 +00:00
Marius Vollmer
bd7c7fc637
(string_titlecase_x): Treat characters as unsigned so that 8-bit chars
...
work. Thanks to David Pirotte!
2002-03-11 17:52:41 +00:00
Marius Vollmer
d955de820d
Removed FIXME comment about hoos for malloc and free.
2002-03-11 17:51:52 +00:00
Marius Vollmer
ff0a837c20
(scm_string_capitalize_x): Treat characters as unsigned so that 8-bit
...
chars work. Thanks to David Pirotte!
2002-03-11 17:51:18 +00:00
Dirk Herrmann
1d15ecd303
* 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.
2002-03-10 07:53:27 +00:00
Dirk Herrmann
f12745b633
* 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.
2002-03-09 20:15:16 +00:00
Thien-Thi Nguyen
1ebf1566bc
*** empty log message ***
2002-03-08 21:29:19 +00:00
Thien-Thi Nguyen
604a672efe
(bin_SCRIPTS): Revive this decl, w/ initial element
...
"guile-snarf" moved back from `noinst_SCRIPTS'.
2002-03-08 21:28:07 +00:00
Thien-Thi Nguyen
f394773de5
(guile_TEXINFOS): Add tools.texi.
2002-03-08 21:24:30 +00:00
Thien-Thi Nguyen
73ede5920e
(Miscellaneous Tools): Add under "Part II".
...
Implement by including tools.texi.
2002-03-08 21:23:36 +00:00
Thien-Thi Nguyen
fc17ed5b72
(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".
2002-03-08 21:20:31 +00:00
Neil Jerram
e07983b4b4
A couple of bug status updates.
2002-03-08 18:04:57 +00:00
Neil Jerram
27c54e0b59
* snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
...
docstring lines if possible, rather than just `#'.
2002-03-08 13:19:42 +00:00
Neil Jerram
e12ed7aa92
* Grammatical correction: change are' to
is' in guile.m4 docstring.
2002-03-08 13:18:59 +00:00
Neil Jerram
a3f0622d5d
* Insert missing `of' in autoconf.texi.
2002-03-08 13:18:00 +00:00
Neil Jerram
ecfeac8c95
* docstring.el (docstring-libguile-directory,
...
docstring-display-location, docstring-show-source): New.
2002-03-08 13:13:36 +00:00
Neil Jerram
58d233cca9
* 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.
2002-03-08 13:11:34 +00:00
Neil Jerram
020c890ccc
* Fix bug caused by frame size overflowing its field.
2002-03-08 13:07:50 +00:00
Marius Vollmer
54737001bb
Removed maintainer section.
2002-03-06 21:12:43 +00:00
Thien-Thi Nguyen
abae30146f
Initial revision
2002-03-06 20:54:27 +00:00
Thien-Thi Nguyen
9b398b6730
*** empty log message ***
2002-03-06 20:47:26 +00:00
Thien-Thi Nguyen
d902b02a5d
Handle "--source" option.
2002-03-06 20:46:41 +00:00
Thien-Thi Nguyen
6c5b8521d0
*** empty log message ***
2002-03-06 02:46:28 +00:00
Thien-Thi Nguyen
a3c51cc829
(ice9_sources): Add ftw.scm.
2002-03-06 02:45:26 +00:00
Thien-Thi Nguyen
df62517288
Initial revision
2002-03-06 02:43:56 +00:00
Dirk Herrmann
3f04400dd2
* 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.
2002-03-05 21:10:15 +00:00