Keisuke Nishida
c8762438f5
* match.scm: New file.
2001-02-25 18:18:56 +00:00
Marius Vollmer
b8d69b374c
*** empty log message ***
2001-02-21 20:12:17 +00:00
Marius Vollmer
7af4defed1
*** empty log message ***
2001-02-13 01:09:25 +00:00
Marius Vollmer
ec9709f00f
*** empty log message ***
2001-02-11 18:17:56 +00:00
Marius Vollmer
548728ea6d
*** empty log message ***
2001-02-08 18:52:05 +00:00
Marius Vollmer
fbf0c8c7b1
*** empty log message ***
2001-02-04 18:21:38 +00:00
Dirk Herrmann
e9bab9df3d
* Make readline run-time options accessible.
2001-01-26 16:58:48 +00:00
Gary Houston
6d36532c1c
* boot-9.scm: don't import (ice-9 rdelim) here. it's done
...
in C for now.
* rdelim.scm: export the C primitives too.
* documentation.scm: use (ice-9 rdelim).
* filesys.c (scm_link): docstring fix.
* fports.h (scm_setfileno): obsolete declaration removed.
* posix.c: bogus popen declaration removed.
* rdelim.c: new file, split from ioext.c with new proc
scm_init_rdelim.
* rdelim.h: new file.
* Makefile.am: add rdelim.c and related files.
* init.c: call scm_init_rdelim. include rdelim.h.
2001-01-24 21:45:09 +00:00
Gary Houston
9d7748147e
* rdelim.scm: new file implementing module (ice-9 rdelim).
...
* ice-9.scm (scm-line-incrementors read-line! read-delimited!
read-delimited read-line): moved to rdelim.scm.
scm-line-incrementors is not exported.
* boot-9.scm: import (ice-9 rdelim) for backwards compatibility,
for now.
* lineio.scm: use module (ice-9 rdelim).
* Makefile.am (ice9_sources): add rdelim.scm.
2001-01-21 22:11:29 +00:00
Dirk Herrmann
1746633025
* Remove calls to symbol-interned? which have always been useless, but now
...
have become wrong since symbols and bindings are separated.
2000-12-29 15:47:16 +00:00
Dirk Herrmann
10764e3c34
* Fixed the last patch (which was uncomplete). Thanks to Dale P. Smith.
2000-12-13 09:44:28 +00:00
Dirk Herrmann
b52e071bc5
* The creation of symbols and bindings are two separate issues now.
2000-12-12 18:36:35 +00:00
Dirk Herrmann
6b098fecdc
* Lookup 'use-emacs-interface in the-root-module.
2000-12-12 18:10:56 +00:00
Neil Jerram
40fa5c3f3a
* Fix spelling mistake.
2000-12-08 15:39:10 +00:00
Dirk Herrmann
4e15fee80f
* Don't use make-shared-substring any more.
2000-11-28 13:40:40 +00:00
Gary Houston
3923fa6d06
* boot-9.scm: values?, get-values, values, call-with-values:
...
removed. values and call-with-values are now primitives and
the other two were only exported by accident. don't define
*values-rtd* record type or handle multiple values in
scm-style-repl.
2000-11-26 18:28:57 +00:00
Gary Houston
a9c632a2f3
2000-11-07 Gary Houston <ghouston@arglist.com>
...
* popen.scm (open-output-pipe): added docstrings for open-input-pipe
and open-output-pipe.
2000-11-09 22:46:07 +00:00
Gary Houston
8ccc61e837
2000-11-06 Gary Houston <ghouston@arglist.com>
...
* popen.scm (open-process): bug fix: don't use
close-all-ports-except to close ports in the child process, since
it causes port buffers to be flushed. they may be flushed again
in the parent, causing duplicate output. use a more elaborate
method for setting up the child descriptors (thanks to David
Pirotte for the bug report).
standard file descriptors 0, 1, 2 in the child process
are now set up from current-input-port etc., where possible.
2000-11-07 21:36:42 +00:00
Dirk Herrmann
f304437e70
* string=? requires a string argument. Thanks to Dale P. Smith.
2000-11-01 09:37:30 +00:00
Neil Jerram
b4ad0dda06
* Fix typos in optargs.scm.
2000-10-15 22:33:06 +00:00
Dirk Herrmann
4adc302894
* Fixed apropos: regexp-exec does not accept symbol arguments any more.
2000-10-10 07:32:45 +00:00
Gary Houston
deaecea77d
* posix.scm (setgrent): pass #t, not #f. thanks to
...
Jacques A. Vidrine.
2000-09-30 15:53:36 +00:00
Neil Jerram
db611983cf
* Enhancements to online help presentation.
2000-09-29 20:39:29 +00:00
Marius Vollmer
f7b0a8d1c6
*** empty log message ***
2000-09-20 21:06:06 +00:00
Dirk Herrmann
a5b265e3f9
* Eliminate use of low-level symbol property function.
2000-09-12 10:34:09 +00:00
Mikael Djurfeldt
0eee446642
*** empty log message ***
2000-09-12 06:03:37 +00:00
Marius Vollmer
8c142820ea
*** empty log message ***
2000-09-03 20:20:58 +00:00
Mikael Djurfeldt
0745d3872f
*** empty log message ***
2000-08-27 03:21:35 +00:00
Mikael Djurfeldt
9f174131de
*** empty log message ***
2000-08-24 00:16:36 +00:00
Marius Vollmer
5aba8e27ab
*** empty log message ***
2000-08-19 13:38:23 +00:00
Marius Vollmer
6219924c22
*** empty log message ***
2000-08-16 22:43:03 +00:00
Marius Vollmer
76ef92f358
*** empty log message ***
2000-08-16 19:30:28 +00:00
Mikael Djurfeldt
d6f3775530
*** empty log message ***
2000-08-14 15:40:27 +00:00
Mikael Djurfeldt
c4778010b3
*** empty log message ***
2000-08-13 19:21:34 +00:00
Mikael Djurfeldt
f7de400af6
*** empty log message ***
2000-08-11 09:20:14 +00:00
Mikael Djurfeldt
3a33a9b117
*** empty log message ***
2000-08-11 08:46:32 +00:00
Mikael Djurfeldt
1807c7b875
*** empty log message ***
2000-08-11 00:45:33 +00:00
Marius Vollmer
b73bde31c7
*** empty log message ***
2000-07-23 23:13:01 +00:00
Dirk Herrmann
2238100586
* In expt, return exact results when possible.
2000-07-13 14:47:32 +00:00
Dirk Herrmann
2451150282
* Fixed expt for the case of negative integer exponents.
2000-07-12 07:38:06 +00:00
Mikael Djurfeldt
45036de1f7
*** empty log message ***
2000-07-01 17:01:37 +00:00
Greg J. Badros
80edbc3347
*** empty log message ***
2000-07-01 00:13:17 +00:00
Dirk Herrmann
ac37358068
* gc-thunk is deprecated. Use after-gc-hook instead.
2000-06-27 13:52:49 +00:00
Dirk Herrmann
e5d2c2fa4f
* Made a couple of functions (not all yet) tail recursive.
...
Thanks to William Webber for the hint.
2000-06-21 18:19:20 +00:00
Mikael Djurfeldt
2b6e0d2b77
*** empty log message ***
2000-06-21 02:47:01 +00:00
Mikael Djurfeldt
c0997079b4
*** empty log message ***
2000-06-21 01:17:51 +00:00
Mikael Djurfeldt
8b2294f746
*** empty log message ***
2000-06-20 17:10:45 +00:00
Mikael Djurfeldt
b5074b2374
*** empty log message ***
2000-06-20 02:38:36 +00:00
Dirk Herrmann
79494f15d3
* Removed duplicate implementation of list*.
2000-06-16 12:38:41 +00:00
Mikael Djurfeldt
8f820364cd
*** empty log message ***
2000-06-12 15:01:12 +00:00