1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 18:50:23 +02:00
Commit graph

6883 commits

Author SHA1 Message Date
Neil Jerram
6dd447a368 Exchange of manual enhancements between stable and unstable branches. 2002-03-27 21:48:16 +00:00
Dirk Herrmann
bc76d62865 * 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.
2002-03-26 00:19:04 +00:00
Dirk Herrmann
5132eef0cf * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
CHECK_EXIT and removed all references to them.
2002-03-25 23:45:02 +00:00
Dirk Herrmann
680516ba5f * debug.h (scm_ready_p, debug_print): Removed declarations.
* eval.c (EVALCELLCAR): Removed.

(SCM_CEVAL): Eliminated label loopnoap.  Removed side-effecting
operation from condition.
2002-03-24 22:19:46 +00:00
Neil Jerram
890f4dd7e3 Change some uses of @ifinfo to @ifnottex so that HTML generation is appropriate. 2002-03-24 19:07:08 +00:00
Marius Vollmer
e31a525e80 *** empty log message *** 2002-03-24 14:12:14 +00:00
Marius Vollmer
033aa07c01 Updated to reflect changes to the guile-snarf tool. 2002-03-24 14:12:07 +00:00
Marius Vollmer
e2bd68e02c *** empty log message *** 2002-03-24 13:49:14 +00:00
Marius Vollmer
2c7a286a97 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-24 13:48:34 +00:00
Marius Vollmer
66c4b10985 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.
2002-03-24 13:47:06 +00:00
Thien-Thi Nguyen
fbea34b7cc bye bye 2002-03-24 00:44:31 +00:00
Thien-Thi Nguyen
8660251f7d bye bye 2002-03-24 00:38:21 +00:00
Thien-Thi Nguyen
a7dc0db49a bye bye 2002-03-24 00:23:49 +00:00
Dirk Herrmann
ab1f10940c * eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
and the corresponding goto statements.  Removed redundant code.
2002-03-23 00:39:25 +00:00
Rob Browning
c44b6ec0d3 *** empty log message *** 2002-03-21 16:35:13 +00:00
Rob Browning
dffe307d60 *** empty log message *** 2002-03-21 16:34:56 +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
Marius Vollmer
6dcf47bc77 Talk about SCM_MAGIC_SNARFER. 2002-03-20 21:22:21 +00:00
Marius Vollmer
60875e5f12 *** empty log message *** 2002-03-20 21:22:01 +00:00
Marius Vollmer
c4e8c78f23 Comment fixes. 2002-03-20 21:21:51 +00:00
Marius Vollmer
aa377eff24 *** empty log message *** 2002-03-20 20:57:19 +00:00
Marius Vollmer
b9bc21d499 Updated to reflect changes to the guile-snarf tool. 2002-03-20 20:57:10 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Marius Vollmer
34e011befd Do not warn about deprecated things, this will likely be done directly
from snarf.h.  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 "-".
2002-03-20 20:54:35 +00:00
Thien-Thi Nguyen
465f4e9ce9 (2): Add link for collated snapshots.
Stamp fixed.
2002-03-18 04:51:24 +00:00
Thien-Thi Nguyen
f29dc30246 (2): Add link for collated snapshots.
Stamp fixed.
2002-03-18 04:50:05 +00:00
Neil Jerram
b9dfb68494 Correct all instances of scm_t_c_hookype_t to scm_t_c_hook_type. 2002-03-16 14:07:27 +00:00
Neil Jerram
c16da59f61 Manual updates. 2002-03-16 13:51:03 +00:00
Neil Jerram
d6b977a640 Docstring and manual updates. 2002-03-16 13:35:23 +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
Marius Vollmer
c17c13898b *** empty log message *** 2002-03-15 21:20:44 +00:00
Thien-Thi Nguyen
62f97d3d52 Under "The concept of `vcells' has been deprecated",
add subheading "snarf macros deprecated" w/ 5 macros.
These are the same as in libguile/guile-snarf.in and
doc/ref/tools.texi.
2002-03-15 15:53:32 +00:00
Thien-Thi Nguyen
5cad375374 No longer list deprecrated macros under "Snarfing News"
since they are listed elsewhere already.
2002-03-15 14:39:35 +00:00
Thien-Thi Nguyen
9c3f56dc31 *** empty log message *** 2002-03-15 14:36:11 +00:00
Thien-Thi Nguyen
924e2c904b (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:35:02 +00:00
Thien-Thi Nguyen
ebc8b08d1e 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:32:02 +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
3b7163eefa Manual updates. 2002-03-15 14:12:58 +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
2af6ac9aec Small docstring fixes. 2002-03-15 10:33:37 +00:00
Neil Jerram
89a01d40f5 Change @var to @code in docstring. 2002-03-15 09:42:46 +00:00
Neil Jerram
3939e9df35 Change 3 instances of @var to @code in docstrings. 2002-03-15 09:40:57 +00:00
Neil Jerram
5a5464e533 * Docstring fixes and corresponding manual updates. 2002-03-15 09:23:19 +00:00
Marius Vollmer
500b0d5b72 *** empty log message *** 2002-03-14 22:25:57 +00:00