summaryrefslogtreecommitdiff
path: root/libguile/evalext.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-10/+10
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-2/+2
* Add disjoint syntax object typeAndy Wingo2017-03-281-0/+1
* Keywords have a tc7Andy Wingo2015-01-221-1/+2
* Remove scm_tc7_vmAndy Wingo2013-11-211-1/+0
* Rename scm_tc7_rtl_program to scm_tc7_programAndy Wingo2013-11-191-1/+1
* Remove stack programs, objcode, and the old VM.Andy Wingo2013-11-081-3/+1
* add new rtl vmAndy Wingo2013-05-311-1/+2
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-0/+2
|\
| * allocate a tc7 to bitvectorsAndy Wingo2012-01-091-0/+1
| * allocate a tc7 to arraysAndy Wingo2012-01-091-0/+1
* | add weak table implementationAndy Wingo2011-10-241-0/+1
* | add weak setsAndy Wingo2011-10-231-0/+1
|/
* map and for-each in schemeAndy Wingo2011-05-051-4/+1
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-281-1/+1
* add read syntax for #nilAndy Wingo2010-04-091-1/+1
* remove scm_tc7_gsubrAndy Wingo2010-01-071-1/+0
* tc7 tags for vm-related dataAndy Wingo2010-01-071-0/+4
* add foreign value wrapperAndy Wingo2010-01-041-1/+2
* procedures-with-setters implemented in terms of structsAndy Wingo2009-12-071-1/+0
* fluids are tc7 objectsAndy Wingo2009-12-051-0/+2
* hash tables have a tc7Andy Wingo2009-12-051-0/+1
* eval.c closures are now applicable smobs, not tc3sAndy Wingo2009-12-041-1/+0
* remove cxrsAndy Wingo2009-12-041-1/+1
* Use a TC7 tag instead of a SMOB for bytevectors.Ludovic Courtès2009-08-301-0/+1
* programs have their own tc7 nowAndy Wingo2009-08-201-0/+1
* Change `defined?' to accept a module as its second argument.Ludovic Courtès2009-08-101-36/+10
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-021-2/+1
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer2004-11-091-3/+0
* Do no longer handle old-style uniform vectors.Marius Vollmer2004-11-021-9/+0
* * print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer2004-10-271-1/+0
* *** empty log message ***Marius Vollmer2004-09-221-4/+4
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-3/+3
* This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann2003-09-181-0/+1
* * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): MovedDirk Herrmann2003-05-061-28/+2
* * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,Dirk Herrmann2003-04-201-21/+4