Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -1/+1 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -1/+1 |
2011-02-10 | fix potential deadlock in issue-deprecation-warning | Andy Wingo | 1 | -18/+30 |
2010-08-28 | threadsafety in deprecation, extensions | Andy Wingo | 1 | -3/+9 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -7/+9 |
2009-04-05 | Make `--disable-deprecated' work. | daniel | 1 | -6/+0 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-10 | (scm_c_issue_deprecation_warning): Use malloc instead of scm_malloc. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | Comment on #endif | Marius Vollmer | 1 | -1/+1 |
2005-01-11 | * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option. | Marius Vollmer | 1 | -9/+9 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -1/+1 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -2/+4 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-07-09 | (scm_c_issue_deprecation_warning_fmt): Add va_end. | Kevin Ryde | 1 | -0/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * deprecation.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-27 | 2002-02-27 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+5 |
2002-02-11 | Reimplemented to allow deprecation messages while the GC is running. | Marius Vollmer | 1 | -24/+59 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -8/+4 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-20 | * deprecation.c, extensions.c, rw.c: include string.h. | Gary Houston | 1 | -0/+1 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -1/+1 |
2001-05-22 | (scm_include_deprecated_features): Make docstring | Marius Vollmer | 1 | -2/+2 |
2001-05-16 | * Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT. | Dirk Herrmann | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -2/+2 |
2001-05-14 | * Deprecated some definitions. | Dirk Herrmann | 1 | -1/+1 |
2001-05-09 | * ports.c (scm_c_read): pointer arithmetic on void pointers isn't | Michael Livshin | 1 | -2/+2 |
2001-05-02 | * deprecation.h, deprecation.c: New. | Marius Vollmer | 1 | -0/+159 |