bpt/guile.git
2001-02-08 Marius Vollmer* ports.c (scm_port_for_each): Make a snapshot of the...
2001-02-08 Marius Vollmer* and-let-star-compat.scm: Display the warning to the
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-string.
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-vector.
2001-02-06 Keisuke NishidaRemoved redundant code.
2001-02-05 Keisuke NishidaMinor modifications.
2001-02-05 Keisuke Nishida*** empty log message ***
2001-02-05 Keisuke NishidaNew dump/undump scheme.
2001-02-04 Marius Vollmer* and-let-star.scm, and-let*.scm: Renamed `and-let...
2001-02-04 Marius Vollmer*** empty log message ***
2001-02-04 Marius Vollmer*** empty log message ***
2001-02-04 Marius Vollmer* data-rep.texi: Use SCM_SMOB_DATA instead of SCM_CDR...
2001-02-03 Michael LivshinSCM_DOUBLE_CELLP deprecated and made unused
2001-02-03 Keisuke Nishida*** empty log message ***
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-31 Mikael Djurfeldt* unif.c (rapr1): Don't apply scm_uniform_vector_length...
2001-01-31 Mikael DjurfeldtAdded #include "libguile/rdelim.h".
2001-01-30 Dirk Herrmann* Added docstrings by Martin Grabmueller.
2001-01-29 Mikael Djurfeldt* eval.c (SCM_APPLY): Check that primitives which take...
2001-01-28 Marius Vollmer*** empty log message ***
2001-01-28 Marius Vollmer* readline.scm (make-readline-port): PROMPT becomes...
2001-01-27 Keisuke Nishidagoops.c (s_scm_get_keyword): Bug fix.
2001-01-26 Dirk Herrmann* Fix parameter error reporting and avoid redundant...
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2001-01-26 Dirk Herrmann* Make readline run-time options accessible.
2001-01-26 Dirk Herrmann* Fixed things that I had broken with the last patch :-(
2001-01-26 Dirk Herrmann* Forgot to add the file check-guile.in with the latest...
2001-01-26 Dirk Herrmann* Added Thien-Thi Nguyen's patch to support "make check".
2001-01-25 Dirk Herrmann* On errors, show line and column information even...
2001-01-25 Dirk Herrmann* Make sure that only open file ports are used as readl...
2001-01-25 Dirk Herrmann* Added a file-port? primitive.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-25 Dirk Herrmann* Fix handling of (set-source-property! <obj> 'copy...
2001-01-24 Gary Houston*** empty log message ***
2001-01-24 Gary Houston * tests/ports.test: include (ice-9 rdelim) module.
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2001-01-24 Gary Houston*** empty log message ***
2001-01-24 Dirk Herrmann* Make sure that parameter errors are reported correctly.
2001-01-24 Dirk Herrmann* Ooops: Forgot to credit Neil for the bug report.
2001-01-24 Dirk Herrmann* Make sure that scm_display_error validates its port...
2001-01-24 Mikael Djurfeldt* eval.c (SCM_APPLY): Added # args check for application of
2001-01-24 Dirk Herrmann* Separate the handling of OPEN flags between ports...
2001-01-22 Dirk Herrmann* Move all real functionality from scm_eval into inner_...
2001-01-21 Gary Houston * rdelim.scm: new file implementing module (ice-9...
2001-01-19 Dirk Herrmann* Applied Martin Grabmueller's fix of case's handling...
2001-01-19 Neil Jerram* Make the readline port input-only.
2001-01-18 Gary Houston * ioext.c: further simplify scm_read_string_x_partial...
2001-01-18 Dirk Herrmann* Converted to real boundary testing.
2001-01-18 Dirk Herrmann* Simplified gh_ints2scm by using SCM_FIXABLE.
2001-01-18 Dirk Herrmann* Cleaned up some limits-definitions.
2001-01-17 Dirk Herrmann* Added tests for bit-operations.
2001-01-17 Dirk Herrmann* Fixed a couple of bugs with quotient, remainder,...
2001-01-16 Dirk Herrmann* Comment fixed.
2001-01-15 Dirk Herrmann* Return type of scm_make_smob_type is scm_bits_t now.
2001-01-11 Michael Livshin* objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_EN...
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2001-01-06 Gary Houston*** empty log message ***
2001-01-06 Gary Houston * ioext.c (scm_read_string_x_partial): new procedure...
2001-01-06 Marius Vollmer*** empty log message ***
2001-01-06 Marius Vollmer* validate.h (SCM_VALIDATE_NUMBER): New.
2001-01-05 Neil Jerram* Fix typos in entry about guardian semantic changes.
2001-01-04 Michael Livshin * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P,
2001-01-02 Gary Houston * fports.c (fport_write): bugfix: handle short writes for
2000-12-30 Michael Livshin* guardians.c (guardian_print): for sharing guardians...
2000-12-29 Michael Livshin * weaks.c (scm_scan_weak_vectors): move the calculatio...
2000-12-29 Dirk Herrmann* Remove calls to symbol-interned? which have always...
2000-12-28 Dirk Herrmann* Fixed the changelog entry regarding re-introduction...
2000-12-28 Dirk Herrmann* Get rid of the annoying variable-gets-clobbered-by...
2000-12-28 Dirk Herrmann* Re-introduces the unused member "documentation" of...
2000-12-28 Michael Livshin* guardians.c (mark_dependencies_in_tconc): new function.
2000-12-24 Michael Livshin* gc.c: (scm_gc_mark_dependencies): use SCM_EQ_P for...
2000-12-24 Michael Livshin*** empty log message ***
2000-12-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
2000-12-23 Marius VollmerDoc fixes from Martin Grabmüller.
2000-12-23 Dirk Herrmann* Removed unused member "properties" from struct scm_su...
2000-12-22 Dirk Herrmann* Removed unused member "documentation" from struct...
2000-12-21 Dirk Herrmann* Make sure, re-entering the dynamic scope of an eval...
2000-12-21 Dirk Herrmann* Simplify the use of SCM_PUREGENERICP.
2000-12-20 Gary Houston * continuations.c (continuation_apply): subtract the...
2000-12-18 Dirk Herrmann* Remove some redundant SCM_N?IMP tests.
2000-12-17 Mikael Djurfeldt*** empty log message ***
2000-12-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-16 Keisuke NishidaIgnore guile.texi.
2000-12-16 Michael Livshin*** empty log message ***
2000-12-16 Keisuke NishidaAdded prototype.
2000-12-15 Dirk Herrmann* New environment variable scm_system_environment to...
2000-12-15 Dirk Herrmann* Avoid using eval-in-module in example code. Thanks...
2000-12-15 Dirk Herrmann* Fix a bug in scm_eval.
2000-12-15 Dirk Herrmann* Use eval instead of eval-in-module.
2000-12-14 Dirk Herrmann* Re-introduced most-positive-fixnum and most-negative...
2000-12-13 Dirk Herrmann* Renamed scm_symbols to symbols and made it static...
2000-12-13 Dirk Herrmann* Fixed the last patch (which was uncomplete). Thanks...
2000-12-12 Dirk Herrmann* The creation of symbols and bindings are two separate...
2000-12-12 Dirk Herrmann* Lookup 'use-emacs-interface in the-root-module.
2000-12-12 Dirk Herrmann* Make the creation of bindings more straightforward.
2000-12-12 Dirk Herrmann* Moved function scm_string_hash to hash.c.
2000-12-11 Marius Vollmer*** empty log message ***
2000-12-11 Marius Vollmer* gc_os_dep.c (scm_get_stack_base) [MSWIN32]: Added...
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
next