| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up srcprops implementation | Andy Wingo | 2020-09-03 | 1 | -8/+5 |
* | Update license notices in all C files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | Remove (C) from copyright statements | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Rename __scm.h to scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+0 |
* | Remove Emacs local variables comments in Guile source | Andy Wingo | 2018-06-20 | 1 | -6/+0 |
* | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 2018-06-20 | 1 | -2/+0 |
* | Devolve boolean.h include. | Andy Wingo | 2018-06-18 | 1 | -2/+3 |
* | Add 'supports-source-properties?' predicate | Mark H Weaver | 2012-02-15 | 1 | -1/+3 |
* | read + source properties simplification | Andy Wingo | 2011-05-24 | 1 | -1/+3 |
* | deprecate scm_whash API | Andy Wingo | 2011-05-01 | 1 | -25/+1 |
* | remove srcprop.[ch] things that have to do with breakpoints | Andy Wingo | 2010-09-24 | 1 | -6/+1 |
* | decruftify scm_sys_protects | Andy Wingo | 2009-12-05 | 1 | -0/+1 |
* | factor copy-tree and cons-source out of eval.[ch] | Andy Wingo | 2009-12-01 | 1 | -0/+1 |
* | Use proper types for hash/assoc functions in `hashtab.h'. | Ludovic Courtès | 2009-10-20 | 1 | -4/+7 |
* | In srcprop.c change all occurrences of "plist" to "alist" | Neil Jerram | 2009-08-21 | 1 | -2/+0 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -2/+2 |
* | * srcprop.c: use double cell for storing source-properties. Put | Han-Wen Nienhuys | 2007-01-19 | 1 | -38/+2 |
* | 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 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -2/+2 |
* | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 2004-05-06 | 1 | -11/+11 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -38/+11 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -4/+4 |
* | * srcprop.[ch] (scm_c_source_property_breakpoint_p): New | Dirk Herrmann | 2002-03-26 | 1 | -5/+5 |
* | * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'. | Dirk Herrmann | 2002-03-14 | 1 | -3/+3 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -3/+2 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -14/+14 |
* | * Remove deprecated macros and typenames. | Dirk Herrmann | 2001-08-31 | 1 | -14/+10 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | (scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the | Marius Vollmer | 2001-06-25 | 1 | -1/+1 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -14/+14 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -11/+16 |
* | * Eliminate some further applications of SCM_C[AD]R to non pair cells. | Dirk Herrmann | 2001-04-19 | 1 | -7/+14 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -2/+2 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -7/+7 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-12 | 1 | -2/+2 |
* | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 2000-03-12 | 1 | -2/+2 |
* | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 2000-03-09 | 1 | -2/+2 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 2000-03-02 | 1 | -8/+8 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1999-12-16 | 1 | -3/+6 |
* | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1999-12-12 | 1 | -1/+1 |
* | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, | Mikael Djurfeldt | 1999-08-17 | 1 | -6/+6 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |
* | * backtrace.c, backtrace.h, debug.c, debug.h, eq.c, | Jim Blandy | 1997-05-16 | 1 | -1/+1 |
* | * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h, | Mikael Djurfeldt | 1996-10-20 | 1 | -2/+2 |
* | * srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy, | Mikael Djurfeldt | 1996-10-14 | 1 | -2/+6 |
* | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1996-10-14 | 1 | -19/+9 |