1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
Commit graph

6185 commits

Author SHA1 Message Date
Rob Browning
c44b6ec0d3 *** empty log message *** 2002-03-21 16:35:13 +00:00
Dirk Herrmann
42030fb275 * 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.
2002-03-21 00:36:03 +00:00
Dirk Herrmann
e050d4f824 * 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.
2002-03-20 23:53:13 +00:00
Thien-Thi Nguyen
f29dc30246 (2): Add link for collated snapshots.
Stamp fixed.
2002-03-18 04:50:05 +00:00
Neil Jerram
c16da59f61 Manual updates. 2002-03-16 13:51:03 +00:00
Neil Jerram
387d418c55 * Manual updates on hooks and features.
* Fix scm_t_c_hookype_t corruption.
2002-03-16 00:27:25 +00:00
Thien-Thi Nguyen
b193d130d8 Typofix. 2002-03-15 14:25:54 +00:00
Thien-Thi Nguyen
34ad73ede8 *** empty log message *** 2002-03-15 14:23:19 +00:00
Thien-Thi Nguyen
b5bb4262ea (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.
2002-03-15 14:22:07 +00:00
Neil Jerram
198586ed74 Manual updates. 2002-03-15 14:03:53 +00:00
Thien-Thi Nguyen
a6d344d347 *** empty log message *** 2002-03-15 14:02:18 +00:00
Thien-Thi Nguyen
77b26c9397 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'.
2002-03-15 14:00:02 +00:00
Neil Jerram
bb2c02f237 Small docstring fixes. 2002-03-15 10:37:40 +00:00
Neil Jerram
3939e9df35 Change 3 instances of @var to @code in docstrings. 2002-03-15 09:40:57 +00:00
Marius Vollmer
500b0d5b72 *** empty log message *** 2002-03-14 22:25:57 +00:00
Marius Vollmer
a08b0d0058 (singp): Use SCM_REALP instead of SCM_SLOPPY_REALP. 2002-03-14 22:25:31 +00:00
Marius Vollmer
3b3cc78115 *** empty log message *** 2002-03-14 22:23:56 +00:00
Marius Vollmer
09e804ff6f (SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove
trailing non-init code.
2002-03-14 22:23:43 +00:00
Marius Vollmer
d3bd0027d4 (modern_snarf): Remove everything following and including "^:^" from
the output.
2002-03-14 22:21:53 +00:00
Thien-Thi Nguyen
7199029717 *** empty log message *** 2002-03-14 07:57:42 +00:00
Thien-Thi Nguyen
6a9a7bf27a (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 07:55:34 +00:00
Dirk Herrmann
dff9830622 * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.
* eval.c (SCM_CEVAL): Exlined call to EVALCAR.
2002-03-14 06:45:56 +00:00
Thien-Thi Nguyen
ffaf65cdd0 *** empty log message *** 2002-03-14 04:12:16 +00:00
Thien-Thi Nguyen
49569f6389 (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 04:11:28 +00:00
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