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

786 commits

Author SHA1 Message Date
Jim Blandy
9e2310a80c *** empty log message *** 1997-06-24 05:43:29 +00:00
Jim Blandy
2409cdfac7 *** empty log message *** 1997-06-23 23:49:39 +00:00
Jim Blandy
161029df7d *** empty log message *** 1997-06-23 06:09:42 +00:00
Jim Blandy
0fcab5ed09 New instructions for running without installing: include build dir in
load path.
1997-06-22 23:26:45 +00:00
Gary Houston
89ea5b7cdf * ports.h: new prototype.
* ports.c (scm_flush_all_ports): new procedure, scsh compatible.
1997-06-21 18:46:27 +00:00
Marius Vollmer
e035e7e68b Added text about dynamic linking functions. 1997-06-16 19:12:03 +00:00
Jim Blandy
832b09eda7 *** empty log message *** 1997-06-12 02:59:54 +00:00
Marius Vollmer
5dade85779 *** empty log message *** 1997-06-04 22:42:29 +00:00
Jim Blandy
27590f82e2 Noted fact that libguile will sometimes use Rx. 1997-06-03 21:41:51 +00:00
Gary Houston
115b09a504 provide documentation for sigaction 1997-06-01 00:44:24 +00:00
Gary Houston
e1a191a8ca * scmsigs.h, async.h: updated.
* _scm.h: if HAVE_RESTARTS is defined then don't use a SYSCALL
loop.

* posix.c (scm_uname): interpret only negative values as an error.
Solaris normally returns a positive value.

* script.c (scm_compile_shell_switches): if we are not going into
an interactive repl, set scm_mask_ints to zero so that asyncs can
run.

* simpos.c (scm_system):  don't ignore/unignore signals around
the "system" call.

* posix.c (scm_open_pipe): don't ignore/unignore signals around
the "popen" call.

* init.c (scm_boot_guile_1): don't call scm_init_signals, it's
done in boot-9.scm instead.

* scmsigs.c, async.c: Major rewriting of signal handling code.
(scm_sigaction): new procedure.
(scm_sleep): don't wrap sleep in SCM_SYSCALL, it would mess up the
timing.
(scm_raise): return unspecified, throw error on failure.

* boot-9.scm: signal-handler, alarm-thunk: removed.
don't define ticks-interrupt etc.
top-repl: install signal handlers for SIGINT, SIGFPE, SIGSEGV, SIGBUS
during call to scm-style-repl.

* acconfig.h: mention HAVE_RESTARTS.
* configure.in: check for sigaction and restartable system calls.
1997-05-31 19:02:38 +00:00
Jim Blandy
1e5afba02b *** empty log message *** 1997-05-29 00:13:01 +00:00
Jim Blandy
b83b8beea9 *** empty log message *** 1997-05-28 00:09:49 +00:00
Jim Blandy
737c9113fe *** empty log message *** 1997-05-27 23:17:46 +00:00
Jim Blandy
f348c8074e Include rationale for removing ungetc-char-ready?. 1997-05-26 18:05:21 +00:00
Jim Blandy
cf78e9e8ce *** empty log message *** 1997-05-16 11:50:31 +00:00
Jim Blandy
095936d24f *** empty log message *** 1997-05-16 08:05:22 +00:00
Jim Blandy
48d224d7a6 *** empty log message *** 1997-05-15 21:22:12 +00:00
Jim Blandy
e67ea2f1bb *** empty log message *** 1997-05-14 23:34:37 +00:00
Jim Blandy
f3b1485f15 *** empty log message *** 1997-05-14 23:33:37 +00:00
Mark Galassi
aaef0d2a45 * gh_funcs.c (gh_define): added this function.
* gh_init.c (gh_catch): fixed stupid bug, gh_catch() was not
 	returning anything.

	* gh_data.c (gh_scm2newstr): Renamed gh_scm2str0() to
	gh_scm2newstr(), and did away with the str0 convention (it doesn't
	seem to belong in gh_).
	(gh_scm2str): this function now copies Scheme data to a
	pre-allocated C string.
1997-02-10 23:39:51 +00:00
Mark Galassi
ea00ecbade some updates on gh_ and also incorporated Jim Blandy's essay in the ref manual 1997-01-25 00:01:08 +00:00
Jim Blandy
f7b4773769 Start new section for post-1.0 changes. 1997-01-07 00:49:26 +00:00
Jim Blandy
4b521edbfe * GUILE-VERSION: Updated version number.
* NEWS: Added comments for all the user-visible changes marked in
the ChangeLogs.
* README: Updated for release.
1997-01-05 21:59:40 +00:00
Jim Blandy
d9fb83d94c *** empty log message *** 1996-12-23 05:00:09 +00:00
Jim Blandy
34fe49a53a *** empty log message *** 1996-12-23 04:59:10 +00:00
Jim Blandy
c6486f8a92 *** empty log message *** 1996-12-23 04:56:56 +00:00
Jim Blandy
3763761c89 *** empty log message *** 1996-11-20 21:06:20 +00:00
Jim Blandy
8512dea604 *** empty log message *** 1996-11-10 00:15:36 +00:00
Jim Blandy
deb95d7196 *** empty log message *** 1996-11-09 23:32:27 +00:00
Jim Blandy
1a1945be8c *** empty log message *** 1996-11-09 23:30:58 +00:00
Jim Blandy
3065a62a4c *** empty log message *** 1996-10-25 08:40:27 +00:00
Jim Blandy
6685dc83e5 . 1996-09-10 00:55:06 +00:00
Jim Blandy
16f2ebea9a . 1996-08-14 03:17:40 +00:00
Jim Blandy
4820c5cbf0 * NEWS: Fix bug reporting address. 1996-08-12 20:12:21 +00:00
Jim Blandy
5c54da7692 * README: Renamed from ANNOUNCE; include bug report address,
description, and short tour.
* INSTALL: Renamed from BUILDING.
* NEWS: New file.
* Makefile.in (DISTFILES): Update appropriately.
1996-08-06 19:44:39 +00:00