Kevin Ryde
ccad5f61c0
(scm_localtime, scm_gmtime, scm_mktime): Provide a default
...
errno EINVAL in case localtime and gmtime don't set it.
(scm_mktime, scm_strptime): Forcibly use errno EINVAL for our
SCM_SYSERROR, since mktime and strptime generally don't set errno.
2004-02-28 19:09:19 +00:00
Kevin Ryde
46da76382d
*** empty log message ***
2004-02-21 21:24:02 +00:00
Kevin Ryde
0dcddc2da9
(scm_crypt): Use new HAVE_CRYPT.
...
(<crypt.h>): Remove HAVE_LIBCRYPT condition.
Reported by Andreas Voegele.
2004-02-21 21:23:11 +00:00
Kevin Ryde
dce50cd6c9
(crypt): Test with AC_SEARCH_LIBS, for the benefit of
...
HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
Andreas Voegele.
2004-02-21 21:17:40 +00:00
Kevin Ryde
ddc2debe53
*** empty log message ***
2004-02-21 21:14:45 +00:00
Kevin Ryde
027ba03718
*** empty log message ***
2004-02-18 00:24:07 +00:00
Kevin Ryde
fbfb6f8529
(scm_shell_usage): Print to stdout for --help, per GNU standard.
2004-02-18 00:23:16 +00:00
Kevin Ryde
5bc692ff08
Add some copyright years, based on the cvs revs.
2004-02-16 00:02:12 +00:00
Kevin Ryde
5c281bfe6a
*** empty log message ***
2004-02-15 23:58:51 +00:00
Kevin Ryde
5bed7240ee
(scm_list_n): Add va_end.
2004-02-15 23:53:00 +00:00
Kevin Ryde
f247f12115
*** empty log message ***
2004-02-15 23:50:52 +00:00
Kevin Ryde
1ffbc57205
(scm_shell_usage): Print bug-guile email address, as per
...
GNU standard. Reported by Han-Wen Nienhuys.
2004-02-15 23:50:14 +00:00
Marius Vollmer
2e98092b11
*** empty log message ***
2004-02-13 00:10:19 +00:00
Marius Vollmer
4287b58f05
(scm_cmp_function): Always return applyless, do not try to be clever.
...
(subr2less, subr2oless, lsubrless, closureless): Removed.
2004-02-13 00:08:41 +00:00
Marius Vollmer
fdad52193f
*** empty log message ***
2004-02-12 23:56:55 +00:00
Kevin Ryde
008e21bbb2
* tests/unif.test: New file, test array? and uniform-array-set1!.
...
* Makefile.am (SCM_TESTS): Add it.
2004-02-11 22:56:58 +00:00
Kevin Ryde
5e13b7670a
*** empty log message ***
2004-02-11 22:55:55 +00:00
Kevin Ryde
98640fba00
New file, test array? and uniform-array-set1!.
2004-02-11 22:55:33 +00:00
Kevin Ryde
006528b4c6
*** empty log message ***
2004-02-11 22:20:26 +00:00
Kevin Ryde
cd18429baf
(scm_array_p): Add missing "break"s in switch, fix llvect
...
test look for "l" not "s", fix fvect need NIMP before singp, fix dvect
to be false for singp(prot) since such a value is for fvect.
2004-02-11 22:19:30 +00:00
Rob Browning
1d69d405d5
*** empty log message ***
2004-02-01 21:42:30 +00:00
Rob Browning
447e692283
(SRFI-31): document.
2004-02-01 21:41:56 +00:00
Rob Browning
e25853106e
(srfi_DATA): add srfi-31.scm.
2004-02-01 21:41:23 +00:00
Rob Browning
819f477aba
new file.
2004-02-01 21:41:11 +00:00
Rob Browning
68a9c6bc99
(SCM_TESTS): add srfi-31.scm.
2004-02-01 21:40:44 +00:00
Rob Browning
57c5d82d6a
*** empty log message ***
2004-01-13 16:56:46 +00:00
Rob Browning
e1758d05da
(have_libc_stack_end): fix check.
...
Patch by Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
2004-01-13 16:56:29 +00:00
Rob Browning
26a03f0796
(format:out-substr): Update the column counter
...
correctly. This fixes the behavior of ~T (tabbing) after ~F, for
instance.
Patch by Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>.
2004-01-13 16:56:11 +00:00
Rob Browning
f801adf122
(numbers.lo): remove -Werror for now since gcc 3.3 will choke.
...
(eval.lo): remove -Werror for now since gcc 3.3 will choke.
2004-01-13 16:55:31 +00:00
Kevin Ryde
3e5ca52739
*** empty log message ***
2004-01-11 00:31:59 +00:00
Kevin Ryde
7599c537f4
(system): New function, giving an exit code return in
...
accordance with slib spec.
2004-01-11 00:29:50 +00:00
Marius Vollmer
12819d6108
Instead of the non-portable mktemp, use mkdir to create a unique
...
temporary directory that we can safely use. Thanks to Stefan
Nordhausen!
2004-01-10 23:29:56 +00:00
Marius Vollmer
6d98b00b50
*** empty log message ***
2004-01-10 21:26:06 +00:00
Marius Vollmer
f38ea16b00
Use mktemp to create a truely unique temporary file name. Thanks to
...
Stefan Nordhausen!
2004-01-10 21:25:34 +00:00
Kevin Ryde
ef16ee6664
*** empty log message ***
2004-01-06 23:35:37 +00:00
Kevin Ryde
e14ddc74de
(scm_aind): Test SCM_CONSP rather than !SCM_NULLP while
...
traversing the args list, fixes segv if an improper list is given.
Reported by Rouben Rostamian.
2004-01-06 23:34:54 +00:00
Kevin Ryde
bc63ff8bce
Add a copyright year.
2004-01-06 23:32:26 +00:00
cvs2svn
29648170f8
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2004-01-06 22:19:24 +00:00
Kevin Ryde
f410f8e7ba
New file.
...
(uniform-array-set1!): Exercise this, in particular previous segv on
improper arg list.
2004-01-06 22:19:23 +00:00
Kevin Ryde
298ab99633
*** empty log message ***
2004-01-06 22:15:55 +00:00
Kevin Ryde
18e2aba379
Add copyright years.
2004-01-06 22:14:44 +00:00
Kevin Ryde
1382414987
(scm_aind): Test SCM_CONSP rather than !SCM_NULLP while
...
traversing the args list, fixes segv if an improper list is given.
Reported by Rouben Rostamian.
2004-01-06 22:13:08 +00:00
Kevin Ryde
524cbf6449
*** empty log message ***
2004-01-06 22:05:12 +00:00
Kevin Ryde
e678341d4c
*** empty log message ***
2004-01-06 22:04:02 +00:00
Kevin Ryde
01784b7020
(q-pop!): Should be "null?" not "not" for end-of-list.
...
Reported by Richard Todd.
2004-01-06 22:03:01 +00:00
Kevin Ryde
238ebcef24
(s_bignum): Remove, not used since gmp bignums.
...
Reported by Richard Todd.
2004-01-06 21:55:29 +00:00
Kevin Ryde
fe89421e30
(<): Add tests inum/bignum/flonum/frac with frac.
2004-01-06 21:48:33 +00:00
Kevin Ryde
f14d16ed3a
Add copyright and license notice.
2004-01-06 21:47:09 +00:00
Kevin Ryde
e130b09ffa
(SCM_TESTS): Add q.test.
2004-01-06 21:45:48 +00:00
Kevin Ryde
8f85f93d88
New file.
...
(q-pop!): Exercise this, in particular the "not/null?" bug reported by
Richard Todd.
2004-01-06 21:43:55 +00:00