1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 17:50:22 +02:00
Commit graph

10478 commits

Author SHA1 Message Date
Kevin Ryde
b8d9526775 *** empty log message *** 2004-09-01 23:49:01 +00:00
Kevin Ryde
d8b189d2c3 New tests of excess arguments now ignored. 2004-09-01 23:36:47 +00:00
Kevin Ryde
301cf4e61c (format:out): Ignore excess arguments, per common lisp. 2004-09-01 23:33:16 +00:00
Kevin Ryde
260ffd6118 (format:out-num-padded): Print "+" on 0 under @ modifier. 2004-09-01 23:17:11 +00:00
Kevin Ryde
a8cb8832af Oops, didn't mean to put ~t yet. 2004-09-01 23:10:23 +00:00
Kevin Ryde
df47ddf0e2 *** empty log message *** 2004-09-01 23:05:19 +00:00
Kevin Ryde
992b375d61 (~@d): New tests. 2004-09-01 22:54:28 +00:00
Kevin Ryde
7dd381c5e1 *** empty log message *** 2004-09-01 01:50:26 +00:00
Kevin Ryde
155c14a080 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
* tests/gc.test: Exercise record in weak-values hash table, exposing a
	problem in 1.6.4 gc, but believed fixed by other changes in the head.
2004-09-01 01:46:19 +00:00
Kevin Ryde
56828faf32 *** empty log message *** 2004-08-28 22:18:19 +00:00
Kevin Ryde
6b1a6e4cef (SRFI-2): Note empty body is #t. 2004-08-28 22:17:45 +00:00
Marius Vollmer
d9eb2d67dd *** empty log message *** 2004-08-27 12:46:11 +00:00
Marius Vollmer
d910bc032c (scm_compile_shell_switches): Added 2003 and 2004 to
the Copyright years.
2004-08-27 12:46:02 +00:00
Marius Vollmer
2616f0e0ce (SCM_STRINGP): Accept all strings.
(SCM_STRING_CHARS): Reject shared substrings here.
2004-08-27 12:45:37 +00:00
Marius Vollmer
685777ca18 (module-peek): Removed, this kluge is no longer necessary. 2004-08-27 12:44:14 +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
1df6de9637 (regexp-quote): New tests. 2004-08-27 01:14: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
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
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
Marius Vollmer
b0d10ba69f Tidied up somewhat. 2004-08-25 17:22:14 +00:00
Marius Vollmer
c08d10f5f3 Include srfi-13.h and srfi-14.h, do not include strop.h. 2004-08-25 17:21:04 +00:00
Marius Vollmer
19ff6ffc06 *** empty log message *** 2004-08-25 16:04:30 +00:00
Marius Vollmer
3731fc6718 * srfi-13.c: First cut at thread-safeness and proper use of
scm_i_string_chars et al.  Copious scm_remember_upto_heres have
been inserted.  Made sure that no internal string pointer is used
across a SCM_TICK or a possible GC.
2004-08-25 16:04:09 +00:00
Marius Vollmer
ce25760f07 *** empty log message *** 2004-08-25 13:49:48 +00:00
Marius Vollmer
7311b3e838 (scm_compile_shell_switches): Use scm_from_locale_string instead of
scm_makfrom0str.
2004-08-25 13:47:52 +00:00
Marius Vollmer
2562032b61 (scm_string_rindex): Export to Scheme, as it has always been. 2004-08-25 13:42:04 +00:00