bpt/guile.git
2001-03-13 Keisuke Nishida * strports.c (scm_object_to_string): New procedure.
2001-03-13 Keisuke Nishida * guile-c.el (guile-c-deprecate-region): New command.
2001-03-12 Mikael Djurfeldt* arrays.scm (make-array): Added quote in front of ().
2001-03-12 Dirk Herrmann* Cleaned up uses and definition of SCM_ASSYNT.
2001-03-12 Keisuke Nishida * common-list.scm (count-if): New procedure.
2001-03-12 Martin Grabmüller * load.c (scm_primitive_load, scm_primitive_load_path),
2001-03-12 Keisuke Nishida*** empty log message ***
2001-03-12 Marius Vollmer*** empty log message ***
2001-03-12 Marius Vollmer* intro.texi: Changed to reflect current practice bette...
2001-03-11 Keisuke NishidaSplit up.
2001-03-11 Keisuke Nishida * list.c (s_scm_reverse_x): Use SCM_VALIDATE_LIST.
2001-03-11 Dirk Herrmann* Added a new test case plus minor improvements.
2001-03-11 Keisuke Nishida* guile-c.el: New file.
2001-03-11 Keisuke NishidaNew file.
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-10 Neil JerramMake (ice-9 buffered-input) more general
2001-03-10 Gary Houston * socket.c: add a definition of SUN_LEN (from glibc...
2001-03-10 Mikael Djurfeldt*** empty log message ***
2001-03-10 Mikael Djurfeldt* goops.scm (define-method): Only accept new syntax.
2001-03-10 Mikael Djurfeldt* coop.c: Inserted #include <stdio.h>.
2001-03-10 Mikael Djurfeldt* goops.texi (VERSION): Bumped to version 0.3.
2001-03-10 Keisuke Nishida * match.scm: Don't export defstruct. Use (unquote...
2001-03-10 Marius Vollmer*** empty log message ***
2001-03-10 Marius Vollmer* posix.c: Replaced `#define' of __USE_XOPEN right...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-09 Keisuke Nishida * readline.c: Add #include <stdio.h>
2001-03-09 Mikael Djurfeldt* Makefile.am (psyntax.pp): Added rule for producing...
2001-03-09 Martin Grabmüller (scm_gethostname): Set initial name length to 256 for
2001-03-09 Martin Grabmüller * posix.c (scm_gethostname): Set initial name length...
2001-03-09 Martin GrabmüllerAdded some new posix functions:
2001-03-09 Martin Grabmüller * tests/syntax.test ("let*"): Changed the `duplicate...
2001-03-09 Neil JerramMove doc files into guile-core distribution (7)
2001-03-09 Neil JerramMove doc files into guile-core distribution (6)
2001-03-09 Neil JerramMove doc files into guile-core distribution (4)
2001-03-09 Neil JerramMove doc files into guile-core distribution (3)
2001-03-09 Neil JerramMove doc files into guile-core distribution (2)
2001-03-09 Neil JerramMove doc files into guile-core distribution (1)
2001-03-09 Neil JerramRemoved texinfo.tex
2001-03-09 Neil Jerram* Removed old copy of data-rep.texi.
2001-03-09 Keisuke Nishida * match.scm: export defstruct.
2001-03-09 Neil Jerram* Docstring fixes.
2001-03-08 Mikael Djurfeldt*** empty log message ***
2001-03-08 Mikael Djurfeldt* ramap.c (racp): Removed optimization which caused...
2001-03-08 Mikael Djurfeldt* hash.c (scm_string_hash): Don't downcase characters.
2001-03-08 Mikael Djurfeldt*** empty log message ***
2001-03-08 Mikael Djurfeldt* psyntax.ss: Added FSF copyright notice. Added a...
2001-03-08 Mikael Djurfeldt*** empty log message ***
2001-03-08 Mikael Djurfeldt* symbols.c, symbols.h (scm_sys_symbols): New function...
2001-03-08 Mikael Djurfeldt* coop-threads.c: Fixed change of 2001-03-06.
2001-03-08 Mikael Djurfeldt* guile-config.in (build-link): Really reverted the...
2001-03-08 Mikael DjurfeldtRemoved some junk
2001-03-07 Neil Jerram* Don't set continuation flag for leading whitespace.
2001-03-07 Keisuke Nishidafix problems with gcc-2.96.
2001-03-06 Dirk Herrmann* The last patch has introduced a bad-bindings bug...
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-03-06 Dirk Herrmann* Don't include libguile/dump.h any more.
2001-03-05 Neil Jerram* Use "'()" instead of "()" in optargs.scm.
2001-03-05 Neil Jerram* New module (ice-9 buffered-input); use it in (ice...
2001-03-05 Mikael Djurfeldt* eval.c (scm_m_letstar): Removed check for duplicate...
2001-03-05 Martin Grabmüller* guile-config.in (build-link): Fixed duplicate binding bug
2001-03-05 Martin Grabmüller * guile-config.in (build-link): Fixed duplicate bindin...
2001-03-05 Dirk Herrmann* Preserve the original error's stack for re-throwing.
2001-03-05 Martin Grabmüller * print.c (scm_print_options): Fixed texinfo in docstring.
2001-03-04 Gary Houston*** empty log message ***
2001-03-04 Gary Houston * socket.c (scm_fill_sockaddr): don't allow buffer...
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops/compile.scm (compile-method): Tag method closur...
2001-03-04 Mikael Djurfeldt* goops.c, goops.h (scm_sys_pre_expand_closure_x):...
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.scm (change-object-class): Quote empty list...
2001-03-04 Mikael Djurfeldt* goops.c (scm_sys_pre_expand_closure_x): New procedure.
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer* tests/syntax.test ("let,duplicate bindings", "let...
2001-03-03 Marius Vollmer* eval.c (scm_s_duplicate_bindings): New error message.
2001-03-03 Mikael Djurfeldt* stack-catch.scm: New file.
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer* tests/syntax.test ("duplicate formals"): New category...
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius VollmerCosmetic cleanups.
2001-03-03 Marius Vollmer*** empty log message ***
2001-03-03 Marius Vollmer* tests/alist.test: Use "'()" instead of "()" in all...
2001-03-03 Marius Vollmer* eval.h (SCM_EVALIM2): New macro. Use it when a
2001-03-03 Marius Vollmer* boot-9.scm, rdelim.scm: Use "'()" instead of "()...
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-03-02 Martin Grabmüller*** empty log message ***
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-03-02 Dirk Herrmann* extracted the tests from exceptions.test into eval...
2001-03-01 Dirk Herrmann* Moved the number related tests from exceptions.test...
2001-03-01 Dirk Herrmann* Extracted tests from exceptions.test into strings...
2001-02-28 Dirk Herrmann* Minor fixes to error checking macros.
2001-02-28 Dirk Herrmann* Turn some test's result into XFAIL instead of FAIL.
2001-02-28 Dirk Herrmann* Moved reader related tests from exceptions.test to...
2001-02-28 Dirk Herrmann* Removed old system to check for exceptions.
2001-02-28 Dirk Herrmann* Forgot to commit the changelog for the last change...
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
2001-02-28 Dirk Herrmann* Remove redundant test name prefix.
2001-02-28 Dirk Herrmann* Make sure that tests return a boolean value.
2001-02-27 Dirk Herrmann* Cleaned up export list.
2001-02-27 Mikael Djurfeldt* boot-9.scm (save-stack): Use `primitive-eval' for...
next