Age | Commit message (Expand) | Author | Files | Lines |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-05-21 | Work around the lack of hstrerror(3) declaration on Tru64. | Ludovic Courtès | 1 | -1/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -3/+3 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -17/+17 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -5/+5 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -23/+53 |
2004-08-07 | (scm_resolv_error): don't cause an exception while | Rob Browning | 1 | -1/+1 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -6/+6 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -3/+4 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -5/+5 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * net_db.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-07-21 | * macros.c: include deprecation.h | Han-Wen Nienhuys | 1 | -39/+28 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -22/+23 |
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-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 |