| Commit message (Expand) | Author | Age | Files | Lines |
* | All literal constants are read-only... | Andy Wingo | 2017-04-18 | 1 | -0/+8 |
* | SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors... | Andy Wingo | 2014-02-08 | 1 | -3/+2 |
* | refactor tc7 and tc16 checks... | Andy Wingo | 2011-10-24 | 1 | -2/+2 |
* | remove weak pairs, rewrite weak vectors... | Andy Wingo | 2011-10-24 | 1 | -19/+2 |
* | fix vector-ref and vector-set opcodes for weak vectors... | Andy Wingo | 2010-04-01 | 1 | -0/+1 |
* | clean up includes in vectors.[ch]... | Andy Wingo | 2010-01-07 | 1 | -1/+0 |
* | Allocate vectors in a contiguous memory area.... | Ludovic Courtès | 2009-11-02 | 1 | -10/+11 |
* | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-28 | 1 | -16/+1 |
|\ |
|
| * | generic vector ops to own file... | Andy Wingo | 2009-07-19 | 1 | -15/+0 |
| * | rename unif.[ch] to arrays.[ch]... | Andy Wingo | 2009-07-19 | 1 | -1/+1 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\| |
|
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-09-10 | 1 | -6/+6 |
|\| |
|
| * | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -5/+5 |
* | | Fixed `list->weak-vector'.... | Ludovic Courtes | 2008-09-05 | 1 | -1/+2 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak... | Marius Vollmer | 2005-07-31 | 1 | -2/+2 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * hashtab.c (scm_i_rehash): Cope with the case that a GC modifies... | Marius Vollmer | 2005-02-23 | 1 | -2/+3 |
* | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.... | Marius Vollmer | 2005-01-07 | 1 | -33/+11 |
* | * weaks.c: Use new vector elements API or simple vector... | Marius Vollmer | 2005-01-02 | 1 | -28/+50 |
* | (scm_c_vector_set_x): Make return type... | Marius Vollmer | 2004-12-27 | 1 | -1/+10 |
* | (scm_c_vector_set_x): Make return type... | Marius Vollmer | 2004-12-27 | 1 | -1/+1 |
* | (scm_is_vector, scm_c_vector_length, scm_c_vector_ref,... | Marius Vollmer | 2004-11-09 | 1 | -2/+20 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | (SCM_VECTOR_REF): New. | Marius Vollmer | 2002-09-01 | 1 | -2/+3 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -4/+11 |
* | (SCM_MAKE_VECTOR_TAG): New. | Marius Vollmer | 2001-11-25 | 1 | -1/+2 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -15/+15 |
* | * Removed deprecated stuff.... | Dirk Herrmann | 2001-08-31 | 1 | -12/+5 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -1/+1 |
* | * Fixed some bugs, some reported by Matthias Koeppe. | Dirk Herrmann | 2001-06-08 | 1 | -3/+3 |
* | * Fix SCM <--> scm_t_bits related typing problems.... | Dirk Herrmann | 2001-06-07 | 1 | -7/+7 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -5/+5 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -5/+5 |
* | * vectors.h (SCM_NVECTORP): deprecation expired - removed. | Rob Browning | 2001-04-27 | 1 | -1/+0 |
* | * Fixed parameter checking for make-vector. | Dirk Herrmann | 2001-02-08 | 1 | -0/+1 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -0/+2 |
* | * SCM_SETCHARS deprecated. | Dirk Herrmann | 2000-11-23 | 1 | -0/+1 |
* | * Added SCM_SET_VECTOR_LENGTH as one replacement for SCM_SETLENGTH. | Dirk Herrmann | 2000-11-22 | 1 | -0/+1 |
* | * Deprecated scm_vector_set_length_x.... | Dirk Herrmann | 2000-10-25 | 1 | -1/+1 |
* | * Added type-specific replacement macros for SCM_LENGTH. | Dirk Herrmann | 2000-10-06 | 1 | -0/+2 |
* | * Removed some more references to SCM_CHARS.... | Dirk Herrmann | 2000-09-26 | 1 | -0/+1 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Deprecated some unused SCM_NxxxP macros.... | Dirk Herrmann | 2000-05-23 | 1 | -1/+8 |
* | Lots of fixes with respect to strict typing. | Dirk Herrmann | 2000-04-04 | 1 | -3/+3 |
* | Don't use SCM2PTR for non scheme values. | Dirk Herrmann | 2000-03-22 | 1 | -2/+2 |
* | Fix: Don't cast SCM values to pointer. Use SCM2PTR instead. | Dirk Herrmann | 2000-03-21 | 1 | -4/+4 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |