Age | Commit message (Expand) | Author | Files | Lines |
2002-10-03 | Refer to provided? rather than the deprecated feature?. | Neil Jerram | 1 | -4/+4 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -3/+3 |
2002-07-21 | * macros.c: include deprecation.h | Han-Wen Nienhuys | 1 | -34/+34 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -55/+53 |
2002-07-10 | No need to check for Cygwin when including <winsock2.h>, this is | Marius Vollmer | 1 | -2/+1 |
2002-07-07 | Do not include <winsock2.h> on Cygwin even when we have it. | Marius Vollmer | 1 | -1/+2 |
2002-06-30 | * posix.c (scm_convert_exec_args), dynl.c | Gary Houston | 1 | -28/+23 |
2002-05-06 | (scm_putenv): Handle removing variables explicitely by calling | Marius Vollmer | 1 | -9/+20 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -4/+4 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -10/+8 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+2 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+1 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -1/+1 |
2001-11-04 | 2001-11-04 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -1/+67 |
2001-11-02 | Remove unnecessary dirent includes and defines. Include | Marius Vollmer | 1 | -19/+10 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -15/+0 |
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 | -1/+18 |
2001-06-26 | Make compilation under Windows easier. | Martin Grabmüller | 1 | -6/+41 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -2/+2 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -23/+23 |
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 | -91/+92 |
2001-03-18 | * posix.c (scm_tmpnam): check that return value from tmpnam is not | Gary Houston | 1 | -4/+33 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -1/+3 |
2001-03-10 | * posix.c: Replaced `#define' of __USE_XOPEN right before | Marius Vollmer | 1 | -2/+3 |
2001-03-09 | (scm_gethostname): Set initial name length to 256 for | Martin Grabmüller | 1 | -1/+3 |
2001-03-09 | Added some new posix functions: | Martin Grabmüller | 1 | -0/+291 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -4/+4 |
2001-01-25 | * Made the port implementations less tightly coupled within guile. | Dirk Herrmann | 1 | -1/+1 |
2001-01-24 | * boot-9.scm: don't import (ice-9 rdelim) here. it's done | Gary Houston | 1 | -1/+0 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -3/+3 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-11-01 | * environments.c: Don't use '==' to compare SCM objects. | Dirk Herrmann | 1 | -26/+20 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -62/+59 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -1/+1 |
2000-10-09 | * Made some functions not accept symbols as input parameters any more. | Dirk Herrmann | 1 | -4/+4 |
2000-09-30 | * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use | Gary Houston | 1 | -0/+2 |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-09-02 | * Docstring fixes. | Neil Jerram | 1 | -2/+2 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -4/+2 |
2000-04-25 | * posix.c (scm_execlp): docstring fix (thanks to Martin | Gary Houston | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -11/+11 |
2000-04-04 | Lots of fixes with respect to strict typing. | Dirk Herrmann | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include vectors.h in those files, where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-12 | * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |