bpt/guile.git
2000-03-23 Mikael Djurfeldt* continuations.c (scm_make_cont): Removed cast of...
2000-03-23 Mikael Djurfeldt*** empty log message ***
2000-03-23 Mikael Djurfeldt* tags.h: Disabled definition of SCM_VOIDP_TEST.
2000-03-23 Mikael Djurfeldt* symbols.h (SCM_SETCHARS): Cast second arg into SCM.
2000-03-23 Mikael Djurfeldt* gc.c (scm_mark_locations): Changed * (SCM **) X ...
2000-03-23 Mikael Djurfeldt* continuations.h (SCM_SETJMPBUF): Cast second arg...
2000-03-22 Jim BlandyMore tweaks.
2000-03-22 Jim BlandyAdd some test suite philosophy.
2000-03-22 Jim Blandy* lib.scm: Doc fixes.
2000-03-22 Dirk HerrmannFixed some bugs that are due to the fact that SCM is...
2000-03-22 Dirk HerrmannDon't use SCM2PTR for non scheme values.
2000-03-22 Mikael Djurfeldt*** empty log message ***
2000-03-22 Mikael Djurfeldt* tags.h (SCM_ECONSP, SCM_NECONSP): More corrections of
2000-03-22 Mikael Djurfeldt* print.c (scm_iprin1): SCM_PACK/UNPACK corrections.
2000-03-22 Mikael Djurfeldt* gc.c (scm_gc_sweep): SCM_PACK/UNPACK corrections.
2000-03-22 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_unmemocar): SCM_PACK/UNPACK...
2000-03-22 Mikael Djurfeldt* dynwind.c (scm_swap_bindings): Ditto.
2000-03-22 Mikael DjurfeldtCode layout
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael DjurfeldtOops
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt* async.c, __scm.h: Removed lots of the old async click...
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt* gc.c (scm_gc_mark): Bugfix 1: The recent SCM_PACK...
2000-03-21 Dirk HerrmannDon't cast SCM values to pointers.
2000-03-21 Dirk HerrmannMake scm_strhash's string parameter constant.
2000-03-21 Dirk HerrmannFix: Don't cast SCM values to pointer. Use SCM2PTR...
2000-03-21 Dirk HerrmannFixed entry date.
2000-03-21 Dirk HerrmannFix: Don't unpack results of SCM_INUM.
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt* gc.c, gc.h (SCM_MIN_YIELD_1, SCM_MIN_YIELD_2,
2000-03-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Renamed GUILE_GC_TRIGGER_1 -->
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt* gc.c (alloc_some_heap): Further improvement of minima...
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt* policy/names.text: New file.
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-20 Dirk HerrmannA couple of typing problems (at leat partially) resolved.
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt(gc_sweep_freelist_finish): Inserted explanation of...
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt* gc.c (scm_gc_stats): Inserted explanation of local_sc...
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt* print.h, stacks.h, options.c, options.h: Changed C++
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt* options.h (scm_option): Changed C++ commentary to C.
2000-03-20 Dirk HerrmannFix a couple of SCM_PACK / SCM_UNPACK uncleanlynesses.
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt* gc.c (adjust_gc_trigger): Improved documentation.
2000-03-20 Dirk HerrmannFix mixup of packed/unpacked SCM values. (Thanks Thien...
2000-03-20 Dirk Herrmannscm_ash: Fixed typing problems with the second paramet...
2000-03-19 Mikael Djurfeldt*** empty log message ***
2000-03-19 Mikael Djurfeldt* gc.c, gc.h (scm_gc_yield): New variable.
2000-03-19 Mikael Djurfeldt*** empty log message ***
2000-03-19 Mikael Djurfeldt* debug.c: Added #include "root.h". (Thanks to Thien...
2000-03-19 Mikael Djurfeldt* coop-threads.c: Addd #include "root.h", #include...
2000-03-19 Mikael Djurfeldt* gc.c (scm_gc_for_newcell, adjust_gc_trigger): Improved GC
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-19 Mikael Djurfeldt*** empty log message ***
2000-03-19 Mikael Djurfeldt* threads.h: Added #include "libguile/throw.h". (Thanks to
2000-03-18 Michael Livshin* tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new...
2000-03-18 Dirk HerrmannOnly include async.h where it is actually needed.
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-17 Mikael Djurfeldt(SCM_GC_TRIGGER_1, SCM_GC_TRIGGER_2): Default values...
2000-03-17 Mikael Djurfeldt*** empty log message ***
2000-03-17 Mikael Djurfeldt* gc.c, gc.h: Cleanup of the change of 2000-03-15.
2000-03-17 Mikael Djurfeldt*** empty log message ***
2000-03-17 Mikael Djurfeldt* gc.c, gc.h: Cleanup of the change of 2000-03-15.
2000-03-17 Mikael Djurfeldt* init.c (scm_boot_guile_1): Introduced new variable
2000-03-16 Jim BlandyDoc fix.
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* __scm.h (GC_FREE_SEGMENTS): Disable this until we...
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* gc.c, gc.h (scm_map_free_list): Define also if GUILE_...
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* gc.c, gc.h (scm_map_free_list): Define also if GUILE_...
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* gc.c (scm_gc_sweep): Moved variable n_objects to...
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* gc.c (scm_gc_sweep): Sigh... forgot to clear private...
2000-03-15 Mikael Djurfeldt*** empty log message ***
2000-03-15 Greg J. Badros*** empty log message ***
2000-03-15 Greg J. Badros* fluids.c: Docstring patch from Keisuke Nishida. ...
2000-03-15 Greg J. Badros* Makefile.am: Separate out DOT_X_FILES and DOT_DOC_FIL...
2000-03-15 Greg J. Badros*** empty log message ***
2000-03-15 Greg J. Badros* libguile.h: Include libguile/validate.h. Thanks...
2000-03-15 Greg J. Badros* guile-snarf.awk.in: Replace docstring line-ending...
2000-03-15 Mikael DjurfeldtRemoved some stupid code.
2000-03-15 Mikael Djurfeldt*** empty log message ***
2000-03-15 Mikael Djurfeldt* gc.c, gc.h, pairs.h, init.c: Implementation of a...
2000-03-15 Mikael Djurfeldt* __scm.h (GUILE_NEW_GC_SCHEME): Define this if you...
2000-03-14 Mikael Djurfeldt*** empty log message ***
2000-03-14 Mikael DjurfeldtThe following change to init.c is only enabled if Guile was
next