Kevin Ryde
9593c679b9
*** empty log message ***
2004-02-21 22:04:42 +00:00
Kevin Ryde
593a4c2f90
(max, min): Exercise some complex num cases.
2004-02-21 22:03:57 +00:00
Kevin Ryde
2af0602e45
*** empty log message ***
2004-02-21 21:59:34 +00:00
Kevin Ryde
dab4e67a0a
(scm_max, scm_min): For one arg, dispatch to generic for
...
complex, same as for two args. (Handle only inum, big, real, frac).
2004-02-21 21:58:30 +00:00
Kevin Ryde
db752bb5cf
*** empty log message ***
2004-02-21 21:21:29 +00:00
Neil Jerram
580987cf4b
* gds.el: Add requirements: cl, comint, info.
...
(gds-guile-program): New.
(gds-start): When starting or restarting, kill captive if it
exists. Use gds-guile-program instead of just "guile".
(gds-mode): Use widget minor mode.
(gds-client-ref): New optional client arg.
(gds-update-buffers): Don't call widget-setup.
(gds-heading-face): New.
(gds-insert-interaction): Various prettifications.
(gds-heading-insert): New.
(gds-choose-client): Check that numbers in client and gds-client
are still valid.
(gds-eval-expression, gds-apropos): Remove text properties from
expression to evaluate.
(gds-mode-map): Don't set widget-mode-map as parent.
(gds-start-captive): Use gds-guile-program instead of just
"guile".
* gds-client.scm (install-breakpoints): Bugfix: avoid null lists
in traversal.
(eval-thread, gds-eval): Where expression has multiple parts,
modify output to say which part is being evaluated.
2004-02-21 14:53:07 +00:00
Kevin Ryde
2c0334eccd
(NUM2FLOAT): Expand isfinite to !xisinf, as per previous change to numbers.c.
2004-02-21 00:10:47 +00:00
Kevin Ryde
b114eafe80
*** empty log message ***
2004-02-20 23:24:27 +00:00
Kevin Ryde
d675a50f53
Add copyright year 2002, which appears in the ChangeLog.
2004-02-20 23:20:15 +00:00
Kevin Ryde
e60923476f
Add a copyright year.
2004-02-20 23:19:03 +00:00
Kevin Ryde
b9a7b725a8
(scm_crypt): Use new HAVE_CRYPT.
...
(<crypt.h>): Remove HAVE_LIBCRYPT condition.
2004-02-20 23:18:10 +00:00
Kevin Ryde
63271ac5a2
(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-20 23:16:57 +00:00
Kevin Ryde
2c1433817c
*** empty log message ***
2004-02-20 23:05:51 +00:00
Kevin Ryde
548b104750
(Expression Syntax): Add findex entries for
...
quote and quasiquote no longer using @deffn.
2004-02-20 23:04:04 +00:00
Neil Jerram
1e55d28813
* list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around
...
validation.
* read.c (scm_lreadparen): Removed.
(scm_lreadparen1): Renamed scm_i_lreadparen.
2004-02-20 22:04:24 +00:00
Han-Wen Nienhuys
eb741d98e2
(scm_list_n): check validate non-immediate arguments;
...
this will catch forgotten a SCM_UNDEFINED.
2004-02-20 21:15:56 +00:00
Marius Vollmer
83078c1ebd
*** empty log message ***
2004-02-20 17:15:06 +00:00
Marius Vollmer
a8551448a3
(Expression Syntax): Turned syntax description into a table, @deffn is
...
not really up to the task.
2004-02-20 17:14:41 +00:00
Marius Vollmer
9b792a7ec0
*** empty log message ***
2004-02-18 22:32:08 +00:00
Marius Vollmer
fa2803b92b
(top-repl): Make the (guile-user) module use the (ice-9 r5rs) module.
2004-02-18 22:29:45 +00:00
Marius Vollmer
4e28ba5efd
*** empty log message ***
2004-02-18 21:16:01 +00:00
Marius Vollmer
0d558fbb95
* gc.h (scm_gc_cells_collected): Removed duplicated declaration.
...
Thanks to Bill Schottstaedt!
* socket.h (scm_gethost): Removed prototype it is already in
"net_db.h". Thanks to Bill Schottstaedt!
2004-02-18 21:14:35 +00:00
Marius Vollmer
ab32bd3415
*** empty log message ***
2004-02-18 20:08:48 +00:00
Marius Vollmer
391b4ae044
* guile.texi: Replaced list of authors with "The Guile
...
Developers".
* preface.texi (Contributors to the Manual): New section.
2004-02-18 20:07:19 +00:00
Marius Vollmer
b6f9dbaeee
(Expression Syntax): Use an empty name for the function call syntax
...
definition. Otherwise, TeX complains about unbalanced parenthesis.
2004-02-18 20:01:57 +00:00
Marius Vollmer
8cad6491e6
*** empty log message ***
2004-02-18 19:29:40 +00:00
Marius Vollmer
6140be99ba
Added copyright notice of Michael Stoll, who probably wrote the
...
original CLISP code.
2004-02-18 19:29:16 +00:00
Kevin Ryde
573bc47306
*** empty log message ***
2004-02-18 00:43:09 +00:00
Kevin Ryde
6afe385d12
(SRFI-9): Revise for detail and clarity. Don't
...
use ":foo" for example type name, since that depends on the keyword
reading option.
2004-02-18 00:42:32 +00:00
Kevin Ryde
676483a68a
(Expression Syntax): Fill section with
...
function calling etc, and quote and quasiquote.
2004-02-18 00:38:39 +00:00
Kevin Ryde
ef861eadba
*** empty log message ***
2004-02-18 00:30:37 +00:00
Kevin Ryde
2a8b5e045f
(=): Exercise frac+real and frac+complex.
2004-02-18 00:29:16 +00:00
Kevin Ryde
26bdd45f08
Remove 1/3 == 1.0/3.0, not true.
2004-02-18 00:28:41 +00:00
Kevin Ryde
29c560674b
(INTEGRAL2BIG): WORDS_BIGENDIAN not right for word
...
order parameter to mpz_import, in fact with just one word there's no
order to worry about at all.
2004-02-18 00:25:39 +00:00
Kevin Ryde
48dc9f349d
(scm_shell_usage): Print to stdout for --help, per GNU standard.
2004-02-18 00:22:28 +00:00
Kevin Ryde
d8b95e27ab
(scm_num_eq_p): For real==frac, complex==frac, frac==real
...
and frac==complex, make an exact comparison rather than converting
with fraction2double.
2004-02-18 00:21:11 +00:00
Kevin Ryde
eb7e1603ad
(environ): Use _NSGetEnviron in Darwin
...
shared library, since environ is not directly available there.
2004-02-18 00:20:08 +00:00
Kevin Ryde
424d0540f2
*** empty log message ***
2004-02-18 00:11:34 +00:00
Kevin Ryde
ef73a2a0e9
(AC_CHECK_HEADERS): Add crt_externs.h.
...
(AC_CHECK_FUNCS): Add _NSGetEnviron.
2004-02-18 00:06:10 +00:00
Kevin Ryde
73ae3b4cb5
(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-17 23:37:06 +00:00
Kevin Ryde
afe199fe64
*** empty log message ***
2004-02-17 23:27:27 +00:00
Marius Vollmer
17f732e6fa
*** empty log message ***
2004-02-17 21:39:21 +00:00
Marius Vollmer
7b93c2e5b1
(SCM_TESTS): Added test/fractions.test.
2004-02-17 21:39:10 +00:00
Marius Vollmer
581e4579de
Added GPL terms.
2004-02-17 21:37:47 +00:00
Marius Vollmer
3f12a4ec05
Added LGPL terms.
2004-02-17 21:18:53 +00:00
Kevin Ryde
c9ea646268
*** empty log message ***
2004-02-16 00:51:17 +00:00
Kevin Ryde
290e9e11e4
Add a copyright year.
2004-02-16 00:50:23 +00:00
Kevin Ryde
4cd3853f37
(scm_done_malloc, scm_done_free): Allow negative sizes,
...
which were permitted in the past for these.
2004-02-16 00:45:55 +00:00
Kevin Ryde
ae43d08ea0
*** empty log message ***
2004-02-16 00:03:44 +00:00
Kevin Ryde
e69681aef4
(scm_shell_usage): Print bug-guile email address, as per
...
GNU standard. Reported by Han-Wen Nienhuys.
2004-02-15 23:49:20 +00:00