1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
Commit graph

7169 commits

Author SHA1 Message Date
Rob Browning
8f9ae7fd52 * standalone/Makefile.am: change from .c.x to .x to be consistent
with the rest of guile.
2003-04-14 15:55:18 +00:00
Rob Browning
94e9127567 *** empty log message *** 2003-04-14 15:44:40 +00:00
Rob Browning
f59195a1d0 * tags.h: scm_t_intptr should have been intptr_t. 2003-04-14 15:42:34 +00:00
Rob Browning
3071ea2764 *** empty log message *** 2003-04-13 17:48:02 +00:00
Rob Browning
8ad0368f07 * md/axp.s '.file 2 "axp.s"' -> '.file 2 "axp.s".
(qt_vstart): .end qt_vstart, not qt_start.  Thanks to Falk
Hueffner.
2003-04-13 17:47:29 +00:00
Rob Browning
63c1872f88 * goops.c (prep_hashsets): make static to match prototype.
(scm_sym_args): SCM_SYMBOL -> SCM_GLOBAL_SYMBOL.  Thanks to Albert
Chin.
2003-04-13 17:46:54 +00:00
Rob Browning
9534300a30 * gc_os_dep.c: add NetBSD powerpc config info. Thanks to Thomas
Klausner.
2003-04-13 17:46:39 +00:00
Rob Browning
620246746b * c-tokenize.lex: remove trailing comma from enum. Thanks to
Albert Chin.
2003-04-13 17:46:21 +00:00
Rob Browning
7c12f0ac3d * __scm.h (SCM_FLUSH_REGISTER_WINDOWS): don't just rely on "sparc"
test.  Instead use
#if defined (sparc) || defined (__sparc__) || defined (__sparc)
as gc_os_dep.c suggests is appropriate.
2003-04-13 17:46:09 +00:00
Mikael Djurfeldt
21ab2aeb77 * goops.scm (compute-getters-n-setters/verify-accessors): Better
check of format of value returned by compute-get-n-set.
(compute-getters-n-setters): Extended format of slot
getters-n-setters to indicate position and size of slot memory
allocated in instances.

* goops.c (scm_sys_prep_layout_x): Instance allocation is now
indicated through extra fields in getters-n-setters.
(scm_add_slot): Adapted to new format of getters_n_setters slot.
(Thanks to Andy Wingo.)
2003-04-13 14:48:35 +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
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
Marius Vollmer
9f1555fe8d Check for mpz_import, which is required but only available in GMP 4.1. 2003-04-05 23:32:55 +00:00
Rob Browning
e55b54285b *** empty log message *** 2003-04-05 22:35:44 +00:00
Rob Browning
6cdb8c3fe9 *** empty log message *** 2003-04-05 22:34:21 +00:00
Rob Browning
d583ce1a8a * modules.c (s_scm_module_import_interface): move declaration of
uses before any code.
2003-04-05 22:34:10 +00:00
Mikael Djurfeldt
1ecfd01309 * Makefile.am (scmconfig.h): Look for config.h in top_builddir,
not top_srcdir.
2003-04-05 21:49:15 +00:00