summaryrefslogtreecommitdiff
path: root/srfi
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Thien-Thi Nguyen2001-08-251-0/+5
* (add-duration): Fix bug: Call `add-duration!' w/ two args.Thien-Thi Nguyen2001-08-251-51/+53
* *** empty log message ***Marius Vollmer2001-08-251-0/+4
* (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".Marius Vollmer2001-08-251-1/+1
* *** empty log message ***Thien-Thi Nguyen2001-08-241-16/+29
* (string-for-each-index): New exported proc.Thien-Thi Nguyen2001-08-241-4/+5
* (scm_string_for_each): Reverse order of first 2 args.Thien-Thi Nguyen2001-08-241-66/+88
* (scm_string_map, scm_string_map_x,Thien-Thi Nguyen2001-08-241-6/+7
* * tests/srfi-13.test (string-map): Swapped order of string andMikael Djurfeldt2001-08-222-6/+11
* * srfi-1.scm (check-arg-type, non-negative-integer?): a couple of newGary Houston2001-08-052-0/+22
* * srfi-1.scm (filter): replaced with a tail-recursive version.Gary Houston2001-08-042-10/+15
* * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctlyGary Houston2001-07-313-16/+63
* Reverse the n-ary logxor change. The behaviour is weird in a setGary Houston2001-07-222-15/+3
* (scm_char_set_xor): bug fix: characters should only be included ifGary Houston2001-07-222-3/+16
* * srfi-14.c (scm_char_set_intersection, scm_char_set_xor): removeGary Houston2001-07-223-30/+56
* * srfi-11.scm, srfi-8.scm: Update copyright notice.Martin Grabmüller2001-07-193-2/+6
* * srfi-14.c: Okay. Now I got it. Really. This time it's fixed.Martin Grabmüller2001-07-173-22/+47
* * srfi-14.c: Fix for bug caused by brain-malfunctioning on myMartin Grabmüller2001-07-173-24/+39
* * srfi-14.scm: export string->char-set!, not string-char-set!.Gary Houston2001-07-163-7/+16
* (scm_char_set_map): Bug-fix: char-set-map was modifying theMartin Grabmüller2001-07-162-1/+6
* * srfi-14.c: Allocate correct memory size for charsets (32 bytes),Martin Grabmüller2001-07-162-5/+14
* (scm_char_set_hash): bug fix: was overrunning the buffer andGary Houston2001-07-152-10/+17
* * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in theGary Houston2001-07-152-4/+16
* *** empty log message ***Marius Vollmer2001-07-121-0/+5
* (and-let*): Use `re-export-syntax' instead of `export-syntax'.Marius Vollmer2001-07-121-1/+1
* (s_scm_char_set_leq): similarly, (char-set<=) should return #t.Gary Houston2001-07-113-26/+30
* * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) shouldGary Houston2001-07-113-22/+25
* 2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>Martin Grabmüller2001-07-092-5/+6
* * srfi-1.scm (iota, map, for-each, list-index, member, delete,Gary Houston2001-07-063-14/+31
* *** empty log message ***Rob Browning2001-07-061-0/+4
* * srfi-19.scm (priv:locale-reader): don't need open-output-string.Rob Browning2001-07-061-12/+12
* (map-in-order): defined and exported, to support lists of unequalGary Houston2001-07-032-2/+6
* *** empty log message ***Gary Houston2001-07-031-0/+7
* * srfi-1.scm (iota, map, for-each, list-index, member, delete,Gary Houston2001-07-031-8/+12
* * srfi-1.scm (list-tabulate): Do not go into infinite loop forMartin Grabmüller2001-07-032-12/+13
* * srfi-1.scm (list-tabulate): Do not go into infinite loop forMartin Grabmüller2001-07-032-1/+6
* * srfi-1.scm: Replaced calls to `map' in several procedures toMartin Grabmüller2001-07-022-33/+82
* * srfi-4.c: Minor cleanups.Martin Grabmüller2001-06-284-88/+137
* * Makefile.am: Added SRFI-4 files in various places.Martin Grabmüller2001-06-275-2/+2503
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-262-17/+24
* *** empty log message ***Marius Vollmer2001-06-251-0/+5
* Use `re-export-syntax' to correctly re-export `receive'.Marius Vollmer2001-06-251-1/+1
* *** empty log message ***Marius Vollmer2001-06-181-0/+39
* The SRFI-19 implementation was completely broken. Already theMarius Vollmer2001-06-181-97/+113
* *** empty log message ***Marius Vollmer2001-06-141-0/+4
* Prevent `export' from re-exporting core bindings.Marius Vollmer2001-06-141-0/+13
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-072-3/+7
* * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.Martin Grabmüller2001-06-072-6/+23
* * README: Update.Martin Grabmüller2001-06-074-2/+990
* *** empty log message ***Marius Vollmer2001-06-0312-0/+268