summaryrefslogtreecommitdiff
path: root/scripts/scan-api
AgeCommit message (Collapse)AuthorFilesLines
2009-04-17guile-tools is a scheme script that loads scheme modulesAndy Wingo1-225/+0
* meta/guile-tools: Changed to be a scheme script. Instead of looking for executables in a "scripts dir", we just look for modules in (scripts), and load the modules directly. * module/Makefile.am: * module/scripts/: Move the scripts into module/ so they can be compiled. Rename scripts from `foo' to `foo.scm'. * libguile/Makefile.am: Invoke the snarf->texi code via guile-tools. * configure.in: * .gitignore: Update for changes.
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2002-05-13(scan-api): No longer include timestamp.Thien-Thi Nguyen1-2/+1
2002-05-11(scan-api): Fix bug: No longer omit `C' and `Scheme' inThien-Thi Nguyen1-4/+5
groups in the presence of the grouper.
2002-05-10(add-props): New proc.Thien-Thi Nguyen1-36/+50
(make-grok-proc): Renamed from `make-grok-hook'. (make-members-proc): Renamed from `make-members-hook'. (make-grouper): Renamed from `make-grouping-hook'. Update callers. Add handling for multiple grouping-defs files. (scan-api): Add handling for multiple grouping-defs files. Cache `symbol->string' result; adjust `sort' usage.
2002-05-09(scan-C!): Use more robust regexp.Thien-Thi Nguyen1-1/+1
2002-05-08Remove top-level `debug-enable' form.Thien-Thi Nguyen1-2/+0
2002-05-08Add TODO comment; nfc.Thien-Thi Nguyen1-0/+3
2002-05-08(scan-api): Handle case where `grouping-hook' is #f.Thien-Thi Nguyen1-2/+4
2002-05-08Initial revision.Thien-Thi Nguyen1-0/+208