bpt/guile.git
2001-07-25 Marius Vollmer*** empty log message ***
2001-07-25 Marius Vollmer* variable.h (scm_tc16_variable): Removed.
2001-07-25 Marius Vollmer* tags.h (scm_tc7_variable): New.
2001-07-23 Marius Vollmer*** empty log message ***
2001-07-23 Marius Vollmer(SUBDIRS): Build libguile before ice-9.
2001-07-23 Marius Vollmer* syncase.scm (psyncomp): Removed, it is now in compile...
2001-07-22 Gary Houston Reverse the n-ary logxor change. The behaviour...
2001-07-22 Gary Houston (scm_char_set_xor): bug fix: characters should only...
2001-07-22 Gary Houston * srfi-14.c (scm_char_set_intersection, scm_char_set_x...
2001-07-22 Marius Vollmer*** empty log message ***
2001-07-22 Marius Vollmer* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag...
2001-07-22 Marius Vollmer* tags.h: Include inttypes.h when we have it.
2001-07-22 Marius VollmerCheck for "inttypes.h".
2001-07-22 Gary Houston * regex-posix.c (s_scm_regexp_exec): use scm_long2num not
2001-07-22 Thien-Thi Nguyen*** empty log message ***
2001-07-22 Thien-Thi Nguyen(autoload-info): Also handle `defmacro-public' forms.
2001-07-21 Gary Houston * scmsigs.c: include sys/time.h for itimer stuff.
2001-07-21 Thien-Thi NguyenRemove "how to contribute" header paragraph.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-19 Martin Grabmüller * INSTALL, Makefile.am, configure.in: Updated copyrigh...
2001-07-19 Martin Grabmüller * tests/alist.test, tests/bit-operations.test,
2001-07-19 Martin Grabmüller * srfi-11.scm, srfi-8.scm: Update copyright notice.
2001-07-19 Martin Grabmüller * goops/util.scm: Updated copyright notice.
2001-07-19 Martin Grabmüller * and-let-star.scm, debug.scm, debugger.scm, history...
2001-07-19 Martin Grabmüller * Makefile.am, readline.scm: Updated copyright notice.
2001-07-19 Martin Grabmüller * guile-config.in, Makefile.am: Updated copyright...
2001-07-19 Rob Browning*** empty log message ***
2001-07-19 Rob Browning* posix.texi (Signals): add docs for setitimer and...
2001-07-19 Rob Browning*** empty log message ***
2001-07-19 Rob Browning* configure.in: add checks for setitimer and getitimer.
2001-07-19 Rob Browning* box/.cvsignore: add .deps.
2001-07-19 Rob Browning* box-module/.cvsignore: add .deps.
2001-07-19 Rob Browning* c-tokenize.lex: add option %nounput to quiet warning.
2001-07-19 Rob Browning* gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet...
2001-07-19 Rob Browning* scmsigs.c (s_scm_setitimer): new function.
2001-07-19 Rob Browning* scmsigs.h (scm_init_scmsigs): new prototype.
2001-07-18 Dirk Herrmann* A couple of minor cleanups.
2001-07-17 Martin Grabmüller * srfi-14.c: Okay. Now I got it. Really. This time...
2001-07-17 Martin Grabmüller * r5rs.scm: Use `re-export' instead of `export' for...
2001-07-17 Martin Grabmüller * srfi-14.c: Fix for bug caused by brain-malfunctionin...
2001-07-17 Martin Grabmüller * goops/save.scm: Use `re-export' instead of `export...
2001-07-16 Gary Houston * srfi-14.scm: export string->char-set!, not string...
2001-07-16 Martin Grabmüller (scm_char_set_map): Bug-fix: char-set-map was modifyin...
2001-07-16 Martin Grabmüller * tests/srfi-14.test: New file.
2001-07-16 Martin Grabmüller * srfi-14.c: Allocate correct memory size for charsets...
2001-07-16 Dirk Herrmann* Minor changes.
2001-07-15 Thien-Thi Nguyen*** empty log message ***
2001-07-15 Thien-Thi NguyenRemove onerous authorship-info deletion clause.
2001-07-15 Gary Houston (scm_char_set_hash): bug fix: was overrunning the...
2001-07-15 Gary Houston * srfi-14.c (scm_char_set_hash): recognise 0 instead...
2001-07-14 Martin Grabmüller * examples/modules/main: Use :renamer for specifying...
2001-07-14 Thien-Thi Nguyen*** empty log message ***
2001-07-14 Thien-Thi NguyenRe-add authorship info.
2001-07-12 Marius Vollmer*** empty log message ***
2001-07-12 Marius VollmerNew file.
2001-07-12 Marius Vollmer(and-let*): Use `re-export-syntax' instead of `export...
2001-07-12 Marius VollmerUse `re-export' instead of `export' for re-exported...
2001-07-12 Marius VollmerUse `re-export' instead of `export' for re-exported...
2001-07-12 Marius Vollmer(compile-interface-spec): Bug fix: the keyword argument...
2001-07-12 Keisuke Nishidaautogen.sh: Call libtoolize with --force.
2001-07-11 Michael Livshin* snarf-check-and-output-texi (do-argpos): complain...
2001-07-11 Michael Livshin* strings.c (s_scm_string): fix arg position in assert.
2001-07-11 Gary Houston (s_scm_char_set_leq): similarly, (char-set<=) should...
2001-07-11 Gary Houston * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set...
2001-07-11 Gary Houston * scheme-evaluation.texi: Added `load-from-path'....
2001-07-11 Gary Houston * strports.c (st_write): use memcpy, not strncpy....
2001-07-10 Thien-Thi Nguyen*** empty log message ***
2001-07-10 Thien-Thi Nguyen(display-version, display-help): Fix comment; nfc.
2001-07-10 Thien-Thi Nguyen*** empty log message ***
2001-07-10 Thien-Thi NguyenPoint to HACKING for tool versions.
2001-07-09 Thien-Thi Nguyen*** empty log message ***
2001-07-09 Thien-Thi NguyenRemove authorship comment.
2001-07-09 Martin Grabmüller * box-dynamic/README: Corrected sample session.
2001-07-09 Martin Grabmüller2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-07-09 Marius VollmerUpdated snapshot location.
2001-07-09 Rob Browning*** empty log message ***
2001-07-09 Rob Browning* boot-9.scm: Fixed the sense of the error message...
2001-07-09 Thien-Thi Nguyen*** empty log message ***
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-07-08 Rob Browning*** empty log message ***
2001-07-08 Rob Browning* TODO: updated to include relevant itemized post-1...
2001-07-08 Rob Browning* RELEASE: add a note that the RELEASE instructions...
2001-07-08 Marius Vollmermention scm_read_0str and scm_eval_0str, corrections...
2001-07-08 Marius VollmerRemoved
2001-07-08 Rob Browning*** empty log message ***
2001-07-08 Rob Browning* .cvsignore: add stamp-h.in.
2001-07-08 Rob Browning* AUTHORS: add "many files throughout" for myself.
2001-07-07 Marius VollmerSneak in the translators...
2001-07-07 Thien-Thi Nguyenbye bye
2001-07-07 Thien-Thi Nguyen(Eventually): Add items from devel/TODO.
2001-07-07 Thien-Thi NguyenIn "Contributing Your Changes", distiguish
2001-07-06 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member...
2001-07-06 Gary Houston*** empty log message ***
2001-07-06 Thien-Thi NguyenMention AUTHORS maintenance in two places: for contributors
2001-07-06 Rob Browning*** empty log message ***
2001-07-06 Rob Browning* boot-9.scm: added fix suggested by Matthias for ...
2001-07-06 Rob Browning*** empty log message ***
2001-07-06 Rob Browning* srfi-19.scm (priv:locale-reader): don't need open...
2001-07-04 Martin Grabmüller * hooks.c (scm_make_hook, scm_add_hook_x),
2001-07-04 Martin Grabmüller * scheme-data.texi (Hook Reference): Removed documenta...
next