1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/scripts/ChangeLog
2002-12-08 21:03:40 +00:00

176 lines
5 KiB
Text

2002-12-08 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
2002-07-26 Rob Browning <rlb@defaultvalue.org>
* api-diff: removed -- see doc/ChangeLog -- this may be a great
idea, but it'll have to wait for post 1.6.1.
2002-04-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
* PROGRAM: Update copyright; nfc.
2002-03-24 Neil Jerram <neil@ossau.uklinux.net>
* snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
docstring lines if possible, rather than just `#'.
2002-03-14 Neil Jerram <neil@ossau.uklinux.net>
These changes add a @deffnx C function declaration and function
index entries for each Guile primitive to the copy of the doc
snarf output that is used for reference manual synchronization.
* snarf-check-and-output-texi (*manual-flag*,
snarf-check-and-output-texi): Handle `--manual' invocation arg
passed through from libguile/Makefile.am.
(*c-function-name*, begin-multiline, do-command): Pick out C
function name from snarfed token stream.
(end-multiline): Add @deffnx C declaration to output.
(*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
Fluff to help insert the C declaration after any "@deffnx
{Scheme Procedure}" lines in the snarfed docstring.
* snarf-check-and-output-texi: Change generated @deffn categories
from "primitive" to "Scheme Procedure".
2002-03-05 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (scripts_sources): Add `lint'.
* lint: New script.
* frisk (grok-proc): Handle `#:xxx' as well as `:xxx'.
2002-03-04 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (scripts_sources): add snarf-guile-m4-docs.
2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am: Update path to pre-inst-guile automake frag.
2002-02-22 Thien-Thi Nguyen <ttn@giblet.glug.org>
* api-diff: New script.
2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Include $(top_srcdir)/pre-inst-guile.am.
(overview): Use $(preinstguiletool).
2002-01-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (scripts_sources): Add autofrisk.
* autofrisk: New script.
* frisk: Fix typo in commentary; nfc.
* use2dot: 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-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (scripts_sources): Add frisk.
(list): New target.
(overview): Also report module interfaces.
* use2dot: Rewrite using (scripts frisk).
* frisk: Initial revision.
2002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
* snarf-guile-m4-docs: New script.
2001-11-28 Thien-Thi Nguyen <ttn@giblet.glug.org>
* punify (write-punily): Handle symbols w/ ":" prefix specially.
* use2dot (ferret): New proc.
(grok): Use `ferret'.
2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
* read-scheme-source (quoted?, clump): New procs, exported.
2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
* display-commentary (module-name->filename-frag,
display-module-commentary): New procs.
(display-commentary): Also handle refs that look like module
names.
2001-08-07 Michael Livshin <mlivshin@bigfoot.com>
* snarf-check-and-output-texi: print optional args in a prettier
manner.
2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
* PROGRAM, README, display-commentary, doc-snarf,
generate-autoload, punify, read-scheme-source,
snarf-check-and-output-texi, use2dot:
In boilerplate, use -l$0.
Thanks to Daniel Skarda.
2001-07-22 Thien-Thi Nguyen <ttn@revel.glug.org>
* generate-autoload (autoload-info):
Also handle `defmacro-public' forms.
2001-07-14 Thien-Thi Nguyen <ttn@revel.glug.org>
* PROGRAM, display-commentary, doc-snarf, generate-autoload,
punify, read-scheme-source, snarf-check-and-output-texi, use2dot:
Re-add authorship info.
2001-07-12 Michael Livshin <mlivshin@bigfoot.com>
* snarf-check-and-output-texi (do-argpos): complain to the stderr,
not stdout. thanks to Dale P. Smith!
(nice-sig): cosmetic fix.
2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
* PROGRAM, generate-autoload, use2dot, punify, display-commentary,
doc-snarf, read-scheme-source, snarf-check-and-output-texi:
Remove authorship info.
2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
* snarf-check-and-output-texi: rewrite.
2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
* snarf-check-and-output-texi: new file.
* Makefile.am (scripts_sources): add snarf-check-and-output-texi.
2001-05-14 Thien-Thi Nguyen <ttn@revel.glug.org>
* PROGRAM, display-commentary, doc-snarf, generate-autoload,
punify, read-scheme-source, use2dot: Move author tag outside
commentary; nfc.
2001-05-08 Thien-Thi Nguyen <ttn@revel.glug.org>
* read-scheme-source: New file
* Makefile.am (scripts_sources): Add read-scheme-source.
2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
* Makefile.am, PROGRAM, README, display-commentary,
doc-snarf, generate-autoload, punify, use2dot: New file