1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00
Commit graph

7618 commits

Author SHA1 Message Date
Marius Vollmer
db3f1c7e61 (expansion-eval-closure, env->eval-closure): New.
(sc-macro): Set the expansion-eval-closure expanding the form.
(putprop, getprop): Use the expansion-eval-closure to find
variables instead of the current module.
2002-09-04 21:33:33 +00:00
Marius Vollmer
a943c04702 Fixed typo in comment. 2002-09-04 20:09:00 +00:00
Marius Vollmer
a27e3d1463 *** empty log message *** 2002-09-01 16:29:35 +00:00
Marius Vollmer
1f1270b96d (SCM_VECTOR_REF): New. 2002-09-01 16:29:06 +00:00
Marius Vollmer
ffd0ef3b7f *** empty log message *** 2002-09-01 16:20:02 +00:00
Marius Vollmer
5527702a65 (SCM_DEFINE_PUBLIC): New. 2002-09-01 16:19:18 +00:00
Marius Vollmer
f8a1712b11 *** empty log message *** 2002-08-30 21:57:38 +00:00
Marius Vollmer
aca23b65b4 (scm_addr_vector): Added size of address to arguments. Use it to
avoid accessing a non-existent path in a sockaddr_un.  Changed all
callers.
2002-08-30 21:57:10 +00:00
Marius Vollmer
734f4518dd Added paragraph about setting LD_LIBRARY_PATH. 2002-08-29 20:23:01 +00:00
Han-Wen Nienhuys
1383773ba1 * gc.h: remove DOUBLECELL card flags.
* gc-malloc.c (scm_calloc): try to use calloc() before calling
scm_realloc().

* gc-segment.c (scm_i_initialize_heap_segment_data): remove card
init loop; handle this from scm_init_card_freelist()

