public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile init.c
@ 2000-08-09 11:29 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-08-09 11:29 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 2000-08-09 11:29:21
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Call scm_struct_prehistory.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-08-11 1:43 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-08-11 1:43 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 2000-08-11 01:43:43
Modified files:
guile-core/libguile: init.c
Log message:
Deprecated scm_top_level_lookup_closure_var
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-04-21 16:13 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-04-21 16:13 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/04/21 16:13:44
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Added `scm_init_hooks'.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-04-20 17:27 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-04-20 17:27 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/04/20 17:27:27
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Added calls to debug-malloc init
functions.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-20 19:56 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-20 19:56 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/20 19:56:07
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Renamed GUILE_GC_TRIGGER_1 -->
GUILE_MIN_YIELD_1, GUILE_GC_TRIGGER_2 --> GUILE_MIN_YIELD_2.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-17 0:09 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-17 0:09 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/17 00:09:03
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Introduced new variable
GUILE_MAX_SEGMENT_SIZE; New environment variable names:
GUILE_INIT_SEGMENT_SIZE_1, GUILE_GC_TRIGGER_1,
GUILE_INIT_SEGMENT_SIZE_2, GUILE_GC_TRIGGER_2
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-15 20:00 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-15 20:00 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/15 20:00:36
Modified files:
guile-core/libguile: init.c
Log message:
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-14 14:15 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-14 14:15 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/14 14:15:12
Modified files:
guile-core/libguile: init.c
Log message:
The following change to init.c is only enabled if Guile was
configured with --enable-guile-debug.
* init.c (scm_i_getenv_int): New function.
(scm_boot_guile_1): Use the environment variables
GUILE_INIT_HEAP_SIZE, GUILE_INIT_HEAP_SIZE2 to select heap size if
they exist. (This may be replaced by a Scheme level mechanism in
the future.)
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-14 7:12 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-14 7:12 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/14 07:12:12
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Use same initial segment size for
1-word and 2-word segments. Having the smaller size causes Guile
to GC too often. Obviously something needs to be done to allow
for a smaller 2-word segment without this to happen. (The amount
of heap for each type should be automatically adapted to the
application somehow.)
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-14 1:03 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-14 1:03 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/14 01:03:21
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Make 2-word segment 8K (512 cells).
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-13 22:41 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 2000-03-13 22:41 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@sourceware.cygnus.com 00/03/13 22:41:03
Modified files:
guile-core/libguile: init.c
Log message:
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 2000-03-12 7:25 mvo
0 siblings, 0 replies; 15+ messages in thread
From: mvo @ 2000-03-12 7:25 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mvo@sourceware.cygnus.com 00/03/12 07:25:16
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_standard_stream_to_port): Check whether the file
descriptor is valid and substitute "/dev/null" when not.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 1999-09-04 23:42 jimb
0 siblings, 0 replies; 15+ messages in thread
From: jimb @ 1999-09-04 23:42 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: jimb@egcs.cygnus.com 99/09/04 23:42:47
Modified files:
guile-core/libguile: init.c
Log message:
Add 1999 to copyright years.
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 1999-07-27 12:09 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 1999-07-27 12:09 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/07/27 12:09:20
Modified files:
guile-core/libguile: init.c
Log message:
* init.c (scm_boot_guile_1): Added call to scm_init_lang ().
^ permalink raw reply [flat|nested] 15+ messages in thread
* guile/guile-core/libguile init.c
@ 1999-07-23 6:14 mdj
0 siblings, 0 replies; 15+ messages in thread
From: mdj @ 1999-07-23 6:14 UTC (permalink / raw)
To: guile-cvs
CVSROOT: /cvs/guile
Module name: guile
Changes by: mdj@egcs.cygnus.com 99/07/23 06:14:05
Modified files:
guile-core/libguile: init.c
Log message:
* init.c: Make sure that scm_post_boot_init_modules is called only
once. (Important when using a dumped image.; Thanks to Bernard
Urban.)
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2000-08-11 1:43 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-09 11:29 guile/guile-core/libguile init.c mdj
-- strict thread matches above, loose matches on Subject: below --
2000-08-11 1:43 mdj
2000-04-21 16:13 mdj
2000-04-20 17:27 mdj
2000-03-20 19:56 mdj
2000-03-17 0:09 mdj
2000-03-15 20:00 mdj
2000-03-14 14:15 mdj
2000-03-14 7:12 mdj
2000-03-14 1:03 mdj
2000-03-13 22:41 mdj
2000-03-12 7:25 mvo
1999-09-04 23:42 jimb
1999-07-27 12:09 mdj
1999-07-23 6:14 mdj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).