Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-11-23 | * Deprecated SCM_SETLENGTH. | Dirk Herrmann | 1 | -4/+15 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-30 | * Remove the code that implemented the SCM_HUGE_LENGTH trick. | Dirk Herrmann | 1 | -57/+32 |
2000-10-11 | * Replaced some calls to SCM_LENGTH. | Dirk Herrmann | 1 | -193/+196 |
2000-09-26 | * Eliminated all calls to SCM_UCHARS. | Dirk Herrmann | 1 | -5/+5 |
2000-09-26 | * Eliminated all remaining calls to SCM_CHARS. | Dirk Herrmann | 1 | -12/+24 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -3/+3 |
2000-09-02 | * Docstring updates for scm_uniform_vector_ref and scm_array_set_x. | Neil Jerram | 1 | -0/+2 |
2000-06-30 | * Eliminated use of SCM_ASSERT to check for range errors. | Dirk Herrmann | 1 | -11/+15 |
2000-06-05 | * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP. | Dirk Herrmann | 1 | -7/+7 |
2000-05-20 | * Fixed some parameter checks. Thanks to Dale P. Smith. | Dirk Herrmann | 1 | -27/+29 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -24/+15 |
2000-05-10 | More distinguished handling of real and complex values. | Dirk Herrmann | 1 | -6/+11 |
2000-05-02 | * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence. | Dirk Herrmann | 1 | -2/+2 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -15/+15 |
2000-04-18 | Fixed a stupid bug introduced with the last patch. Sorry. | Dirk Herrmann | 1 | -0/+1 |
2000-04-18 | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 1 | -14/+13 |
2000-04-13 | * unif.c, unif.h (shared-array-root, shared-array-offset, | Mikael Djurfeldt | 1 | -3/+46 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -43/+43 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |