bpt/guile.git
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* qthreads.m4: Removed THREADS_CPPFLAGS.
2000-04-21 Mikael Djurfeldt* acinclude.m4: Removed qthreads macros. They are...
2000-04-21 Mikael Djurfeldt*** empty log message ***
2000-04-21 Mikael Djurfeldt* numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG
2000-04-21 Mikael Djurfeldt*** empty log message ***
2000-04-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added calls to debug-mallo...
2000-04-21 Mikael Djurfeldt* debug-malloc.c, debug-malloc.h: New files.
2000-04-21 Mikael Djurfeldt* gc.c (scm_must_malloc, scm_must_realloc, scm_must_fre...
2000-04-21 Mikael Djurfeldt* Makefile.am: Added debug-malloc.c, debug-malloc.h,
2000-04-21 Mikael Djurfeldt* configure.in: New --enable-debug-malloc configuration...
2000-04-21 Mikael Djurfeldt* acconfig.h (GUILE_DEBUG_MALLOC): New.
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-19 Mikael Djurfeldt* struct.c (scm_struct_free_light, scm_struct_free_stan...
2000-04-19 Mikael Djurfeldt* numbers.c (scm_adjbig): Tell scm_must_realloc "what...
2000-04-19 Mikael Djurfeldt* procs.c (scm_make_subr_opt): Tell scm_must_realloc...
2000-04-18 Dirk HerrmannFixed a stupid bug introduced with the last patch....
2000-04-18 Greg J. Badros* validate.h: Do not cast to (unsigned) in SCM_VALIDATE...
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-18 Mikael Djurfeldt*** empty log message ***
2000-04-18 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Also enable
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-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-16 Mikael Djurfeldt*** empty log message ***
2000-04-16 Mikael Djurfeldt* r4rs.scm (close-input-port, close-output-port): Removed.
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-13 Mikael Djurfeldt*** empty log message ***
2000-04-13 Mikael Djurfeldt*** empty log message ***
2000-04-13 Mikael Djurfeldt* session.scm (help): New macro. Prints helpful inform...
2000-04-12 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 Gary Houston*** empty log message ***
2000-04-10 Gary Houston * popen.scm (open-process): after forking, close all...
2000-04-10 Mikael Djurfeldt* objects.h: Don't redeclare scm_call_generic_0 and
2000-04-10 Mikael Djurfeldt*** empty log message ***
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-09 Gary Houston*** empty log message ***
2000-04-09 Gary Houston * popen.scm (close-process-quietly): new procedure...
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* format.scm (format:obj->str): Handle circular referen...
2000-04-04 Dirk HerrmannFix handling of SCM value with regard 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* streams.scm (stream-fold, stream-for-each): don't...
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 Gary Houston*** empty log message ***
2000-03-31 Gary Houston * tests/ports.test (non-blocking-I/O): a couple more...
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.
next