*** empty log message ***
[bpt/guile.git] / libguile /
2000-03-29 Mikael Djurfeldt*** empty log message ***
2000-03-29 Mikael Djurfeldt* coop-threads.c (scm_call_with_new_thread, scm_spawn_t...
2000-03-29 Mikael Djurfeldt*** empty log message ***
2000-03-29 Mikael Djurfeldt* coop.c (coop_create): Set `specific' field, not ...
2000-03-29 Dirk HerrmannAccess smob data with SCM_{SET_}?CELL_TYPE or SCM_...
2000-03-29 Mikael Djurfeldt*** empty log message ***
2000-03-29 Mikael Djurfeldt* threads.c (scm_init_threads): Pass 0 size to scm_make...
2000-03-29 Mikael Djurfeldt* error.c (scm_error): Don't try to throw an error if
2000-03-29 Mikael Djurfeldt* coop.c (coop_finish): New function. Called at exit.
2000-03-29 Mikael Djurfeldt* coop-threads.c (scm_call_with_new_thread, scm_spawn_t...
2000-03-29 Mikael DjurfeldtRemoved definition of GUILE_PTHREAD_COMPAT inside comme...
2000-03-29 Dirk Herrmann* New macro SCM_TRUE_P.
2000-03-28 Dirk HerrmannCleaned up continuation data access.
2000-03-28 Dirk HerrmannUse SCM_{SET_}?CELL_WORD_[01] to access length and...
2000-03-27 Dirk HerrmannUse SCM_{SET_}?CELL_TYPE when accessing the type entry...
2000-03-27 Dirk Herrmann* SCM_C[AD]R and SCM_SETC[AD]R use SCM_{SET_}?OBJECT...
2000-03-26 Dirk HerrmannMoved some cell related definitions from tags.h and...
2000-03-25 Dirk Herrmann* Allow to activate strict compile time type checking...
2000-03-25 Dirk HerrmannRemoved use of SCM_POINTERS_MUNGED.
2000-03-24 Dirk HerrmannAdded a set of low level macros for accessing cell...
2000-03-23 Mikael Djurfeldt*** empty log message ***
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 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-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...
next