*** empty log message ***
[bpt/guile.git] / srfi /
2002-04-11 Rob Browning*** empty log message ***
2002-04-11 Rob Browning* .cvsignore: add *.c.clean.c.
2002-03-28 Thien-Thi Nguyen*** empty log message ***
2002-03-28 Thien-Thi NguyenUpdate copyright.
2002-03-28 Thien-Thi NguyenUpdate copyright.
2002-03-28 Thien-Thi Nguyen*** empty log message ***
2002-03-24 Marius Vollmer*** empty log message ***
2002-03-24 Marius Vollmer(.c.x): Pass "-o $@" to guile-snarf.
2002-03-14 Thien-Thi Nguyen*** empty log message ***
2002-03-14 Thien-Thi Nguyen(snarfcppopts): New var.
2002-03-14 Thien-Thi Nguyen*** empty log message ***
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-11 Marius Vollmer*** empty log message ***
2002-03-11 Marius Vollmer(string_titlecase_x): Treat characters as unsigned...
2002-02-25 Rob Browning*** empty log message ***
2002-02-25 Rob Browning* Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
2002-02-23 Neil Jerram* Fix date-week-number bug in srfi-19.scm.
2002-02-22 Neil Jerram* Fix a typo that crept in with the scm_X_t to scm_t_X...
2002-02-11 Marius Vollmer*** empty log message ***
2002-02-11 Marius VollmerUse scm_gc_malloc/scm_malloc and scm_gc_free/free inste...
2002-01-21 Thien-Thi Nguyen*** empty log message ***
2002-01-21 Thien-Thi Nguyen(count1, take-while): Rewrite to be tail-recursive.
2002-01-21 Thien-Thi Nguyen*** empty log message ***
2002-01-21 Thien-Thi Nguyen(map1): Rewrite to be tail-recursive.
2001-12-16 Marius Vollmer*** empty log message ***
2001-12-16 Marius Vollmer(let-values): Use `gensym' instead of `gentemp'.
2001-12-01 Neil Jerram* Add ETAGS_ARGS decls so that more stuff gets tagged.
2001-11-12 Marius Vollmer*** empty log message ***
2001-11-12 Marius VollmerUse HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test
2001-11-11 Neil Jerram* Documentation work.
2001-11-06 Thien-Thi Nguyen*** empty log message ***
2001-11-06 Thien-Thi Nguyen(time-monotonic->time-monotonic): Spurious; remove...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-03 Marius Vollmer*** empty log message ***
2001-11-03 Marius Vollmer(libguile_srfi_srfi_4_la_LIBADD, libguile_srfi_srfi_13_...
2001-11-02 Marius Vollmer*** empty log message ***
2001-11-02 Marius VollmerDefined SCM_SRFI4_API. Prefixed each exported
2001-11-02 Marius VollmerDefined SCM_SRFI1314_API. Prefixed each
2001-11-02 Marius VollmerPut `-no-undefined' into LDFLAGS to support linkers
2001-10-21 Mikael Djurfeldt* lib.scm: Move module the system directives `export',
2001-09-22 Mikael Djurfeldt* srfi-19.scm (priv:split-real): Inserted missing call to
2001-09-21 Rob Browning*** empty log message ***
2001-09-21 Rob Browning* srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1...
2001-09-21 Rob Browning* srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1...
2001-09-12 Gary Houston2001-09-12 Gary Houston <ghouston@arglist.com>
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-25 Thien-Thi Nguyen*** empty log message ***
2001-08-25 Thien-Thi Nguyen(add-duration): Fix bug: Call `add-duration!' w/ two...
2001-08-25 Marius Vollmer*** empty log message ***
2001-08-25 Marius Vollmer(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
2001-08-24 Thien-Thi Nguyen*** empty log message ***
2001-08-24 Thien-Thi Nguyen(string-for-each-index): New exported proc.
2001-08-24 Thien-Thi Nguyen(scm_string_for_each): Reverse order of first 2 args.
2001-08-24 Thien-Thi Nguyen(scm_string_map, scm_string_map_x,
2001-08-22 Mikael Djurfeldt* tests/srfi-13.test (string-map): Swapped order of...
2001-08-05 Gary Houston * srfi-1.scm (check-arg-type, non-negative-integer...
2001-08-04 Gary Houston * srfi-1.scm (filter): replaced with a tail-recursive...
2001-07-31 Gary Houston * srfi-14.c (scm_char_set_diff_plus_intersection)...
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-19 Martin Grabmüller * srfi-11.scm, srfi-8.scm: Update copyright notice.
2001-07-17 Martin Grabmüller * srfi-14.c: Okay. Now I got it. Really. This time...
2001-07-17 Martin Grabmüller * srfi-14.c: Fix for bug caused by brain-malfunctionin...
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 * srfi-14.c: Allocate correct memory size for charsets...
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-12 Marius Vollmer*** empty log message ***
2001-07-12 Marius Vollmer(and-let*): Use `re-export-syntax' instead of `export...
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-09 Martin Grabmüller2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-07-06 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member...
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-03 Gary Houston (map-in-order): defined and exported, to support lists...
2001-07-03 Gary Houston*** empty log message ***
2001-07-03 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member...
2001-07-03 Martin Grabmüller * srfi-1.scm (list-tabulate): Do not go into infinite...
2001-07-03 Martin Grabmüller * srfi-1.scm (list-tabulate): Do not go into infinite...
2001-07-02 Martin Grabmüller * srfi-1.scm: Replaced calls to `map' in several proce...
2001-06-28 Martin Grabmüller * srfi-4.c: Minor cleanups.
2001-06-27 Martin Grabmüller * Makefile.am: Added SRFI-4 files in various places.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-25 Marius Vollmer*** empty log message ***
2001-06-25 Marius VollmerUse `re-export-syntax' to correctly re-export `receive'.
2001-06-18 Marius Vollmer*** empty log message ***
2001-06-18 Marius VollmerThe SRFI-19 implementation was completely broken. ...
2001-06-14 Marius Vollmer*** empty log message ***
2001-06-14 Marius VollmerPrevent `export' from re-exporting core bindings.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-07 Martin Grabmüller * srfi-1.scm (fold, fold-pair): Fixed a buggy call...
2001-06-07 Martin Grabmüller * README: Update.
2001-06-03 Marius Vollmer*** empty log message ***
2001-05-31 Martin Grabmüller * srfi-14.scm, srfi-13.scm: Use `load-extension' for...
2001-05-31 Michael Livshin* Makefile.am (MKDEP): copied from libguile/Makefile...
2001-05-28 Michael Livshin* srfi-19.scm: removed a stray open parenthesis. (thanks to
2001-05-24 Michael Livshin* validate.h
next