Thien-Thi Nguyen
928633e6c3
List commands in commentary; nfc.
2002-04-03 02:28:35 +00:00
Thien-Thi Nguyen
cca8b915eb
*** empty log message ***
2002-04-02 10:43:51 +00:00
Thien-Thi Nguyen
add361abb0
Update copyright; nfc.
2002-04-02 10:43:19 +00:00
Rob Browning
0b829ad07e
* .cvsignore: add *.c.clean.c.
2002-04-02 01:41:13 +00:00
Rob Browning
e210cb8b1b
* .cvsignore: add *.c.clean.c. and re-sort.
2002-04-02 01:40:40 +00:00
Thien-Thi Nguyen
02c99c6f70
*** empty log message ***
2002-04-01 20:02:29 +00:00
Thien-Thi Nguyen
8f0162fd79
Remove "if MAINTAINER_MODE" conditional.
2002-04-01 20:01:55 +00:00
Neil Jerram
895a839792
Structural changes for alignment with unstable branch.
2002-04-01 18:37:00 +00:00
Neil Jerram
57827fe096
Improve doc on symbols.
2002-04-01 14:34:20 +00:00
Thien-Thi Nguyen
8606fb10f7
*** empty log message ***
2002-03-31 23:23:12 +00:00
Thien-Thi Nguyen
bac2ae5109
bye bye
2002-03-31 23:22:13 +00:00
Thien-Thi Nguyen
463251775d
Add usage comment.
...
Add workbook specification.
Add dist-files symlinking.
2002-03-31 23:21:59 +00:00
Thien-Thi Nguyen
426ddcf26e
*** empty log message ***
2002-03-31 12:01:30 +00:00
Thien-Thi Nguyen
e7f336aca3
bye bye
2002-03-31 11:59:39 +00:00
Thien-Thi Nguyen
9cc77c4c28
*** empty log message ***
2002-03-31 10:35:57 +00:00
Thien-Thi Nguyen
9b626a3114
Update copyright.
...
(dist-hook): Add, including related am/maintainers-dirs,
surrounded by "if MAINTAINER_MODE".
2002-03-31 10:35:13 +00:00
Thien-Thi Nguyen
320d044c78
*** empty log message ***
2002-03-31 01:17:00 +00:00
Thien-Thi Nguyen
5e8c08a3fe
(am_frags): Add "maintainer-dirs".
2002-03-31 01:16:11 +00:00
Thien-Thi Nguyen
9e2731fe6f
Initial revision
2002-03-31 01:15:29 +00:00
cvs2svn
e6c09c6525
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2002-03-31 01:12:59 +00:00
Thien-Thi Nguyen
3f679f625b
Initial revision
2002-03-31 01:12:57 +00:00
Neil Jerram
e8f1ff7188
Minor changes for syncing with stable branch.
2002-03-29 20:25:24 +00:00
Neil Jerram
4f694e31cc
Manual changes for deprecated items; merges from unstable branch.
2002-03-29 20:11:13 +00:00
Thien-Thi Nguyen
96d1f6eb64
*** empty log message ***
2002-03-28 01:53:18 +00:00
Thien-Thi Nguyen
3e676b6f82
Update copyright.
...
Point to manual in commentary; nfc.
2002-03-28 01:52:37 +00:00
Thien-Thi Nguyen
cdfc4a7ddd
*** empty log message ***
2002-03-28 01:41:35 +00:00
Thien-Thi Nguyen
6be07c5278
Update copyright.
...
Point to manual in commentary; nfc.
2002-03-28 01:39:12 +00:00
Thien-Thi Nguyen
0706ae06dc
Update copyright.
...
Add commentary; nfc.
2002-03-28 00:21:04 +00:00
Thien-Thi Nguyen
ead4514696
*** empty log message ***
2002-03-28 00:18:13 +00:00
Neil Jerram
801892e788
Various manual updates, including syncing with stable branch.
2002-03-27 21:55:31 +00:00
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