| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize Automake files. | Ludovic Courtès | 2008-06-28 | 2 | -4/+7 |
* | Fix harmless typo in SRFI-19. | Ludovic Courtès | 2008-06-28 | 2 | -2/+7 |
* | Scheme SRFI-18 implementation and tests file | Julian Graham | 2008-05-24 | 2 | -0/+383 |
* | Fix type-checking of SRFI-1 `partition'. | Ludovic Courtès | 2008-04-28 | 2 | -2/+14 |
* | Include <config.h> in SRFI-1. | Ludovic Courtès | 2008-04-27 | 2 | -1/+9 |
* | Make `(srfi srfi-35)' visible through `cond-expand'. | Ludovic Courtès | 2008-04-26 | 2 | -1/+7 |
* | Add `(srfi srfi-88)'. | Ludovic Courtès | 2008-04-26 | 3 | -2/+58 |
* | Fix SRFI-37 `args-fold' with short option names of argument-less options. | Ludovic Courtès | 2008-03-12 | 2 | -2/+10 |
* | * srfi-39.scm: Update copyright statement to LGPL.... | Neil Jerram | 2008-01-22 | 2 | -35/+14 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-13 | 2 | -1/+6 |
* | Add missing SRFI-69 files. | Ludovic Courtès | 2007-12-13 | 1 | -0/+329 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-03 | 2 | -1/+7 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-09-10 | 2 | -10/+23 |
* | Added SRFI-35 files. | Ludovic Courtès | 2007-08-11 | 1 | -0/+329 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-08-11 | 2 | -0/+6 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-29 | 2 | -7/+24 |
* | Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs-head--0--patch-82... | Ludovic Courtès | 2007-07-18 | 1 | -22/+25 |
* | Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs-head--0--patch-81... | Ludovic Courtès | 2007-07-18 | 3 | -0/+231 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-09 | 2 | -2/+9 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-05-09 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-05-09 | 2 | -8/+6 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-02-04 | 2 | -4/+12 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-01-31 | 2 | -75/+51 |
* | merge from 1.8 | Kevin Ryde | 2007-01-15 | 2 | -1/+7 |
* | merge 1.8 branch | Kevin Ryde | 2006-06-17 | 4 | -10/+72 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 27 | -27/+27 |
* | * GUILE-VERSION: Bumped versions for 1.9 series.... | Marius Vollmer | 2006-02-05 | 3 | -2/+7 |
* | *** empty log message *** | Kevin Ryde | 2006-02-04 | 1 | -0/+5 |
* | (scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a... | Kevin Ryde | 2006-02-04 | 1 | -56/+87 |
* | *** empty log message *** | Kevin Ryde | 2006-02-03 | 1 | -0/+5 |
* | (booleans->integer): Avoid newline in macro, it breaks the snarfer. | Kevin Ryde | 2006-02-03 | 1 | -3/+4 |
* | *** empty log message *** | Kevin Ryde | 2005-11-24 | 1 | -0/+4 |
* | (lset-difference!): Rewrite in C. | Kevin Ryde | 2005-11-23 | 3 | -3/+62 |
* | *** empty log message *** | Kevin Ryde | 2005-08-18 | 1 | -0/+4 |
* | (priv:leap-second-table): Add new 2005 leap second. | Kevin Ryde | 2005-08-18 | 1 | -2/+3 |
* | *** empty log message *** | Marius Vollmer | 2005-08-11 | 1 | -0/+5 |
* | Use scm_is_null instead of SCM_NULLP. Thanks to Peter Gavin! | Marius Vollmer | 2005-08-11 | 1 | -2/+2 |
* | *** empty log message *** | Marius Vollmer | 2005-07-31 | 1 | -0/+6 |
* | (check_map_args): Move check_map_error label and elt variable outside... | Marius Vollmer | 2005-07-31 | 1 | -11/+14 |
* | *** empty log message *** | Marius Vollmer | 2005-06-12 | 1 | -0/+4 |
* | Do not use INUM macros, they are deprecated. | Marius Vollmer | 2005-06-12 | 1 | -9/+8 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 29 | -31/+31 |
* | *** empty log message *** | Kevin Ryde | 2005-05-07 | 1 | -0/+5 |
* | (car+cdr, fold, last, list-index,... | Kevin Ryde | 2005-05-06 | 3 | -45/+297 |
* | *** empty log message *** | Kevin Ryde | 2005-05-03 | 1 | -0/+7 |
* | (fifth, sixth, seventh, eighth, ninth, tenth): Rewrite in C. | Kevin Ryde | 2005-05-03 | 3 | -6/+67 |
* | (break, break!): Rewrite in C. | Kevin Ryde | 2005-05-03 | 3 | -10/+72 |
* | (drop-right!, drop-while,... | Kevin Ryde | 2005-05-03 | 1 | -81/+0 |
* | (drop-right!, drop-while,... | Kevin Ryde | 2005-05-03 | 2 | -0/+391 |
* | *** empty log message *** | Kevin Ryde | 2005-04-23 | 1 | -0/+6 |