1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Andy Wingo
6d66647d5b guile-tools is a scheme script that loads scheme modules
* 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.
2009-04-17 11:19:42 +02:00
Kevin Ryde
6e7d5622ee merge from 1.8 branch 2006-04-16 23:37:40 +00:00
Marius Vollmer
92205699d0 The FSF has a new address. 2005-05-23 19:57:22 +00:00
Thien-Thi Nguyen
7c8ce087f9 Autoload module (ice-9 getopt-long).
Use module (srfi srfi-13).
Export `use2dot'.

(string-append/separator, mapconcat): Delete.
(vv): Now take list of pairs, and return the mapping..
(>>header): Use `string-join'.
(>>): New proc.
(use2dot): Use `getopt-long'.  Use `>>'.
2002-01-12 04:27:16 +00:00
Thien-Thi Nguyen
454c700e22 Rewrite using (scripts frisk). 2002-01-08 03:39:04 +00:00
Thien-Thi Nguyen
e0902d958d (ferret): New proc.
(grok): Use `ferret'.
2001-11-29 00:19:13 +00:00
Thien-Thi Nguyen
8c914f6b69 In boilerplate, use -l$0. Thanks to Daniel Skarda. 2001-08-01 05:09:30 +00:00
Thien-Thi Nguyen
61897afe9a Re-add authorship info. 2001-07-14 09:40:10 +00:00
Thien-Thi Nguyen
aa3eb769a8 Remove authorship comment. 2001-07-09 19:37:05 +00:00
Thien-Thi Nguyen
e8cd769d38 Move author tag outside commentary; nfc. 2001-05-14 19:25:32 +00:00
Thien-Thi Nguyen
28c313422b New file 2001-04-30 01:40:32 +00:00