Rob Browning
e21bdaf4a4
*** empty log message ***
2003-04-12 16:48:47 +00:00
Rob Browning
99290b905d
*** empty log message ***
2003-04-12 01:18:02 +00:00
Rob Browning
6c9a86a4ba
* preface.texi: change MANUAL_EDITION to MANUAL-EDITION so we
...
don't choke TeX (thanks to Dale P. Smith).
2003-04-12 01:17:56 +00:00
Rob Browning
95a5ef6ce3
* guile.texi: change MANUAL_EDITION to MANUAL-EDITION so we don't
...
choke TeX (thanks to Dale P. Smith).
2003-04-12 01:17:51 +00:00
Rob Browning
604a9686a5
*** empty log message ***
2003-04-12 01:12:10 +00:00
Rob Browning
cc76e25dc2
* goops.c (prep_hashsets): make static to match prototype.
...
(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL. Thanks to Albert
Chin.
2003-04-12 01:12:02 +00:00
Rob Browning
3ca833fd1e
* gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
...
Klausner.
2003-04-12 01:11:55 +00:00
Rob Browning
4d6ae3cfbc
* c-tokenize.lex: remove trailing comma from enum. Thanks to
...
Albert Chin.
2003-04-12 01:11:49 +00:00
Rob Browning
ad4c459928
*** empty log message ***
2003-04-12 00:07:23 +00:00
Rob Browning
b84333a89f
* eval.c (SCM_CEVAL): fixed a couple of mysterious (probably
...
optimization related) bugs on powerpc by altering some
"while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1)))"
or
"if (...foo = bar...)"
style constructs to move the assignments outside the guards.
(scm_m_case): move some assignments outside guards as above.
(scm_m_letrec1): move some assignments outside guards as above.
(unmemocopy): move some assignments outside guards as above.
(scm_eval_body): move some assignments outside guards as above.
(SCM_APPLY): move some assignments outside guards as above.
(s_scm_copy_tree): move some assignments outside guards as above.
2003-04-12 00:07:15 +00:00
Rob Browning
f802eb6139
*** empty log message ***
2003-04-11 18:34:09 +00:00
Rob Browning
6e19af7d09
* throw.c (scm_ithrow): removed winds "asm" protection in favor of
...
scm_remember_upto_here_1.
2003-04-11 18:32:01 +00:00
Rob Browning
9300912e0c
* eval.c (SCM_CEVAL): fixed a couple of mysterious (probably
...
optimization related) bugs on powerpc by altering some
"while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1)))"
style constructs so that the assignment doesn't happen inside the guard.
2003-04-11 18:31:56 +00:00
Rob Browning
bd4ed372ce
* Makefile.am (CLEANFILES): add guile-procedures.txt.
2003-04-11 18:31:46 +00:00
Han-Wen Nienhuys
dff96e9567
(snarfcppopts): use DEFAULT_INCLUDES
...
instead of INCLUDES
2003-04-09 09:29:44 +00:00
Rob Browning
b5331f105f
*** empty log message ***
2003-04-07 20:38:55 +00:00
Rob Browning
00f9eacec5
* debug.h: change "id" arg name to "info_id" to avoid objective-c
...
clash.
2003-04-07 20:36:04 +00:00
Rob Browning
07921c7642
*** empty log message ***
2003-04-07 17:52:28 +00:00
Rob Browning
b4559de7a8
* standalone/Makefile.am: new file.
2003-04-07 17:50:48 +00:00
Rob Browning
ddb9c4ca1c
* guile-test: added "Running test FOO" output by default. There
...
may be a good reason to remove this, but the output can be helpful
in determining where a failure occurred.
2003-04-07 17:50:41 +00:00
Rob Browning
257ca0d7c6
* standalone/test-num2integral.c: new test -- one new regression
...
check.
2003-04-07 17:48:31 +00:00
Rob Browning
51a186f75f
* standalone/test-gh.c: new test code (migrated from
...
tests/c-api/) -- a trivial start.
2003-04-07 17:48:00 +00:00
Rob Browning
896f6179b4
* standalone/test-asmobs-lib.c: new test script (migrated from
...
tests/asmobs/).
2003-04-07 17:46:38 +00:00
Rob Browning
b1362b02b9
* standalone/test-asmobs: new test script.
2003-04-07 17:46:30 +00:00
Rob Browning
eda9f0e6f3
* standalone/README: new file.
2003-04-07 17:46:11 +00:00
Rob Browning
6405ae86d2
* standalone/Makefile.am: new file.
2003-04-07 17:38:03 +00:00
Rob Browning
0443541a34
* standalone/.cvsignore: new file.
2003-04-07 17:37:53 +00:00
Rob Browning
b3a9c1e7bc
* num2integral.i.c (NUM2INTEGRAL): fix bug pointed out by Mikael
...
and add regression test to standalone/.
2003-04-07 17:36:26 +00:00
Rob Browning
876173478e
*** empty log message ***
2003-04-07 17:36:17 +00:00
Rob Browning
c8eb6d1f55
* pre-inst-guile-env.in: new script -- can be used to run commands
...
in an envt set up using the development libs, Guile, etc.
2003-04-07 17:34:50 +00:00
Rob Browning
849f29a4fd
* configure.in: handle pre-inst-guile-env and add
...
test-suite/standalone/Makefile.
2003-04-07 17:31:02 +00:00
Rob Browning
e6e44ca6b2
* tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
2003-04-07 02:00:36 +00:00
Rob Browning
135af87eda
* tests/asmobs/asmobs-test.scm: removed (functionality is now in
...
standalone/).
2003-04-07 02:00:30 +00:00
Rob Browning
6d10041252
* tests/asmobs/README: removed (functionality is now in standalone/).
2003-04-07 02:00:16 +00:00
Rob Browning
e2a04f55e2
* tests/asmobs/Makefile: removed (functionality is now in standalone/).
2003-04-07 02:00:11 +00:00
Rob Browning
273affe476
*** empty log message ***
2003-04-07 01:58:47 +00:00
Rob Browning
4bf185281a
* tests/c-api/strings.c: add a note to the source about this code
...
being unused.
2003-04-07 01:58:30 +00:00
Rob Browning
69d49ac86f
*** empty log message ***
2003-04-07 01:52:00 +00:00
Rob Browning
05be5e7c38
* init.c: #include gmp.h.
2003-04-07 01:51:25 +00:00
Rob Browning
8db9cc6cf3
* random.c: #include gmp.h.
...
(scm_c_random_bignum): normalize result on return.
2003-04-07 01:51:10 +00:00
Rob Browning
5384438984
* numbers.h: remove the gmp.h #include (not needed now).
2003-04-07 01:50:35 +00:00
Rob Browning
4adf1363a7
* posix.h: change occurences of "id" to something else so we don't
...
cause trouble when included via objective-c (can't hurt, might
help). Still have usage in debug.h, though.
2003-04-07 01:50:16 +00:00
Rob Browning
b9d4df2c33
* strings.c (scm_mem2string): use memcpy rather than by-hand loop.
...
Thanks to Dale P. Smith.
2003-04-07 01:49:04 +00:00
Mikael Djurfeldt
ee19288c3e
Added list.scm to ice9_sources.
2003-04-06 14:54:43 +00:00
Mikael Djurfeldt
c5f268f895
* random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to access
...
scm_var_random_state.
2003-04-06 13:48:57 +00:00
Mikael Djurfeldt
db8f05177a
*** empty log message ***
2003-04-06 09:51:06 +00:00
Mikael Djurfeldt
372691d8ac
* random.c (scm_c_random_bignum): Don't generate a random number
...
equal to m (the second argument of scm_c_random_bignum); only
generate numbers in the range 0 <= r < m.
2003-04-06 09:41:07 +00:00
Mikael Djurfeldt
938f6b7c81
* num2integral.i.c (INTEGRAL2BIG): Put negation of n inside then
...
clause.
2003-04-06 08:51:02 +00:00
Marius Vollmer
e3be7ddda5
*** empty log message ***
2003-04-05 23:34:09 +00:00
Marius Vollmer
7e640b701b
Removed paragraph about the future use of GMP. The future is now!
2003-04-05 23:33:56 +00:00