summaryrefslogtreecommitdiff
path: root/libguile/snarf.h
Commit message (Expand)AuthorAgeFilesLines
...
* (SCM_SMOB, SCM_GLOBAL_SMOB, SCM_SMOB_MARK, SCM_GLOBAL_SMOB_MARK,Marius Vollmer2003-11-131-0/+49
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * srfi-1.c (scm_init_srfi_1): Extend root module map and for-eachMikael Djurfeldt2003-03-061-1/+27
* * threads.c (scm_thread): Removed filed joining_threads.Mikael Djurfeldt2002-12-161-1/+1
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt2002-12-151-24/+12
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-0/+28
* (SCM_DEFINE_PUBLIC): New.Marius Vollmer2002-09-011-1/+13
* (SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can removeMarius Vollmer2002-03-141-1/+1
* * These changes add a @deffnx C function declaration and functionNeil Jerram2001-11-161-6/+7
* * Remove deprecated macros and typenames.Dirk Herrmann2001-08-311-34/+9
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.Michael Livshin2001-06-251-9/+8
* * snarf.h, filter-doc-snarfage.c: more changes to cope withMichael Livshin2001-06-081-5/+5
* * guile-snarf-docs.in, guile-snarf-docs-texi.in,Michael Livshin2001-05-311-21/+27
* (SCM_CONST_LONG): Use SCM_VCELL_INIT instead ofMarius Vollmer2001-05-221-1/+1
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-12/+12
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-5/+21
* (SCM_FUNC_CAST_ARBITRARY_ARGS): Use "SCM (*)()" for C++Marius Vollmer2001-05-061-1/+6
* * snarf.h (SCM_CONST_LONG): Deprecated.Keisuke Nishida2001-03-161-0/+4
* * Make the creation of bindings more straightforward.Dirk Herrmann2000-12-121-4/+4
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-2/+2
* * Renamed SCM__X tokens to better readable ones that also follow theDirk Herrmann2000-06-211-5/+9
* * snarf.h (SCM_SNARF_HERE, SCM_SNARF_INIT, SCM_SNARF_DOCS):Mikael Djurfeldt2000-06-121-47/+52
* * snarf.h, guile-snarf.awk.in, guile-snarf.in: Replaced snarfMikael Djurfeldt2000-06-081-5/+5
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-10/+12
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,Mikael Djurfeldt2000-03-121-1/+1
* * snarf.h (SCM_PROC1): Replaced SCM (*) (...) withMikael Djurfeldt2000-01-121-2/+2
* * backtrace.c: Fix spelling typo in a comment.Greg J. Badros2000-01-091-9/+11
* * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos toGreg J. Badros2000-01-071-52/+50
* * snarf.h (SCM_INSITU, SCM_INIT): Resurrected.Mikael Djurfeldt2000-01-071-9/+15
* * snarf.h: Factor out differences between C++ and non-C++ intoGreg J. Badros2000-01-071-137/+79
* Added extra newline in SCM_INIT macro.Mikael Djurfeldt2000-01-071-1/+2
* * snarf.h (SCM_INSITU, SCM_INIT): New snarf macros for use in userMikael Djurfeldt2000-01-071-1/+19
* * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.Greg J. Badros2000-01-061-3/+3
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-3/+3
* * snarf.h (SCM_ASSERT): Give new definition of SCM_ASSERT when inGreg J. Badros2000-01-051-0/+6
* Completed last changeMikael Djurfeldt1999-12-141-0/+6
* * snarf.h: Put SCM_PROC and SCM_PROC1 back in forGreg J. Badros1999-12-141-0/+15
* * scm_validate.h: Drop the SCM_DOCSTRING_SNARF for turning offGreg J. Badros1999-12-131-2/+2
* * snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output forGreg J. Badros1999-12-121-16/+17
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-7/+8
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-2/+32
* * snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword, notJim Blandy1999-09-051-1/+1
* * procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1999-08-261-0/+14
* * snarf.h (SCM_CONST_LONG): Remove trailing semicolon fromJim Blandy1999-07-191-1/+1
* Patch from Greg Badros:Jim Blandy1999-07-171-1/+8
* * snarf.h (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): New macros.Mikael Djurfeldt1999-06-231-0/+15
* * numbers.c (s_bignum): Renamed to s_bignum, and made static.Jim Blandy1999-04-171-1/+1