summaryrefslogtreecommitdiff
path: root/module/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add (system base optimize) moduleAndy Wingo2018-01-051-21/+5
* scripts: help: Fix reference to the "Using Guile Tools" node.Maxim Cournoyer2017-11-221-1/+1
* Wire up `guild compile -O0 foo.scm'Andy Wingo2015-10-221-8/+69
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-1/+9
|\
| * guild disassemble: Use #:prefix instead of #:renamer.Mark H Weaver2014-09-201-3/+2
| * 'guild compile' doesn't leave temporary files behind it.Ludovic Courtès2014-06-031-1/+9
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-13/+2
|\ \ | |/
| * Make snarfing tools more robust to varied C preprocessor behavior.Mark H Weaver2014-03-061-13/+2
* | Rename "RTL" to "bytecode"Andy Wingo2013-12-021-2/+2
* | Miscellaneous fixups related to objcode removal.Andy Wingo2013-11-081-1/+1
* | Default to compiling to RTLAndy Wingo2013-10-311-2/+2
* | ,xx for RTL imagesAndy Wingo2013-08-291-9/+1
* | add ability to disassemble ELF imagesAndy Wingo2013-08-291-3/+7
* | instead of our custom .go format, use elfAndy Wingo2012-06-221-2/+2
|/
* Fix a couple of warnings.Ludovic Courtès2012-01-261-1/+2
* Add a `--target' option to `guild compile'.Ludovic Courtès2011-11-221-7/+17
* better guild help FOOAndy Wingo2011-08-191-21/+61
* Change `guild --help' and `--version' output to be more GNUish.Ludovic Courtès2011-07-231-6/+8
* Export `main' from (scripts help).Ludovic Courtès2011-07-231-1/+2
* add support for guild help FOOAndy Wingo2011-07-231-17/+53
* add (scripts help)Andy Wingo2011-07-232-35/+117
* more work on "guild list"Andy Wingo2011-07-2319-25/+83
* remove scripts PROGRAMAndy Wingo2011-07-231-40/+0
* a prettier `guild list'Andy Wingo2011-07-231-6/+31
* rename `guile-tools' to `guild'Andy Wingo2011-05-313-7/+7
* Reveal guile-tools's inner simplicity...Neil Jerram2011-05-261-0/+83
* Remove statements about scripts/* that are no longer trueNeil Jerram2011-03-251-18/+5
* Add `*current-warning-prefix*'.Ludovic Courtès2011-02-131-5/+6
* autocompile -> auto-compileAndy Wingo2011-02-131-3/+3
* Have "frisk" recognize `#:use-module' and `#:autoload'.Ludovic Courtès2010-10-271-3/+3
* Placate `-Wformat'.Ludovic Courtès2010-10-131-2/+1
* remove a number of debug optionsAndy Wingo2010-09-241-2/+2
* [maint] Remove unused script guile-doc-snarf.Thien-Thi Nguyen2010-07-221-1/+1
* fix doc snarfing with fedora 12Andy Wingo2010-01-171-0/+11
* Provide Guile-friendly `coding:' meta-data.Ludovic Courtès2010-01-111-6/+2
* Remove unused variables in ice-9/goops/srfi/scripts.Ludovic Courtès2009-09-211-2/+1
* Add proper `--help' and `--version' for `guile-tools compile'.Ludovic Courtès2009-08-151-2/+14
* Add `(system base message)', a simple warning framework.Ludovic Courtès2009-07-311-2/+32
* Fix "guile-tools disassemble".Ludovic Courtès2009-06-191-6/+7
* Complete changing license to LGPLv3+Neil Jerram2009-06-1719-133/+133
* disable autocompilation when running guile-tools compileAndy Wingo2009-06-051-0/+3
* scripts take rest argsAndy Wingo2009-04-202-3/+3
* fix build errors on fresh checkoutAndy Wingo2009-04-201-1/+1
* guile-tools is a scheme script that loads scheme modulesAndy Wingo2009-04-1721-0/+3919