Age | Commit message (Expand) | Author | Files | Lines |
2004-04-24 | (s_scm_make_uve): Remove unused local variable. Reported by | Kevin Ryde | 1 | -2/+0 |
2004-02-13 | * unif.c (scm_make_uve): Removed local variable and simplified | Mikael Djurfeldt | 1 | -53/+29 |
2004-02-11 | (scm_make_uve, scm_array_p): Allow fraction 1/3 as prototype | Kevin Ryde | 1 | -4/+25 |
2004-01-10 | (scm_bit_count, scm_bit_position, s_scm_bit_set_star_x, | Kevin Ryde | 1 | -17/+54 |
2004-01-06 | Add copyright years. | Kevin Ryde | 1 | -1/+1 |
2004-01-06 | (scm_aind): Test SCM_CONSP rather than !SCM_NULLP while | Kevin Ryde | 1 | -2/+2 |
2003-09-04 | * unit.c (scm_cvref): Eliminate unnecessary uses of SCM_NIMP, | Dirk Herrmann | 1 | -3/+3 |
2003-04-21 | * srfi/srfi-1.c (srfi1_ilength), libguile/list.c (scm_ilength, | Dirk Herrmann | 1 | -2/+2 |
2003-04-21 | * list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product, | Dirk Herrmann | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-26 | * unif.c: #include <config.h> if HAVE_CONFIG_H. Replace usage of | Rob Browning | 1 | -18/+22 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -17/+18 |
2002-03-14 | (singp): Use SCM_REALP instead of SCM_SLOPPY_REALP. | Marius Vollmer | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -5/+5 |
2002-02-22 | * Fix a typo that crept in with the scm_X_t to scm_t_X rename. | Neil Jerram | 1 | -2/+2 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -8/+10 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -15/+7 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -13/+12 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -1/+1 |
2001-11-02 | * unif.c (scm_ra2contig): Fixed memory overwrite bug. | Mikael Djurfeldt | 1 | -1/+1 |
2001-10-28 | * unif.c (scm_uniform_array_read_x, scm_uniform_array_write): | Mikael Djurfeldt | 1 | -5/+9 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-03 | * posix.c (getlogin): getlogin() implementation for Windows. | Martin Grabmüller | 1 | -0/+4 |
2001-06-30 | * Fixed a bug in array-set! plus some minor cleanup. | Dirk Herrmann | 1 | -4/+2 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+2 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -2/+2 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -19/+19 |
2001-06-08 | * Fixed some bugs, some reported by Matthias Koeppe. | Dirk Herrmann | 1 | -3/+3 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -12/+15 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -178/+133 |
2001-05-24 | * unif.c (scm_make_ra, array_free), unif.h (SCM_ARRAY_DIMS): | Martin Grabmüller | 1 | -2/+4 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -169/+216 |
2001-04-19 | * Allow to convert an array of bytes to a list. Thanks to Masao Uebayashi. | Dirk Herrmann | 1 | -28/+36 |
2001-04-19 | * Eliminate some further applications of SCM_C[AD]R to non pair cells. | Dirk Herrmann | 1 | -3/+3 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -3/+3 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -46/+52 |
2001-03-22 | * Replace function scm_makstr with new function scm_allocate_string. | Dirk Herrmann | 1 | -1/+1 |
2001-03-17 | * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, | Dirk Herrmann | 1 | -35/+53 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -0/+2 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -0/+1 |
2001-03-04 | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 1 | -22/+18 |
2001-03-04 | * Eliminate some calls to scm_wta. | Dirk Herrmann | 1 | -1/+4 |
2001-02-17 | (scm_bit_count, scm_bit_set_star_x): Added texinfo markup. | Martin Grabmüller | 1 | -10/+12 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -2/+2 |
2001-01-31 | * unif.c (rapr1): Don't apply scm_uniform_vector_length on arrays. | Mikael Djurfeldt | 1 | -2/+4 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -8/+8 |
2000-12-08 | * Use scm_mem2symbol or scm_str2symbol to create symbol objects. | Dirk Herrmann | 1 | -2/+2 |
2000-11-23 | * Deprecated SCM_LENGTH_MAX. | Dirk Herrmann | 1 | -12/+6 |
2000-11-23 | * SCM_SETCHARS deprecated. | Dirk Herrmann | 1 | -3/+3 |