bpt/guile.git
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-05-15 Dirk HerrmannUpdated the macro names for operating on characters.
2000-05-14 Gary Houston*** empty log message ***
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-05-14 Gary Houston*** empty log message ***
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-05-11 Dirk Herrmann* __scm.h: Added section for debugging options.
2000-05-11 Dirk Herrmann* abs no longer accepts complex numbers as parameter.
2000-05-10 Dirk Herrmann* Scheme cells now consist of scm_bits_t values instead...
2000-05-10 Dirk Herrmann* Added FIXME comment about the problems with infinite...
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-05-10 Dirk HerrmannIS_INF: Undid last change.
2000-05-09 Marius Vollmer*** empty log message ***
2000-05-09 Marius Vollmer* common-list.scm (delete-if-not!): Bug fix of bug...
2000-05-09 Marius VollmerDo not advertise COPYING as containing the Guile licens...
2000-05-09 Marius VollmerUpdated some, mostly by removing outdated material.
2000-05-09 Dirk Herrmann* Added comments.
2000-05-09 Dirk Herrmann* Fixed IS_INF.
2000-05-08 Marius Vollmer*** empty log message ***
2000-05-08 Marius Vollmer* scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for...
2000-05-08 Dirk HerrmannReordered some dispatch sequences.
2000-05-08 Dirk HerrmannAdded tests/list.test and tests/numbers.test. (numbers...
2000-05-08 Dirk HerrmannAdopted a couple of nice ideas from Greg.
2000-05-08 Dirk HerrmannAvoid pointer trickery with SCM values.
2000-05-08 Dirk HerrmannUse SCM{_SET}?_CELL_OBJECT if a cell is not known to...
2000-05-08 Dirk Herrmann* eval.c: Removed ASRTSYNTAX macro. Removed function...
2000-05-08 Marius Vollmer*** empty log message ***
2000-05-08 Marius Vollmer* common-list.scm (doc fixes): Talk about `true values...
2000-05-05 Dirk Herrmann* Use SCM{_SET}?_CELL_OBJECT to access cells that are...
2000-05-05 Dirk Herrmannmambo.test: Removed dummy file.
2000-05-05 Dirk Herrmann* eval.c: Eliminated redundant SCM_IMP tests.
2000-05-05 Dirk HerrmannFixed some goto-related initialization bugs.
2000-05-04 Marius VollmerFixed typo.
2000-05-04 Dirk HerrmannAvoid modifications of cells via pointers. Use SCM_SET...
2000-05-03 Marius Vollmer*** empty log message ***
2000-05-03 Marius VollmerAdded section about Guile license.
2000-05-03 Marius Vollmer* scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix decla...
2000-05-03 Dirk Herrmann* scm_divbigbig and scm_divbigint are static now
2000-05-02 Gary Houston*** empty log message ***
2000-05-02 Gary Houston * Makefile.am (INCLUDES): add ${INCLTDL} (thanks to...
2000-05-02 Gary Houstonchange -qt to -lqt
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-05-01 Gary Houston*** empty log message ***
2000-05-01 Gary Houston * scmsigs.c: fix the definition of orig_handlers for...
2000-05-01 Gary Houston*** empty log message ***
2000-05-01 Gary Houston * readline.c: include libguile.h, not libguile/libguile.h.
2000-05-01 Gary Houston * Makefile.am: add include_HEADERS.
2000-05-01 Gary Houston * Makefile.am: remove include_HEADERS (was libguile.h)
2000-04-28 Dirk HerrmannSome dispatch sequence reordering fixes of comparisons...
2000-04-28 Dirk Herrmann* removed code enclosed within #ifdef BADIVSGNS .....
2000-04-26 Gary Houston*** empty log message ***
2000-04-25 Gary Houston*** empty log message ***
2000-04-25 Gary Houston * posix.c (scm_execlp): docstring fix (thanks to Martin
2000-04-25 Dirk HerrmannMade undef_object into a local static variable.
2000-04-25 Dirk Herrmann* Remove function scm_init_iprocs, remove struct scm_ip...
2000-04-21 Mikael Djurfeldt*** empty log message ***
2000-04-21 Mikael Djurfeldt* weaks.h (scm_weak_vectors, scm_weaks_prehistory)...
2000-04-21 Mikael Djurfeldt* weaks.c (scm_weaks_prehistory): New function: Add
2000-04-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added `scm_init_hooks'.
2000-04-21 Mikael Djurfeldt* hooks.c, hooks.h (scm_make_hook_with_name): Removed...
2000-04-21 Mikael Djurfeldt* guardians.h (scm_guardian_gc_init, scm_guardian_zombi...
2000-04-21 Mikael Djurfeldt* guardians.c (scm_guardian_gc_init): Turned into a...
2000-04-21 Mikael Djurfeldt* gc.h: Added #include "libguile/hooks.h".
2000-04-21 Mikael Djurfeldt* gc.c: Removed #include "libguile/guardians.h".
2000-04-21 Mikael Djurfeldt* feature.c, feature.h: Broke out hook code into separa...
2000-04-21 Mikael Djurfeldt* async.c (scm_sys_gc_async_thunk): Run after-gc-hook.
2000-04-21 Mikael Djurfeldt* Makefile.am: Added hooks.c, hooks.h, hooks.x.
2000-04-21 Mikael DjurfeldtFixes
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 ***
next