Marius Vollmer
621e832470
Added description of readline stuff.
1999-09-22 19:47:30 +00:00
Jim Blandy
0dcad30f73
*** empty log message ***
1999-09-22 04:37:18 +00:00
Jim Blandy
2fb362976f
* backtrace.c: #include "_scm.h" before testing whether
...
HAVE_UNISTD_H is #defined.
1999-09-22 04:36:56 +00:00
Jim Blandy
b717f2b111
... to injury.
1999-09-21 04:21:36 +00:00
Jim Blandy
95b09b8fa1
Add insults.
1999-09-21 04:21:10 +00:00
Jim Blandy
65b57e21cb
*** empty log message ***
1999-09-20 23:57:55 +00:00
Jim Blandy
5f2125be10
Doc fix.
1999-09-20 23:57:44 +00:00
Jim Blandy
fe5b6bebaa
* tests/ports.test: Check that our input functions cope when
...
current-input-port is closed.
1999-09-20 23:57:08 +00:00
Jim Blandy
24e720c8d5
*** empty log message ***
1999-09-20 23:36:16 +00:00
Jim Blandy
4cc81ec6ca
* read.c (scm_read): Don't assume that scm_cur_inp is always open.
...
* ports.c (scm_read_char): Same.
* ioext.c (scm_read_line): Same.
(Thanks to Bernard Urban.)
1999-09-20 23:34:57 +00:00
Mikael Djurfeldt
920ffdaa76
*** empty log message ***
1999-09-20 23:05:51 +00:00
Mikael Djurfeldt
2cc4167286
* vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
...
in SCM_ASSERT macro.
numbers.c: Removed #ifndef SCM_RECKLESS at places where type
checking may invoke a generic. (Thanks to Michael Livshin.)
1999-09-20 23:01:33 +00:00
Jim Blandy
d033ad5377
*** empty log message ***
1999-09-20 22:52:08 +00:00
Jim Blandy
f88fdc6e32
* tests/regexp.test: Check regexp-substitute/global when there are
...
no matches. (Duh.)
1999-09-20 22:52:02 +00:00
Jim Blandy
83c0c66087
*** empty log message ***
1999-09-20 22:42:04 +00:00
Mikael Djurfeldt
ff725a178e
Fix
1999-09-20 22:25:10 +00:00
Mikael Djurfeldt
3a8514f7e7
*** empty log message ***
1999-09-20 22:17:14 +00:00
Mikael Djurfeldt
73ef98d674
Fix
1999-09-20 22:10:38 +00:00
Mikael Djurfeldt
b3c8a0f568
* __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros.
1999-09-20 22:09:21 +00:00
Gary Houston
de881428b8
typing correction
1999-09-20 22:04:51 +00:00
Mikael Djurfeldt
afe93bdb38
*** empty log message ***
1999-09-20 21:52:48 +00:00
Mikael Djurfeldt
0e3aa89fda
* numbers.c (scm_max, scm_min, scm_sum, scm_difference,
...
scm_product, scm_divide): Bugfix: Don't pass SCM_UNDEFINED to the
generic function if the asubr is called with only one arg.
1999-09-20 21:51:50 +00:00
Gary Houston
7ee92fcefd
* configure.in: check availability of siginterrupt.
...
* scmsigs.c (scm_sigaction): add SA_RESTART to flags only if
HAVE_RESTARTABLE_SYSCALLS.
(scm_init_scmsigs): use siginterrupt if it's available. not
everyone who has restartable syscalls has SA_RESTART it seems.
(scm_sigaction): use scm_num2long/scm_long2num when converting
SIG_DFL/SIG_IGN, in case it doesn't fit in an INUM. use
scm_integer_p to test the type.
1999-09-20 21:32:23 +00:00
Mikael Djurfeldt
240ed66f84
*** empty log message ***
1999-09-19 14:37:31 +00:00
Mikael Djurfeldt
daf516d661
*** empty log message ***
1999-09-19 14:35:53 +00:00
Jim Blandy
d4c83f63ff
*** empty log message ***
1999-09-19 01:01:25 +00:00
Mikael Djurfeldt
394a535ed0
*** empty log message ***
1999-09-19 00:00:01 +00:00
Jim Blandy
293b302524
*** empty log message ***
1999-09-18 22:19:39 +00:00
Jim Blandy
0ade87701e
*** empty log message ***
1999-09-18 22:13:54 +00:00
Gary Houston
913238c5b4
regenerated Makefile.in
1999-09-18 19:09:25 +00:00
Gary Houston
08b8c6948d
1999-09-18 Gary Houston <ghouston@freewire.co.uk>
...
* configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
testing for SA_RESTART.
1999-09-18 Gary Houston <ghouston@freewire.co.uk>
* _scm.h, scmsigs.c: replace HAVE_RESTARTS with
HAVE_RESTARTABLE_SYSCALLS.
1999-09-18 17:13:38 +00:00
Gary Houston
e684c60f44
1999-09-18 Gary Houston <ghouston@freewire.co.uk>
...
* strports.c (scm_strport_to_string): create the string from
pt->read_buf instead of an expression that evaluates to the
same thing.
* gdbint.c (gdb_print): don't just use SCM_CHARS to get a C string
from the port: the port's buffer may not be NUL terminated.
1999-09-18 08:36:35 +00:00
Mikael Djurfeldt
46a47bedc2
Regenerated
1999-09-17 18:54:09 +00:00
Jim Blandy
8ae4d7ba12
Fix name of snapshot directory.
1999-09-17 17:10:50 +00:00
Jim Blandy
14a7a25d4d
Run automake after everything else, as per Tom Tromey's advice.
1999-09-17 17:10:25 +00:00
Jim Blandy
f89a27fae7
*** empty log message ***
1999-09-17 17:09:38 +00:00
Jim Blandy
18f468f8ca
*** empty log message ***
1999-09-17 16:40:50 +00:00
Mikael Djurfeldt
09cbffcde1
*** empty log message ***
1999-09-16 23:45:11 +00:00
Mikael Djurfeldt
e385639ebb
* debugger.scm (read-and-dispatch-commands): Handle other throws
...
than 'exit-debugger.
1999-09-16 23:44:54 +00:00
Mikael Djurfeldt
8087b6be5a
* boot-9.scm (before-signal-stack): New fluid.
...
(top-repl): Set before-signal-stack in the signal handler.
1999-09-16 23:44:33 +00:00
Mikael Djurfeldt
4c59297c68
*** empty log message ***
1999-09-16 22:42:36 +00:00
Mikael Djurfeldt
318a34eeb6
* debugger.scm (eval-handler): Handle unhandled exceptions.
1999-09-16 22:42:11 +00:00
Mikael Djurfeldt
b50408e5db
*** empty log message ***
1999-09-16 21:26:46 +00:00
Mikael Djurfeldt
8b8fd2e3ce
* debugger.scm ("p"): New alias for "evaluate";
...
Mark module with :no-backtrace.
("position"): New command.
(source-position, display-position): New procedures.
(display-source): Display position of expression, if available.
(catch-user-errors): Return #f on error. (Commands are expected
to return a valid state.)
(read-and-dispatch-command): Bugfix: Return old state on error.
1999-09-16 21:26:27 +00:00
Jim Blandy
bbfba54575
*** empty log message ***
1999-09-16 20:10:31 +00:00
Jim Blandy
f564140129
* regex.scm (regexp-substitute/global): Handle the end of the
...
match list and an empty match list identically. (Thanks to Greg
Badros.)
1999-09-16 20:09:46 +00:00
Mikael Djurfeldt
8cc9503dc0
*** empty log message ***
1999-09-16 11:51:49 +00:00
Mikael Djurfeldt
95042d95f0
* Makefile.am (.c.x): Added missing semicolon after `false'.
1999-09-16 11:51:02 +00:00
Mikael Djurfeldt
ca95609d5b
* Makefile.am (.c.x): Use same rule as in libguile.
1999-09-16 11:50:49 +00:00
Mikael Djurfeldt
86a4d62e37
*** empty log message ***
1999-09-16 00:34:21 +00:00