Kevin Ryde
c1122753ac
(integer-expt): New tests, of infinite exponents.
...
(integer?): Exercise nan and +/-inf.
2004-09-07 00:20:37 +00:00
Kevin Ryde
c59e0b9fb1
(gmtime, strptime): New tests, but unresolved.
...
(internal-time-units-per-second): New test.
2004-09-07 00:17:49 +00:00
Kevin Ryde
763313a219
(scm_current_time, scm_gettimeofday, scm_strptime): Don't
...
throw error before unlocking mutex with SCM_ALLOW_INTS.
2004-09-07 00:15:48 +00:00
Kevin Ryde
8bddb01ebb
(scm_integer_expt): Reject exponent +/-inf.
...
(scm_integer_p): +/-inf is not an integer.
Bug report by Bill Schottstaedt.
2004-09-07 00:12:45 +00:00
Kevin Ryde
f1c82f55b9
(scm_nice): Correction to error detection. Reported by
...
Matthias Koeppe.
2004-09-07 00:06:18 +00:00
Kevin Ryde
e227addf97
*** empty log message ***
2004-09-06 01:47:50 +00:00
Kevin Ryde
8a74f7f502
(SCM_TIME_UNITS_PER_SECOND): Use sysconf(_SC_CLK_TCK) when
...
available. This also gets around CLK_TCK being absent when
_GNU_SOURCE and _POSIX_C_SOURCE are defined in stime.c.
2004-09-06 01:29:04 +00:00
Stefan Jahn
edea856ce5
2004-09-03 Stefan Jahn <stefan@lkcc.org>
...
* configure.in (isinf): Let configure find the isinf() function
on MinGW32 systems.
2004-09-03 Stefan Jahn <stefan@lkcc.org>
* threads.c (scm_threads_mark_stacks): Fixed local variable
definitions.
* strings.c (scm_i_substring_copy, s_scm_string_append): Fixed
local variable definitions.
* stime.c (_POSIX_C_SOURCE): Do not define this item on
MinGW32 because it conflicts with its pthread headers.
(s_scm_mktime): Consider the HAVE_STRUCT_TM_TM_ZONE define.
(s_scm_strftime): Using scm_from_locale_string() instead of
scm_makfrom0str().
* posix.c (s_scm_putenv): Fixed typo in the !HAVE_UNSETENV
part.
* numbers.c (scm_init_numbers): Removed check_sanity() call
inside GUILE_DEBUG. The function has been removed somewhen...
* filesys.c (_POSIX_C_SOURCE): Do not define this item on
MinGW32 because it conflicts with its pthread headers.
2004-09-03 Stefan Jahn <stefan@lkcc.org>
* srfi-1.c, srfi-1.h: Renamed any 'lst1' into 'list1' because
lst1 is a #define on Win32 systems.
2004-09-03 19:45:37 +00:00
Kevin Ryde
23311fb045
*** empty log message ***
2004-09-02 00:13:20 +00:00
Kevin Ryde
471d2c6d22
(Formatted Output): Excess arguments are ignored.
...
In ~*, correction N parameter cannot be negative. In ~t, note
port-column used.
2004-09-02 00:12:44 +00:00
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