Mikael Djurfeldt
933a7411bb
* configure.in: Added code to enable GUILE_ISELECT on systems
...
which have the necessary functions (gettimeofday, select).
* acconfig.h: Added GUILE_ISELECT.
1997-11-27 18:03:06 +00:00
Tim Pierce
3e2043c4dd
Fix a memory leak in scm_read_line and a type cast bug in the ptob.
...
* fports.c (scm_fgets): Use malloc/free rather than scm_must_malloc
and scm_must_free, since ultimately the string returned will be copied
by scm_makfrom0str anyway. Also, read any characters that may have
been pushed onto the port with scm_ungetc.
* ports.c (scm_generic_fgets): Same as for scm_fgets.
* ioext.c (scm_read_line): Free string after Guilifying it.
* ports.h (scm_ptobfuns): fgets method returns a char *, not a char.
1997-11-27 06:39:46 +00:00
Anthony Green
2c92112b3d
gh bug fix
1997-11-26 03:45:23 +00:00
Anthony Green
18daf95b39
gh bug fix
1997-11-26 03:13:00 +00:00
Tim Pierce
ef0f106fc3
Regenerated aclocal.m4 and configure with all the necessary
...
macros (didn't get AM_PROG_LIBTOOL or GUILE_DLSYM_USCORE correct
last time).
1997-11-26 02:16:16 +00:00
Mark Galassi
5aadf8c195
completing changes to gh_repl and uniform array stuff
1997-11-25 17:20:23 +00:00
Mark Galassi
ef5d3ae175
made changes in gh_repl() and started adding the uniform array stuff to gh_
1997-11-25 06:18:08 +00:00
Tim Pierce
774b7f2281
*** empty log message ***
1997-11-25 02:43:01 +00:00
Tim Pierce
db1e65d571
*** empty log message ***
1997-11-25 00:08:51 +00:00
Tim Pierce
0113293e54
fixed dynl memory leak
1997-11-22 19:15:09 +00:00
Tim Pierce
2a0d71767f
Added support for leading dlsym underscore.
1997-11-21 19:39:23 +00:00
Tim Pierce
e41530ba09
*** empty log message ***
1997-11-20 04:40:02 +00:00
Gary Houston
28d8ab3c69
* boot-9.scm (set-batch-mode?!, batch-mode?): initialize more
...
usefully so they will work from a script.
1997-11-09 23:36:17 +00:00
Mikael Djurfeldt
03ca35af55
Small fix of last fix...
1997-11-06 17:50:19 +00:00
Mikael Djurfeldt
80b991c346
* regex-posix.c (scm_free_regex_t): Return size of regex_t instead
...
of 0; size_t --> scm_size_t. Thanks to Bernard Urban.
1997-11-06 15:09:30 +00:00
Jim Blandy
0d5d71838d
*** empty log message ***
1997-11-06 06:15:27 +00:00
Marius Vollmer
13a7ee1606
*** empty log message ***
1997-10-31 22:18:09 +00:00
Marius Vollmer
cf8f1a90f9
* boot-9.scm (inherit-print-state): Moved definition to the
...
neighborhood of the record code.
1997-10-31 22:16:24 +00:00
Jim Blandy
43085eebce
Update FTP address for libtool.
1997-10-27 19:09:58 +00:00
Jim Blandy
930b16c032
*** empty log message ***
1997-10-27 07:07:15 +00:00
Jim Blandy
483f0ecb10
* boot-9.scm: Revert changes to this file from Oct 23. It turns
...
out to interact badly with the Emacs support and the Tcl/Tk
support. It's not a high enough priority at the moment to be
worth fixing. I'm leaving the other readline support in, though.
1997-10-27 07:07:03 +00:00
Mikael Djurfeldt
fdc0361488
* scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when
...
configure.in was changed).
1997-10-26 16:06:23 +00:00
Mikael Djurfeldt
1ad2d17957
* README (libtool): Tell people to use version 1.0e.
1997-10-26 15:44:00 +00:00
Jim Blandy
3fa5bb75c3
*** empty log message ***
1997-10-26 07:24:36 +00:00
Jim Blandy
99dc0f92fb
* Makefile.am (modinclude_HEADERS): Include readline.h here.
...
* Makefile.in: Regenerated.
1997-10-26 07:24:04 +00:00
Marius Vollmer
e5edf9b7e0
*** empty log message ***
1997-10-25 21:57:48 +00:00
Marius Vollmer
0ef4ae82e6
* print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUTPORT. An
...
OPORT is an `open' port, not an output port.
1997-10-25 21:54:46 +00:00
Marius Vollmer
7844682850
* filesys.c (scm_close, set_element, get_element, scm_chown,
...
scm_chmod, scm_stat, scm_truncate_file, scm_fcntl, scm_fsync): Use
SCM_COERCE_OUTPORT to cope with the printstate/port magic.
* ports.c (scm_port_revealed, scm_set_port_revealed_x,
scm_close_port, scm_port_line, scm_set_port_line_x,
scm_port_column, scm_set_port_column_x, scm_port_filename,
scm_set_port_filename_x, scm_port_mode,
scm_close_all_ports_except, scm_set_current_output_port,
scm_set_current_error_port): Likewise
* ioext.c (scm_redirect_port, scm_dup_to_fdes, scm_freopen,
scm_ftell, scm_fileno, scm_isatty_p, scm_primitive_move_to_fdes):
Likewise
* posix.c (scm_ttyname, scm_tcgetpgrp, scm_tcsetpgrp): Likewise
* backtrace.c (display_backtrace_body): Likewise
* fports (scm_setvbuf): Likewise
* socket.c (scm_getsockopt, scm_setsockopt, scm_shutdown,
scm_connect, scm_bind, scm_listen, scm_accept, scm_getsockname,
scm_getpeername, scm_send, scm_sendto): Likewise
* unif.c (scm_uniform_array_write): Likewise
1997-10-25 21:54:12 +00:00
Marius Vollmer
7fbd77df87
*** empty log message ***
1997-10-25 21:52:05 +00:00
Jim Blandy
35adba8665
* Makefile.am: Include readline.scm in the list of files to be
...
installed, so Guile can find it for interactive use.
* Makefile.in: Regenerated.
1997-10-25 18:24:01 +00:00
Jim Blandy
83531e61fc
*** empty log message ***
1997-10-25 06:55:55 +00:00
Jim Blandy
35bdeb9bba
* Makefile.am: Call the library libqthreads.a, not libqt.a. The
...
old name conflicts with the Qt user interface toolkit.
* Makefile.in: Regenerated.
1997-10-25 06:54:51 +00:00
Jim Blandy
c2cb25006b
Minor problems with substring-related tag changes.
...
* symbols.h (SCM_SUBSTRP): Don't mask off the S bit; that's
exactly what we want to leave in to detect substrings.
(SCM_ROSTRINGP, ROUCHARS): Formatting tweaks.
* tags.h: Fix diagrams and comments describing the S tag bit;
remove vestigial remarks about the D tag bit.
(SCM_TYP7, SCM_TYP7S): Rephrased for readability.
* strings.c: Formatting tweaks.
1997-10-25 06:53:47 +00:00
Jim Blandy
01cddfc1e8
* load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment
...
variable first; then SCHEME_LOAD_PATH, with a warning message.
(scm_parse_path): New function.
* script.c: Doc fixes.
1997-10-25 06:53:11 +00:00
Jim Blandy
51e6b88353
Call the QuickThreads library libqthreads.a, not libqt.a. The old
...
name conflicts with the Qt user interface toolkit.
* threads.m4 (CY_AC_WITH_THREADS): Use new library name.
* configure.in: Same.
* aclocal.m4, configure: Regenerated.
1997-10-25 06:52:10 +00:00
Jim Blandy
d33e93c12d
*** empty log message ***
1997-10-25 06:46:27 +00:00
Jim Blandy
e2d6569c47
Document "GUILE_LOAD_PATH" change.
...
Give more details about the deleted header files, and functions.
Clarify explanation of build-guile.
Make all the syscall changes subheadings of "Changes to Scheme
functions and syntax".
1997-10-25 06:44:31 +00:00
Jim Blandy
cf591c72fe
Refer to "GUILE_LOAD_PATH", instead of "SCHEME_LOAD_PATH".
1997-10-25 06:34:53 +00:00
Jim Blandy
2e3685828a
*** empty log message ***
1997-10-23 05:03:29 +00:00
Jim Blandy
a2d4941fb5
Readline support, from Daniel Risacher.
...
* readline.c, readline.h: New files.
* init.c: #include "readline.h".
(scm_boot_guile_1): Call scm_init_readline, if we have it.
* Makefile.am (libguile_la_SOURCES): Include readline.c.
* Makefile.in: Regenerated.
* scmconfig.h.in: Regenerated, after change to ../configure.
1997-10-23 05:02:18 +00:00
Jim Blandy
a6002912d7
* ls.scm (ls, lls): Don't assume (eq? #f '()).
1997-10-23 05:01:12 +00:00
Jim Blandy
a3cd2b988f
Add support for readline function.
...
* readline.scm: New module.
* boot-9.scm (repl-reader): New function.
(scm-style-repl): Call repl-reader, instead of doing the reading
ourselves. Remove repl-report-reset; it was never used for
anything.
(top-repl): If we've got the readline primitives, then redefine
repl-reader to use them.
If we've got the readline primitives, import the readline module.
1997-10-23 05:00:55 +00:00
Jim Blandy
81e9e32f8e
* configure.in: Check for the readline library, and the termcap
...
library (on which readline relies).
* configure: Regenerated.
1997-10-23 04:59:30 +00:00
Jim Blandy
6a4d3cfd00
* calling.scm, common-list.scm, ls.scm, q.scm, runq.scm,
...
string-fun.scm: Added copyright notices; reformatted.
1997-10-22 22:27:33 +00:00
Jim Blandy
b1f4ddc1ff
*** empty log message ***
1997-10-22 21:01:17 +00:00
Jim Blandy
93ad5c88a1
New libtool: 1.0e.
...
* ltconfig, ltmain.sh, config.sub, config.guess: Updated.
* configure, aclocal.m4: Regenerated.
1997-10-22 20:58:02 +00:00
Mark Galassi
956328d2a4
a couple of name changes for consistency with ! -> _x
1997-10-20 17:32:08 +00:00
Mark Galassi
7fee59bd4a
implemented several missing gh_ functions, mostly related to lists and pairs
1997-10-20 03:59:37 +00:00
Tom Tromey
02755d5967
updated NEWS for mbstring removal
1997-10-18 17:40:16 +00:00
Mikael Djurfeldt
8a6d7c7ccc
* tags.h (scm_tc7_substring): Changed the comment and code to
...
conform with the changes below. Folks! We have suddenly two new
free tc7 codes!!! Jummy, jummy!
1997-10-18 00:20:50 +00:00