summaryrefslogtreecommitdiff
path: root/libguile/macros.h
Commit message (Expand)AuthorAgeFilesLines
* clean up macros.[ch]...Andy Wingo2010-01-051-21/+9
* remove mmacros, SCM_SYNTAX snarf macro...Andy Wingo2010-01-051-5/+1
* remove scm_makacro and scm_makmacro...Andy Wingo2010-01-051-5/+1
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables....Ludovic Courtès2009-10-021-2/+2
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* a different tack for syncase macro representation...Andy Wingo2009-04-291-1/+12
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-3/+3
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use...Marius Vollmer2004-05-061-3/+3
* The purpose of this patch is to make guile's internal memoizers...Dirk Herrmann2003-05-041-2/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro,...Dirk Herrmann2002-07-151-2/+5
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-12/+12
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-4/+6
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros....Dirk Herrmann2001-03-301-4/+8
* * Removed unused object parameter from SCM_ASSYNT.Dirk Herrmann2001-03-151-1/+1
* * Cleaned up uses and definition of SCM_ASSYNT.Dirk Herrmann2001-03-121-1/+2
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-11/+11
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),...Jim Blandy1999-02-061-1/+1
* * macros.c, macros.h: New files....Mikael Djurfeldt1998-10-311-0/+67