*** empty log message ***
[bpt/guile.git] / libguile /
2000-04-04 Gary Houston*** empty log message ***
2000-04-04 Gary Houston * error.c (scm_syserror): save errno before doing...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-04-04 Mikael Djurfeldt*** empty log message ***
2000-04-04 Mikael Djurfeldt* print.c: Removed promise to rewrite printer code...
2000-04-03 Mikael Djurfeldt*** empty log message ***
2000-04-03 Mikael Djurfeldt* iselect.c (add_fd_sets): Insert empty statement after...
2000-04-03 Michael Livshintweaked ChangeLog comments alittle
2000-04-03 Michael Livshin* guardians.c (scm_guardian_zombify): mark all zombies...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-04-02 Gary Houston*** empty log message ***
2000-04-02 Gary Houston * guardians.c (TCONC_IN, scm_make_guardian): set the...
2000-04-01 Dirk HerrmannSome fixes for strict typing.
2000-03-31 Dirk HerrmannSome more SCM/scm_bits_t and SCM-is-union issues.
2000-03-31 Dirk HerrmannUse SCM_EQ_P to compare scheme objects, use SCM_CELL_WO...
2000-03-31 Dirk HerrmannChange type of member 'stream' in scm_port from SCM...
2000-03-30 Mikael Djurfeldt*** empty log message ***
2000-03-30 Mikael Djurfeldt* coop-defs.h (struct coop_t): Added `sto'-field again...
2000-03-30 Mikael Djurfeldt*** empty log message ***
2000-03-30 Mikael Djurfeldt* coop.c (coop_quitting_p, coop_cond_create, coop_mutex...
2000-03-30 Mikael Djurfeldt* coop-defs.h (struct coop_t): Removed dummy_mutex.
2000-03-30 Mikael Djurfeldt* coop-defs.h, coop-threads.c (struct coop_t): Eliminate
2000-03-30 Dirk HerrmannFix some typing issues wrt SCM/scm_bits_t.
2000-03-29 Dirk HerrmannDon't use C operators == and != to compare SCM values.
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...
next