* gc-card.c (scm_init_card_freelist): init bit vector here.
2002-08-28 23:13:30 +00:00
Han-Wen Nienhuys
8fa5786d7c (scm_make_real): prevent reordering of statements
num2float.i.c (FLOAT2NUM): idem
2002-08-28 22:50:32 +00:00
Han-Wen Nienhuys
7200a36b83 (scm_make_real): prevent reordering of statements 2002-08-28 22:45:48 +00:00
Marius Vollmer
c8c86d7178 Removed maintainer committee section and listed maintainers as
contributors.
2002-08-28 13:43:28 +00:00
Marius Vollmer
44ecca6172 *** empty log message *** 2002-08-27 17:40:24 +00:00
Marius Vollmer
390e4d9d93 Markup fixes and removal f gh_ references. Thanks to Dale Smith! 2002-08-27 17:40:10 +00:00
Marius Vollmer
2fd414a958 *** empty log message *** 2002-08-27 17:35:25 +00:00
Marius Vollmer
16b40c03c7 Minor fix. 2002-08-27 17:35:15 +00:00
Marius Vollmer
afaa76c168 Interbranch syncing. 2002-08-27 17:33:35 +00:00
Han-Wen Nienhuys
9981de3a2b prepend libguile/ to include path 2002-08-27 10:58:01 +00:00
Marius Vollmer
1964755626 *** empty log message *** 2002-08-26 21:46:43 +00:00
Marius Vollmer
e62b37a0a3 (scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
to Martin Grabmüller!
2002-08-26 21:46:22 +00:00
Marius Vollmer
3ee04c0e64 *** empty log message *** 2002-08-26 21:45:26 +00:00
Marius Vollmer
fcca28d796 (scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
to Martin Grabmüller!
2002-08-26 21:45:03 +00:00
Han-Wen Nienhuys
38d1262ab5 (scm_i_get_new_heap_segment): use float in stead of
unsigned numbers for computing minimum heap increment. This
prevents weird results when a a negative minimum increment is computed.
2002-08-25 15:26:14 +00:00
Rob Browning
89e5ef3dbb *** empty log message *** 2002-08-24 17:13:26 +00:00
Rob Browning
bea923ee07 * GUILE-VERSION (GUILE_MICRO_VERSION): bump for release. 2002-08-24 17:13:18 +00:00
Marius Vollmer
e99730fcc5 *** empty log message *** 2002-08-24 01:09:35 +00:00
Marius Vollmer
bd9e426845 (EXTRA_DIST): Do not distribute guile-api.alist, it can't be built
currently.
2002-08-24 01:08:56 +00:00
Marius Vollmer
f800ebfb00 *** empty log message *** 2002-08-24 00:57:47 +00:00
Marius Vollmer
8cbb63c795 When we have __libc_stack_end, use that directly instead the old
tricks.
2002-08-24 00:57:14 +00:00
Marius Vollmer
d19c97670e Check for __libc_stack_end. 2002-08-24 00:55:50 +00:00
Marius Vollmer
094489c623 (EXTRA_DIST): Added arm.h and arm.s. 2002-08-24 00:54:37 +00:00
Marius Vollmer
34690e5338 Do not expect the input file to be the first argument after the
optional "-o" option, just pass everything to the pre-processor
without extracting the input file name.
2002-08-24 00:53:44 +00:00
Marius Vollmer
898dc64201 *** empty log message *** 2002-08-24 00:49:31 +00:00
Marius Vollmer
17f52bde69 Do not expect the input file to be the first argument after the
optional "-o" option, just pass everything to the pre-processor
without extracting the input file name.
2002-08-24 00:49:14 +00:00
Han-Wen Nienhuys
4a5309c938 (scm_i_get_new_heap_segment): Oops. We want segment
length *at* least SCM_MIN_HEAP_SEG_SIZE, not at most.
2002-08-23 00:05:58 +00:00
Gary Houston
917adc55ac *** empty log message *** 2002-08-22 18:20:36 +00:00
Han-Wen Nienhuys
f2893a253e make scm_cells_allocated unsigned again. Thanks to
Bill Schottstaedt for the bug report
2002-08-21 22:40:03 +00:00
Rob Browning
d736f889f5 *** empty log message *** 2002-08-20 05:49:16 +00:00
Rob Browning
30dbbc4d29 *** empty log message *** 2002-08-20 04:02:48 +00:00
Rob Browning
b9eb220b9d * autogen.sh (mscripts): (one more time) change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
2002-08-20 04:01:23 +00:00
Rob Browning
2615686277 * .cvsignore: add config.h. 2002-08-20 03:58:25 +00:00
Marius Vollmer
483f518bd4 *** empty log message *** 2002-08-19 23:25:33 +00:00
Marius Vollmer
3c568abbe3 Updated copyright years. 2002-08-19 23:23:23 +00:00
Marius Vollmer
f76af603e1 (scm_iprin1): Print primitives generics always as "primitive-generic"
even when they have no primitive methods yet.
2002-08-19 23:22:42 +00:00
Marius Vollmer
fd6e2591fd Some cleanups. 2002-08-19 23:06:40 +00:00
Gary Houston
d900cd6dd4 * coop.c (coop_create): removed bogus 2nd argument in scm_malloc
call.
2002-08-17 20:39:35 +00:00
Han-Wen Nienhuys
85835e5991 * ports.c (scm_add_to_port_table): small bugfix.
* ports.c (scm_add_to_port_table): add backwards compatibility
function
2002-08-16 22:07:26 +00:00
Han-Wen Nienhuys
67329a9eef * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
malloc.

* gc-segment.c (scm_i_get_new_heap_segment): remove cluster cruft:
only use SCM_MIN_HEAP_SEG_SIZE.

* ports.c (scm_add_to_port_table): add backwards compatibility
function

* ports.h: use scm_i_ prefix for port table and port table size.
2002-08-16 22:01:10 +00:00
Mikael Djurfeldt
f07c886abb * vports.c (scm_make_soft_port): Initialize pt variable. 2002-08-15 21:17:21 +00:00