Age | Commit message (Expand) | Author | Files | Lines |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-21 | 2001-11-21 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -4/+8 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -8/+8 |
2001-11-02 | Disable extern declaration of `h_errno' for __CYGWIN__, | Marius Vollmer | 1 | -2/+2 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -5/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -3/+3 |
2001-06-26 | Make compilation under Windows easier. | Martin Grabmüller | 1 | -1/+6 |
2001-06-26 | * Deprecated scm_makfromstr and added scm_mem2string as a replacement. | Dirk Herrmann | 1 | -10/+9 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -5/+5 |
2001-04-22 | * net_db.c: remove bogus "close" declaration. | Gary Houston | 1 | -124/+1 |
2001-04-10 | * Avoid redundant casting of argument numbers to char* and vice versa. | Dirk Herrmann | 1 | -6/+6 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -20/+22 |
2001-03-18 | * net_db.c: define h_errno if configure didn't define HAVE_H_ERRNO. | Gary Houston | 1 | -0/+6 |
2001-03-11 | Use SCM_LISTn instead of scm_listify. | Keisuke Nishida | 1 | -6/+3 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -5/+3 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-05 | * print.c (scm_print_options): Fixed texinfo in docstring. | Martin Grabmüller | 1 | -15/+12 |
2001-02-02 | New functions: scm_c_make_vector, scm_c_make_hash_table. | Keisuke Nishida | 1 | -4/+4 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -19/+18 |
2000-10-01 | * net_db.c: declare inet_aton only if HAVE_INET_ATON is not | Gary Houston | 1 | -1/+1 |
2000-10-01 | * net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL is | Gary Houston | 1 | -0/+2 |
2000-09-29 | * Cosmetic docstring fixes. | Neil Jerram | 1 | -1/+1 |
2000-08-18 | * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost, | Neil Jerram | 1 | -38/+38 |
2000-07-31 | 2000-07-31 Gary Houston <ghouston@arglist.com> | Gary Houston | 1 | -3/+1 |
2000-06-13 | * net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL if | Mikael Djurfeldt | 1 | -0/+2 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -7/+7 |
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 |
2000-01-18 | * net_db.c (scm_resolv_error): Cast result from hstrerror. | Mikael Djurfeldt | 1 | -6/+5 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -69/+63 |
2000-01-12 | Replaced #ifdef 0 --> #if 0 | Mikael Djurfeldt | 1 | -2/+2 |
2000-01-12 | * net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's | Greg J. Badros | 1 | -0/+5 |
2000-01-11 | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -1/+1 |
2000-01-11 | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -3/+3 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -5/+5 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -13/+13 |
2000-01-05 | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 1 | -3/+3 |
1999-12-18 | Typo fix. | Greg J. Badros | 1 | -1/+1 |
1999-12-18 | * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: Use | Greg J. Badros | 1 | -2/+2 |
1999-12-16 | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1 | -4/+4 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -13/+72 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -91/+91 |
1999-11-18 | * configure.in: check for hstrerror. | Gary Houston | 1 | -18/+53 |
1999-07-19 | * net_db.c (h_errno): Don't declare this if it's #defined. Eew. | Jim Blandy | 1 | -3/+5 |
1999-06-09 | * ioext.c (scm_do_read_line): Rewritten to use memchr to find the | Jim Blandy | 1 | -23/+0 |