Jim Blandy
c1a649bff8
*** empty log message ***
1997-05-17 18:50:15 +00:00
Jim Blandy
81b0353ff0
* config.sub: Get newer version, that recognizes the i686.
1997-05-17 18:50:09 +00:00
Jim Blandy
c5ac623b73
*** empty log message ***
1997-05-16 23:45:39 +00:00
Jim Blandy
cf78e9e8ce
*** empty log message ***
1997-05-16 11:50:31 +00:00
Jim Blandy
3bd0adbc91
*** empty log message ***
1997-05-16 11:29:07 +00:00
Jim Blandy
d6517afe63
*** empty log message ***
1997-05-16 11:11:58 +00:00
Jim Blandy
5761caf800
*** empty log message ***
1997-05-16 10:39:12 +00:00
Jim Blandy
1dfe003fcf
*** empty log message ***
1997-05-16 10:37:58 +00:00
Jim Blandy
adb98aa9da
*** empty log message ***
1997-05-16 09:26:12 +00:00
Jim Blandy
ba92932293
Guile 1.1 released.
...
* GUILE-VERSION: Bump to 1.1.
1997-05-16 09:26:01 +00:00
Jim Blandy
20cd54a08d
* Makefile.am (libguile_la_LDFLAGS): Update libguile's shared
...
library version info to 1:0.
* Makefile.in: Regenerated.
1997-05-16 09:25:50 +00:00
Jim Blandy
142ad3d9a7
*** empty log message ***
1997-05-16 09:15:53 +00:00
Jim Blandy
df9cf11089
* debug.scm: Update copyright years; this file has been worked on
...
in 1997.
1997-05-16 09:14:45 +00:00
Jim Blandy
1e598865e9
* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
...
gdb_interface.h, gdbint.c, gdbint.h, gh_data.c, gh_init.c,
gh_io.c, gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c,
init.c, net_db.c, options.c, options.h, ports.c, print.c, read.c,
script.h, snarf.h, srcprop.c, srcprop.h, stacks.c, stacks.h,
throw.c: Update copyright years; these files have been worked on
significantly in 1997, but only had copyright years for 1996.
Also, change name of copyright holder on some from Mikael
Djurfeldt to Free Software Foundation; he has signed papers
assigning the changes to the FSF.
1997-05-16 09:14:28 +00:00
Jim Blandy
eeb56f3c7b
*** empty log message ***
1997-05-16 08:07:47 +00:00
Jim Blandy
8e56830978
* script.c (scm_shell_usage): Pass FATAL to exit. There's no
...
reason not to give the user the option.
1997-05-16 08:07:35 +00:00
Jim Blandy
3d781d4935
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
...
Return #f on end-of-file when scanning table (i.e. when called
with no arguments). Try to catch errors, when we can.
* posix.c (scm_getgrgid, scm_getpwuid): Same.
1997-05-16 08:06:17 +00:00
Jim Blandy
095936d24f
*** empty log message ***
1997-05-16 08:05:22 +00:00
Jim Blandy
190b072dc8
*** empty log message ***
1997-05-15 21:30:45 +00:00
Jim Blandy
9cb76af41a
* script.h (scm_shell-usage, scm_compile_shell_switches): New
...
external declarations. These are useful.
1997-05-15 21:30:06 +00:00
Jim Blandy
075139397c
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
...
Return #f on end-of-file when scanning table (i.e. when called
with no arguments). Try to catch errors, when we can.
1997-05-15 21:29:58 +00:00
Jim Blandy
5aa7fe691e
doc fix
1997-05-15 21:22:25 +00:00
Jim Blandy
48d224d7a6
*** empty log message ***
1997-05-15 21:22:12 +00:00
Gary Houston
cafa4c681e
* expect.scm: use gettimeofday instead of get-internal-real-time
...
and use a floating point timeout when calling select. Untested,
since the regex library is currently AWOL.
1997-05-15 08:48:38 +00:00
Gary Houston
a48a89bc17
* posix.c: don't include <sys/select.h> or define macros for
...
select, since they were not used in this file.
* * filesys.c (scm_select): make the fifth parameter microseconds,
not milliseconds. let the fourth parameter be either a real value
or an integer or #f. The first, second and third arguments can
now be vectors: the type of the corresponding return set will be
the same.
(set_element, get_element): new static procedures.
1997-05-15 08:46:37 +00:00
Jim Blandy
223be5f043
*** empty log message ***
1997-05-15 02:03:37 +00:00
Jim Blandy
b377f53e56
* strports.c (scm_eval_string): New function.
...
(scm_eval_0str): Trivially re-implemented in terms of
scm_eval_string.
* strports.h (scm_eval_string): New extern decl.
1997-05-15 02:02:40 +00:00
Jim Blandy
3a3e9e09b8
* boot-9.scm (eval-string): Function deleted; it was already
...
implemented in C, so there's no point in making a divergable copy
here.
1997-05-15 02:01:08 +00:00
Jim Blandy
e1cd56f9d3
*** empty log message ***
1997-05-15 00:59:19 +00:00
Jim Blandy
7a98cdb9df
* net_db.c (h_errno): Add extern decl for this.
1997-05-15 00:59:04 +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
Jim Blandy
6a2c4c81ae
* fports.c (local_pclose): New function.
...
(scm_pipob): Use it in the initializer here.
1997-05-14 23:31:00 +00:00
Jim Blandy
45db98d029
From Tim Pierce:
...
* net_db.c (scm_gethost, scm_getproto, scm_getnet, scm_getserv):
Use a meaningful error message when signalling an error. For
this, scm_gethost must check h_errno rather than errno.
1997-05-14 17:20:10 +00:00
Jim Blandy
86327304c8
Doc fix.
1997-05-14 16:59:16 +00:00
Jim Blandy
3628c73782
*** empty log message ***
1997-05-13 22:14:10 +00:00
Jim Blandy
9b01064c23
*** empty log message ***
1997-05-13 21:42:30 +00:00
Jim Blandy
de185a275e
* Makefile.in: Regenerated, using automake-1.1p.
1997-05-13 21:42:11 +00:00
Jim Blandy
c7b6463eda
Switch to automake-1.1p.
...
* Makefile.in, aclocal.m4, configure: Regenerated.
1997-05-13 21:37:45 +00:00
Jim Blandy
cbb9f376ac
Doc fix
1997-05-13 15:54:07 +00:00
Gary Houston
0267051bad
socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,
...
not SCM_UNSPECIFIED
1997-05-13 04:56:21 +00:00
Gary Houston
d636d18c1e
* socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,
...
not SCM_UNSPECIFIED.
1997-05-13 04:54:25 +00:00
Gary Houston
08fea0882d
* script.c (scm_compile_shell_switches): don't append (quit) if
...
interactive.
(scm_shell): call scm_exit_status and exit on the result of the
evaluation.
1997-05-13 04:49:49 +00:00
Gary Houston
1fbc60b2c3
* boot-9.scm (error-catching-loop): don't read a line from
...
current input when quit is encountered, the previous change
fixes this too.
1997-05-13 04:46:16 +00:00
Jim Blandy
c7d97590d6
*** empty log message ***
1997-05-13 00:02:23 +00:00
Jim Blandy
480977d064
* boot-9.scm (scm-style-repl): After reading an expression,
...
consume any trailing newline (perhaps preceded by whitespace), to
avoid screwing up GDB. More detail in comments.
1997-05-13 00:02:05 +00:00
Jim Blandy
d53f4df2ea
*** empty log message ***
1997-05-12 23:34:10 +00:00
Jim Blandy
fe4d391f11
* threads.m4: Copy Anthony's change here, so it'll actually
...
survive.
1997-05-12 23:34:06 +00:00
Jim Blandy
821eb64e11
*** empty log message ***
1997-05-12 22:43:49 +00:00
Jim Blandy
89958ad0ef
Ensure that shared substrings are handled properly when passed to
...
a system call or other foreign function. Many thanks to Tim
Pierce!
* symbols.h (SCM_COERCE_SUBSTR): new macro.
* filesys.c (scm_chmod, scm_rename, scm_delete_file, scm_mkdir,
scm_rmdir, scm_opendir, scm_chdir, scm_symlink, scm_readlink,
scm_lstat), ports.c (scm_sys_make_void_port), posix.c (scm_utime,
scm_putenv, scm_setlocale, scm_mknod), stime.c (setzone,
scm_strftime), vports.c (scm_make_soft_port), backtrace.c
(scm_display_error_message): use RO macros when strings may be RO.
* error.c (scm_error_scm), filesys.c (scm_chown, scm_chmod,
scm_rename, scm_delete_file, scm_mkdir, scm_rmdir, scm_opendir,
scm_chdir, scm_symlink, scm_readlink, scm_lstat), ioext.c
(scm_freopen, scm_duplicate_port, scm_fdopen), net_db.c
(scm_gethost, scm_getnet, scm_getproto, scm_getserv), ports.c
(scm_sys_make_void_port), posix.c (scm_getgrgid, scm_utime,
scm_setlocale, scm_mknod), stime.c (setzone, scm_strptime,
scm_strftime), vports.c (scm_make_soft_port): use
SCM_COERCE_SUBSTR to make sure shared substrings are
null-terminated.
1997-05-12 22:43:10 +00:00