Marius Vollmer
685777ca18
(module-peek): Removed, this kluge is no longer necessary.
2004-08-27 12:44:14 +00:00
Kevin Ryde
c98c7b0a53
Add copyright and licence notice.
2004-08-27 01:45:17 +00:00
Kevin Ryde
6434c7d287
Correction to licence terms in the following (too much cut and paste!):
...
* tests/srcprop.test: New file.
2004-08-27 01:42:28 +00:00
Kevin Ryde
9f31cb7aa2
Correction to licence terms in the following (too much cut and paste!):
...
* tests/popen.test: New file.
2004-08-27 01:41:31 +00:00
Kevin Ryde
ef92a7bfb6
Correction to licence terms in the following (too much cut and paste!):
...
* tests/unif.test: New file, test array? and uniform-array-set1!.
2004-08-27 01:40:51 +00:00
Kevin Ryde
65ced9b7f2
Correction to heading comment.
2004-08-27 01:40:05 +00:00
Kevin Ryde
6f08e413fd
Correction to licence terms in the following (too much cut and paste!):
...
* tests/srfi-1.test: New file, exercising extended list-copy.
2004-08-27 01:37:30 +00:00
Kevin Ryde
49b818a808
Correction to licence terms in the following (too much cut and paste!):
...
* tests/hash.test: New file.
2004-08-27 01:36:44 +00:00
Kevin Ryde
78f9fa6f00
Correction to licence terms in the following (too much cut and paste!):
...
* tests/filesys.test: New file, exercising copy-file.
2004-08-27 01:35:57 +00:00
Kevin Ryde
545435a166
Correction to licence terms in the following (too much cut and paste!):
...
* tests/slib.test: New file.
2004-08-27 01:34:51 +00:00
Kevin Ryde
df8f1957d8
Correction to licence terms in the following (too much cut and paste!):
...
* tests/and-let-star.test, tests/receive.test: New files.
2004-08-27 01:33:05 +00:00
Kevin Ryde
3de9c6b6dd
*** empty log message ***
2004-08-27 01:28:25 +00:00
Kevin Ryde
56d545b793
(rec): Add missing `error' to else clause.
...
And fix heading comment.
2004-08-27 01:25:51 +00:00
Kevin Ryde
830ea8d039
*** empty log message ***
2004-08-27 01:23:11 +00:00
Kevin Ryde
51e15ebefd
Use define-module to keep bindings out of
...
further tests. Use-module (test-suite lib) for stand-alone operation.
(rec): Exercise bad args.
2004-08-27 01:22:28 +00:00
Kevin Ryde
3fa36d582e
*** empty log message ***
2004-08-27 01:21:24 +00:00
Kevin Ryde
8af9c4d433
Use define-module to keep bindings out of
...
further tests. Use-module (test-suite lib) for stand-alone operation.
(rec): Exercise bad args.
2004-08-27 01:20:33 +00:00
Kevin Ryde
c581203a05
*** empty log message ***
2004-08-27 01:19:23 +00:00
Kevin Ryde
cd184501da
(rec): Add missing `error' to else clause.
2004-08-27 01:18:56 +00:00
Kevin Ryde
d2b789516a
*** empty log message ***
2004-08-27 01:16:40 +00:00
Kevin Ryde
043a867dfc
(regexp-quote): New tests.
2004-08-27 01:16:08 +00:00
Kevin Ryde
1df6de9637
(regexp-quote): New tests.
2004-08-27 01:14:49 +00:00
Kevin Ryde
1155d5ebe2
(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
...
HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN for sockaddr fields, SIN_LEN and
SIN_LEN6 are not defined on all systems. Reported by Michael Tuexen.
2004-08-27 01:12:52 +00:00
Kevin Ryde
26fa7d2910
(AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
...
struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
2004-08-27 01:11:49 +00:00
Kevin Ryde
c495c342c1
*** empty log message ***
2004-08-27 01:10:20 +00:00
Kevin Ryde
feef329eb4
(AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
...
struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
2004-08-27 01:09:48 +00:00
Kevin Ryde
93b047f413
(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
...
HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN for sockaddr fields, SIN_LEN and
SIN_LEN6 are not defined on all systems. Reported by Michael Tuexen.
2004-08-27 01:06:50 +00:00
Kevin Ryde
5fa02fa419
*** empty log message ***
2004-08-27 01:05:18 +00:00
Kevin Ryde
8cd0d3508c
(regexp-quote): [ and | must be quoted. Quote ( ) { + ?
...
using char class [(] etc since \( in fact makes them become special in
regexp/basic.
2004-08-27 01:04:27 +00:00
Kevin Ryde
e58fdf43e6
Add a copyright year.
2004-08-27 01:03:03 +00:00
Kevin Ryde
24cc9192a0
*** empty log message ***
2004-08-27 01:01:27 +00:00
Kevin Ryde
2b28ce5b0c
(regexp-quote): [ and | must be quoted. Quote ( ) { + ?
...
using char class [(] etc since \( in fact makes them become special in
regexp/basic.
2004-08-27 01:00:38 +00:00
Marius Vollmer
95bcfff75f
*** empty log message ***
2004-08-26 23:10:32 +00:00
Marius Vollmer
7023d642a7
*** empty log message ***
2004-08-26 17:30:31 +00:00
Marius Vollmer
57aa5515c2
*** empty log message ***
2004-08-26 15:40:25 +00:00
Marius Vollmer
6869328b3b
* strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.
...
* symbols.h, symbols.c (SCM_I_F_SYMBOL_UNINTERNED,
scm_i_symbol_is_interned, scm_i_mem2symbol,
scm_i_mem2uninternedsymbol): Use it to store uninternedness flag.
2004-08-26 15:40:13 +00:00
Marius Vollmer
1d1a921178
*** empty log message ***
2004-08-26 15:17:07 +00:00
cvs2svn
7c18e1c0f3
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2004-08-26 15:16:57 +00:00
Marius Vollmer
0e33f86234
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
...
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
* ice-9/readline.scm: Use new name with load-extension.
2004-08-26 15:16:56 +00:00
Marius Vollmer
51fab002a8
*** empty log message ***
2004-08-26 15:16:21 +00:00
Marius Vollmer
e5ab7101aa
* LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
...
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
2004-08-26 15:16:10 +00:00
Marius Vollmer
bd453596ca
* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions
...
to the library names.
* srfi-1.scm, srfi-4.scm: Use the new library names with
load-extension.
2004-08-26 15:13:05 +00:00
Marius Vollmer
6fcf60d3d5
Bumped version number of libguile-ltdl to 2.
2004-08-26 15:10:24 +00:00
Marius Vollmer
b8b9ec6845
* GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
...
LIBGUILE_*_MAJOR variables for inclusion in the names of shared
libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
LIBQTHREADS_*.
* configure.in: Updated for the new set of variables defined in
GUILE-VERSION.
2004-08-26 15:09:36 +00:00
Marius Vollmer
16eefe8daa
Bumped all versions for the 1.7.1 release. Added LIBGUILE_*_MAJOR
...
variables for inclusion in the names of shared libraries such as
"libguile-srfi-srfi-1-v-MAJOR.la". Removed LIBQTHREADS_*.
2004-08-26 15:08:44 +00:00
Marius Vollmer
cad4775f01
*** empty log message ***
2004-08-26 14:59:44 +00:00
Marius Vollmer
c9dc8c6cec
Additions.
2004-08-25 19:03:14 +00:00
Marius Vollmer
c310ad4f20
Typos fixed. Use existing functions in explaining symbol and keyword
...
snarfer.
2004-08-25 19:02:34 +00:00
Marius Vollmer
41e4b9926d
*** empty log message ***
2004-08-25 17:22:52 +00:00
Marius Vollmer
70bb81136d
Removed things that are no longer true. Updated in general.
2004-08-25 17:22:38 +00:00