summaryrefslogtreecommitdiff
path: root/libguile/lang.h
Commit message (Expand)AuthorAgeFilesLines
* Remove commented-out declarations (related to Elisp).Neil Jerram2002-12-291-19/+3
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-1/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-9/+9
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-7/+9
* Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".Marius Vollmer2001-06-141-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed fromMikael Djurfeldt2000-03-141-6/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-1/+1
* * Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c.Mikael Djurfeldt1999-07-271-0/+71