| Commit message (Expand) | Author | Age | Files | Lines |
* | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 2002-11-03 | 1 | -6/+1 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -41/+40 |
* | Small docstring fixes. | Neil Jerram | 2002-03-15 | 1 | -3/+3 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 2002-02-11 | 1 | -8/+8 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -2/+3 |
* | * Adding C function declarations from the SCM interface to the | Neil Jerram | 2001-11-16 | 1 | -1/+1 |
* | * Documentation work. | Neil Jerram | 2001-11-11 | 1 | -4/+3 |
* | 2001-11-04 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 2001-11-04 | 1 | -10/+53 |
* | Include `direct.h' if possible. Use local | Marius Vollmer | 2001-11-02 | 1 | -4/+55 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -19/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 2001-06-28 | 1 | -7/+8 |
* | Make compilation under Windows easier. | Martin Grabmüller | 2001-06-26 | 1 | -0/+50 |
* | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 2001-06-26 | 1 | -18/+17 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -3/+3 |
* | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 2001-06-07 | 1 | -1/+1 |
* | * filesys.c (scm_stat2scm): HAVE_ST_RDEV changed to | Rob Browning | 2001-06-02 | 1 | -3/+3 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -7/+7 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -19/+19 |
* | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 2001-04-10 | 1 | -4/+4 |
* | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 2001-04-03 | 1 | -27/+32 |
* | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 2001-03-11 | 1 | -12/+7 |
* | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | (scm_dirname, scm_basename): Added docstrings. | Martin Grabmüller | 2001-02-16 | 1 | -2/+7 |
* | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 2001-02-02 | 1 | -1/+1 |
* | * boot-9.scm: don't import (ice-9 rdelim) here. it's done | Gary Houston | 2001-01-24 | 1 | -5/+7 |
* | * Separate the handling of OPEN flags between ports and directories. | Dirk Herrmann | 2001-01-24 | 1 | -18/+28 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -3/+4 |
* | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 2000-11-22 | 1 | -3/+3 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | 2000-11-07 Gary Houston <ghouston@arglist.com> | Gary Houston | 2000-11-07 | 1 | -0/+20 |
* | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 2000-10-30 | 1 | -65/+59 |
* | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 2000-10-25 | 1 | -10/+8 |
* | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 2000-10-09 | 1 | -16/+18 |
* | * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use | Gary Houston | 2000-09-30 | 1 | -0/+2 |
* | * filesys.c (scm_fcntl): Docstring fix - missing newlines inserted. | Neil Jerram | 2000-08-18 | 1 | -2/+2 |
* | * Unified some rest argument checking and handling. | Dirk Herrmann | 2000-05-18 | 1 | -7/+7 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -10/+10 |
* | Lots of fixes with respect to strict typing. | Dirk Herrmann | 2000-04-04 | 1 | -9/+9 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include strings.h where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 2000-03-17 | 1 | -0/+1 |
* | Removed empty file genio.h and references to it. | Dirk Herrmann | 2000-03-17 | 1 | -1/+0 |
* | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 2000-03-09 | 1 | -1/+1 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 2000-01-31 | 1 | -2/+2 |
* | * posix.c (scm_pipe): rewrote the docstring. | Gary Houston | 2000-01-29 | 1 | -9/+10 |
* | * filesys.c (scm_select, retrieve_select_type, get_element, | Gary Houston | 2000-01-29 | 1 | -91/+189 |
* | * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is | Gary Houston | 2000-01-23 | 1 | -11/+12 |