summaryrefslogtreecommitdiff
path: root/module/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Bump user-visible copyright years to 2024.Ludovic Courtès1-2/+2
2023-07-16Fix typos throughout codebase.Morgan Smith1-5/+5
2023-01-13Bump user-visible copyright years to 2023.Ludovic Courtès1-1/+1
2021-01-07Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo1-1/+1
2020-05-12Delay loading CPS unless CPS compiler usedAndy Wingo1-8/+8
2020-05-11Fix "fail" helper in guild compileAndy Wingo1-7/+6
2020-05-08Define new "lowering" phase in compilerAndy Wingo1-10/+16
2020-05-08Warning and optimization levels always small integersAndy Wingo1-8/+2
2020-05-08Wire up simplified warning levels in "guild compile"Andy Wingo1-11/+31
2020-01-20use2dot: Fix incorrect #:autoload binding set leading to unbound variables.Ludovic Courtès1-6/+6
2020-01-20frisk: Fix incorrect #:autoload binding set leading to unbound variables.Ludovic Courtès1-7/+7
2020-01-13Bump user-visible copyright years to 2020Andy Wingo1-2/+2
2019-12-02Add --r6rs and --r7rs options to "guild compile"Andy Wingo1-5/+20
2019-09-27Deprecate passing a non-zero size to make-moduleAndy Wingo1-1/+1
2019-05-23Remove redefinition of when & unless in snarf-check-and-output-texiMike Gran1-9/+1
2018-08-07compile: Update copyright year.Ludovic Courtès1-1/+1
2018-08-07compile: Improve error message.Ludovic Courtès1-1/+1
2018-08-07compile: Add '-x' flag.Ludovic Courtès1-0/+5
2018-08-07compile: Load language modules upfront.Ludovic Courtès1-1/+9
2018-01-05Add (system base optimize) moduleAndy Wingo1-21/+5
2017-11-22scripts: help: Fix reference to the "Using Guile Tools" node.Maxim Cournoyer1-1/+1
2015-10-22Wire up `guild compile -O0 foo.scm'Andy Wingo1-8/+69
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-1/+9
2014-09-20guild disassemble: Use #:prefix instead of #:renamer.Mark H Weaver1-3/+2
2014-06-03'guild compile' doesn't leave temporary files behind it.Ludovic Courtès1-1/+9
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-13/+2
2014-03-06Make snarfing tools more robust to varied C preprocessor behavior.Mark H Weaver1-13/+2
2013-12-02Rename "RTL" to "bytecode"Andy Wingo1-2/+2
2013-11-08Miscellaneous fixups related to objcode removal.Andy Wingo1-1/+1
2013-10-31Default to compiling to RTLAndy Wingo1-2/+2
2013-08-29,xx for RTL imagesAndy Wingo1-9/+1
2013-08-29add ability to disassemble ELF imagesAndy Wingo1-3/+7
2012-06-22instead of our custom .go format, use elfAndy Wingo1-2/+2
2012-01-26Fix a couple of warnings.Ludovic Courtès1-1/+2
2011-11-22Add a `--target' option to `guild compile'.Ludovic Courtès1-7/+17
2011-08-19better guild help FOOAndy Wingo1-21/+61
2011-07-23Change `guild --help' and `--version' output to be more GNUish.Ludovic Courtès1-6/+8
2011-07-23Export `main' from (scripts help).Ludovic Courtès1-1/+2
2011-07-23add support for guild help FOOAndy Wingo1-17/+53
2011-07-23add (scripts help)Andy Wingo2-35/+117
2011-07-23more work on "guild list"Andy Wingo19-25/+83
2011-07-23remove scripts PROGRAMAndy Wingo1-40/+0
2011-07-23a prettier `guild list'Andy Wingo1-6/+31
2011-05-31rename `guile-tools' to `guild'Andy Wingo3-7/+7
2011-05-26Reveal guile-tools's inner simplicity...Neil Jerram1-0/+83
2011-03-25Remove statements about scripts/* that are no longer trueNeil Jerram1-18/+5
2011-02-13Add `*current-warning-prefix*'.Ludovic Courtès1-5/+6
2011-02-13autocompile -> auto-compileAndy Wingo1-3/+3
2010-10-27Have "frisk" recognize `#:use-module' and `#:autoload'.Ludovic Courtès1-3/+3
2010-10-13Placate `-Wformat'.Ludovic Courtès1-2/+1