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