* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / ChangeLog
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-21 Mikael Djurfeldt*** empty log message ***
2000-04-21 Mikael Djurfeldt*** empty log message ***
2000-04-20 Dirk HerrmannAdded documentation strings and reordered some dispatch...
2000-04-19 Dirk HerrmannSome cleanups with regard to the use of SCM2PTR and...
2000-04-19 Dirk HerrmannAgain, SCM/scm_bits_t mixup fixes.
2000-04-19 Dirk Herrmann* Another couple of SCM/scm_bits_t cleanups.
2000-04-19 Mikael Djurfeldt*** empty log message ***
2000-04-18 Dirk HerrmannFixed a stupid bug introduced with the last patch....
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-18 Mikael Djurfeldt*** empty log message ***
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups and initialization...
2000-04-17 Dirk Herrmann* struct.c, struct.h: Struct data regions (and thus...
2000-04-17 Dirk Herrmann* eval.c (scm_unmemocar): Use macros to test for gloc...
2000-04-17 Mikael DjurfeldtRenamed SCM_VALIDATE_REAL_COPY --> SCM_VALIDATE_REAL_NU...
2000-04-17 Mikael Djurfeldt*** empty log message ***
2000-04-16 Mikael Djurfeldt*** empty log message ***
2000-04-16 Mikael Djurfeldt*** empty log message ***
2000-04-15 Mikael Djurfeldt*** empty log message ***
2000-04-15 Mikael Djurfeldt*** empty log message ***
2000-04-13 Dirk Herrmann* Made scm_dynthrow static.
2000-04-13 Mikael Djurfeldt*** empty log message ***
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-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 Dirk HerrmannLots of fixes with respect to strict typing.
2000-04-04 Mikael Djurfeldt*** empty log message ***
2000-04-03 Mikael Djurfeldt*** empty log message ***
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-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*** empty log message ***
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*** empty log message ***
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 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*** empty log message ***
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-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael Djurfeldt*** empty log message ***
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*** 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*** empty log message ***
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Mikael Djurfeldt*** empty log message ***
2000-03-20 Dirk HerrmannFix a couple of SCM_PACK / SCM_UNPACK uncleanlynesses.
2000-03-20 Mikael Djurfeldt*** empty log message ***
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*** empty log message ***
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-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*** empty log message ***
2000-03-17 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt*** empty log message ***
next