move ice-9/ and oop/ under module/
[bpt/guile.git] / srfi /
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-12 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-08-30 Julian GrahamRaise error on SRFI-18 load if Guile built without...
2008-08-27 Han-Wen NienhuysMerge branch 'master' of git://git.sv.gnu.org/guile...
2008-08-26 Andy Wingomerge from guile master
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-16 Han-Wen NienhuysDo not include private-gc.h in srfi-60.
2008-08-02 Andy Wingomerge guile-vm to guile
2008-06-28 Ludovic CourtèsModernize Automake files.
2008-06-28 Ludovic CourtèsFix harmless typo in SRFI-19.
2008-05-24 Julian GrahamScheme SRFI-18 implementation and tests file
2008-04-28 Ludovic CourtèsFix type-checking of SRFI-1 `partition'.
2008-04-26 Ludovic CourtèsInclude <config.h> in SRFI-1.
2008-04-26 Ludovic CourtèsMake `(srfi srfi-35)' visible through `cond-expand'.
2008-04-26 Ludovic CourtèsAdd `(srfi srfi-88)'.
2008-03-12 Ludovic CourtèsFix SRFI-37 `args-fold' with short option names of...
2008-01-22 Neil Jerram* srfi-39.scm: Update copyright statement to LGPL.
2007-12-13 Ludovic CourtèsChanges from arch/CVS synchronization
2007-12-13 Ludovic CourtèsAdd missing SRFI-69 files.
2007-12-03 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-11 Ludovic CourtèsAdded SRFI-35 files.
2007-08-11 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-18 Ludovic CourtèsRevision: lcourtes@laas.fr--2006-libre/guile-core-...
2007-07-18 Ludovic CourtèsRevision: lcourtes@laas.fr--2006-libre/guile-core-...
2007-07-09 Ludovic CourtèsChanges from arch/CVS synchronization
2007-05-09 Ludovic CourtèsChanges from arch/CVS synchronization
2007-05-09 Ludovic CourtèsChanges from arch/CVS synchronization
2007-02-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-31 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-15 Kevin Rydemerge from 1.8
2006-06-17 Kevin Rydemerge 1.8 branch
2006-04-16 Kevin Rydemerge from 1.8 branch
2006-02-05 Marius Vollmer* GUILE-VERSION: Bumped versions for 1.9 series.
2006-02-04 Kevin Ryde*** empty log message ***
2006-02-04 Kevin Ryde(scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a
2006-02-03 Kevin Ryde*** empty log message ***
2006-02-03 Kevin Ryde(booleans->integer): Avoid newline in macro, it breaks...
2005-11-24 Kevin Ryde*** empty log message ***
2005-11-23 Kevin Ryde(lset-difference!): Rewrite in C.
2005-08-18 Kevin Ryde*** empty log message ***
2005-08-18 Kevin Ryde(priv:leap-second-table): Add new 2005 leap second.
2005-08-11 Marius Vollmer*** empty log message ***
2005-08-11 Marius VollmerUse scm_is_null instead of SCM_NULLP. Thanks to Peter...
2005-07-31 Marius Vollmer*** empty log message ***
2005-07-31 Marius Vollmer(check_map_args): Move check_map_error label and elt...
2005-06-12 Marius Vollmer*** empty log message ***
2005-06-12 Marius VollmerDo not use INUM macros, they are deprecated.
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-07 Kevin Ryde*** empty log message ***
2005-05-06 Kevin Ryde(car+cdr, fold, last, list-index,
2005-05-03 Kevin Ryde*** empty log message ***
2005-05-03 Kevin Ryde(fifth, sixth, seventh, eighth, ninth, tenth): Rewrite...
2005-05-03 Kevin Ryde(break, break!): Rewrite in C.
2005-05-03 Kevin Ryde(drop-right!, drop-while,
2005-05-03 Kevin Ryde(drop-right!, drop-while,
2005-04-23 Kevin Ryde*** empty log message ***
2005-04-23 Kevin Ryde(scm_srfi1_count, scm_srfi1_filter_map): Don't modify the
2005-04-03 Kevin Ryde*** empty log message ***
2005-04-03 Kevin Ryde(scm_srfi1_concatenate, scm_srfi1_concatenate_x): Add...
2005-04-02 Kevin Ryde*** empty log message ***
2005-04-02 Kevin Ryde(alist-copy): Rewrite in C.
2005-04-02 Kevin Ryde(alist-cons): Define just as acons, not a call to acons.
2005-04-01 Kevin Ryde*** empty log message ***
2005-04-01 Kevin Ryde(lset-union): Rewrite to accumulate result by consing in
2005-04-01 Kevin Ryde(scm_srfi1_filter_map): Have 2-arg case share finalization
2005-04-01 Kevin Ryde(scm_srfi1_count): Use scm_list_copy to make arg list,
2005-03-29 Marius Vollmer*** empty log message ***
2005-03-29 Marius VollmerReplaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with...
2005-03-26 Marius Vollmer*** empty log message ***
2005-03-26 Marius Vollmer(srfiinclude_HEADERS): Added srfi-60.h.
2005-03-17 Kevin Ryde*** empty log message ***
2005-03-17 Kevin Ryde(filter-map): Rewrite in C.
2005-03-15 Kevin Ryde(split-at, split-at!): Rewrite in C.
2005-03-15 Kevin Ryde(split-at, split-at!): Rewrite in C.
2005-03-15 Kevin Ryde*** empty log message ***
2005-03-15 Kevin Ryde*** empty log message ***
2005-03-15 Kevin Ryde(drop-right, partition!, remove!, take-right): Rewrite...
2005-03-13 Kevin Ryde*** empty log message ***
2005-03-13 Kevin Ryde(find, find-tail): Rewrite in C.
2005-03-13 Kevin RydeNew file.
2005-03-13 Kevin Ryde*** empty log message ***
2005-03-13 Kevin Ryde(lset-union): Call `=' procedure with args in the order...
2005-03-13 Kevin Ryde*** empty log message ***
2005-03-13 Kevin Ryde * srfi-60.scm, srfi-60.c, srfi-60.h: New files.
2005-03-13 Kevin RydeNew file.
2005-03-02 Marius Vollmer*** empty log message ***
2005-03-02 Marius VollmerUse scm_is_pair instead of SCM_CONSP; use scm_is_null...
2005-02-17 Kevin Ryde*** empty log message ***
2005-02-17 Kevin Ryde(lset-adjoin): Revert change using `list' not `acc...
2005-02-12 Rob Browning*** empty log message ***
2005-02-11 Kevin Ryde*** empty log message ***
2005-02-11 Kevin Ryde(reduce, reduce-right): Don't call f with ridentity...
2005-02-03 Kevin Ryde*** empty log message ***
next