*** empty log message ***
[bpt/guile.git] / libguile /
2000-04-17 Mikael Djurfeldt*** empty log message ***
2000-04-17 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INUM_RANGE_COPY,
2000-04-16 Mikael Djurfeldt*** empty log message ***
2000-04-16 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INUM_RANGE_COPY): New macro.
2000-04-16 Mikael Djurfeldt*** empty log message ***
2000-04-16 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Added --debug...
2000-04-15 Mikael Djurfeldt*** empty log message ***
2000-04-15 Mikael Djurfeldt* vectors.c (scm_vector_set_x): Return SCM_UNSPECIFIED (as
2000-04-15 Mikael Djurfeldt*** empty log message ***
2000-04-15 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INPUT_PORT, SCM_VALIDATE_OUT...
2000-04-15 Mikael Djurfeldt* ports.h (SCM_INPUT_PORT_P, SCM_OUTPUT_PORT_P): New...
2000-04-15 Mikael Djurfeldt* ports.c, ports.h (close-input-port, close-output...
2000-04-13 Dirk Herrmann* Made scm_dynthrow static.
2000-04-13 Mikael Djurfeldt*** empty log message ***
2000-04-13 Mikael Djurfeldt* unif.c, unif.h (shared-array-root, shared-array-offset,
2000-04-13 Mikael DjurfeldtTypo
2000-04-12 Dirk HerrmannThe msymbol slots are now a field of scm_bits_t values.
2000-04-12 Dirk HerrmannFix some SCM/scm_bits_t mismatches.
2000-04-12 Dirk HerrmannThe struct data is now an array of scm_bits_t variables.
2000-04-11 Dirk HerrmannThe struct vtable data is now an array of scm_bits_t...
2000-04-11 Dirk HerrmannDon't use C operators to compare SCM values.
2000-04-11 Dirk Herrmann* (scm_quotient, scm_modulo): Reordered to handle...
2000-04-10 Mikael Djurfeldt* objects.h: Don't redeclare scm_call_generic_0 and
2000-04-10 Dirk Herrmannscm_hasher: Use symbolic names for the tc3 constants...
2000-04-10 Mikael Djurfeldt*** empty log message ***
2000-04-10 Mikael Djurfeldt* coop.c (mother): Handled EINTR (the wait has been...
2000-04-07 Dirk HerrmannSome SCM/scm_bits_t type strictness fixes.
2000-04-05 Michael Livshin* async.[ch]: unexpose low-level async access macros...
2000-04-04 Michael Livshin* async.h: kill the scm_async_t struct. having a heap...
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.
next