Age | Commit message (Expand) | Author | Files | Lines |
2021-08-03 | Merge libguile/generalized-arrays.* into libguile/arrays.* | Daniel Llorens | 1 | -1/+1 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -1/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -6/+5 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -21/+21 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve foreign.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -18/+16 |
2018-05-08 | VM calls out to heap-numbers-equal? through intrinsics | Andy Wingo | 1 | -7/+7 |
2017-10-29 | Lower eqv? and equal? to new instructions. | Andy Wingo | 1 | -12/+21 |
2017-04-21 | Syntax objects are comparable with equal? | Andy Wingo | 1 | -0/+11 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2012-01-10 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -6/+13 |
2012-01-09 | allocate a tc7 to bitvectors | Andy Wingo | 1 | -0/+2 |
2012-01-09 | allocate a tc7 to arrays | Andy Wingo | 1 | -6/+11 |
2011-05-15 | scm_wta_* procedures replace SCM_WTA_* macros | Andy Wingo | 1 | -1/+1 |
2011-02-14 | Slight optimization for scm_equal_p | Mark H Weaver | 1 | -8/+8 |
2011-01-30 | `equal?' and `eqv?' are now equivalent for numbers | Mark H Weaver | 1 | -54/+54 |
2010-09-23 | Define `equal?' for pointer objects. | Ludovic Courtès | 1 | -0/+3 |
2010-04-01 | more fixes to equal? for arrays | Andy Wingo | 1 | -1/+1 |
2010-03-30 | Revert "fix equal? between an array and a non-array" | Andy Wingo | 1 | -1/+1 |
2010-03-30 | fix equal? between an array and a non-array | Andy Wingo | 1 | -1/+1 |
2010-01-07 | provide missing prototypes | Andy Wingo | 1 | -2/+4 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -3/+0 |
2009-12-05 | hash tables have a tc7 | Andy Wingo | 1 | -0/+4 |
2009-12-04 | remove rpsubrs | Andy Wingo | 1 | -46/+98 |
2009-11-26 | eqv? not a generic, equal? dispatches to generic only for objects | Andy Wingo | 1 | -11/+15 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-08-30 | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 1 | -0/+3 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-07-19 | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 1 | -2/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+3 |
2006-06-13 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -0/+11 |
2006-05-29 | * eq.c (scm_equal_p): Use scm_array_equal_p explicitely when one | Marius Vollmer | 1 | -0/+5 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-07 | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed. | Marius Vollmer | 1 | -1/+1 |
2004-12-10 | More of: | Kevin Ryde | 1 | -6/+6 |
2004-12-09 | (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings from | Kevin Ryde | 1 | -15/+89 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -5/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -6/+1 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |