| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fixed scm_thunk_p's results when applied to closures.... | Dirk Herrmann | 2001-04-19 | 1 | -2/+2 |
* | * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,... | Gary Houston | 2001-03-17 | 1 | -4/+5 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -0/+1 |
* | * Eliminate another couple of calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -4/+4 |
* | * Added docstrings by Martin Grabmueller. | Dirk Herrmann | 2001-01-30 | 1 | -11/+43 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,... | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Removed further calls to SCM_LENGTH. | Dirk Herrmann | 2000-10-10 | 1 | -51/+26 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * gh.h: Don't take the address of a SCM value.... | Dirk Herrmann | 2000-06-05 | 1 | -7/+7 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -11/+11 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -1/+1 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support... | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * sort.c: typo in comment fixed.... | Greg J. Badros | 2000-01-26 | 1 | -1/+1 |
* | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,... | Greg J. Badros | 2000-01-11 | 1 | -3/+3 |
* | * guile-func-name-check.in: Added this script to statically check... | Greg J. Badros | 2000-01-11 | 1 | -6/+6 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*... | Greg J. Badros | 2000-01-05 | 1 | -12/+12 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -10/+10 |
* | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for... | Greg J. Badros | 2000-01-05 | 1 | -2/+2 |
* | * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP... | Greg J. Badros | 1999-12-12 | 1 | -16/+16 |
* | * *.c: Pervasive software-engineering-motivated rewrite of... | Greg J. Badros | 1999-12-12 | 1 | -98/+110 |
* | * acconfig.h: add HAVE_ARRAYS.... | Gary Houston | 1999-11-19 | 1 | -0/+10 |
* | Fix | Mikael Djurfeldt | 1999-08-29 | 1 | -5/+4 |
* | * sort.c (closureless): Use scm_eval_body. | Mikael Djurfeldt | 1999-08-29 | 1 | -11/+1 |
* | Fixes in comments | Mikael Djurfeldt | 1999-08-20 | 1 | -3/+6 |
* | Removed left-over debugging code | Mikael Djurfeldt | 1999-08-19 | 1 | -1/+0 |
* | * sort.c (quicksort): Added condition to protect the algorithm... | Mikael Djurfeldt | 1999-08-19 | 1 | -3/+21 |
* | * eval.c (SCM_APPLY), sort.c (closureless): Expand body when... | Mikael Djurfeldt | 1999-08-19 | 1 | -0/+2 |
* | * sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements... | Mikael Djurfeldt | 1999-01-11 | 1 | -31/+33 |
* | Added #include "feature.h" | Mikael Djurfeldt | 1999-01-11 | 1 | -0/+1 |
* | * sort.c, sort.h: New files: Implement slib's and scsh's sort... | Mikael Djurfeldt | 1999-01-10 | 1 | -0/+918 |