aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo.scm
AgeCommit message (Expand)Author
2020-08-06Do not use 'guile-2.0' as a 'cond-expand' key since it doesn't exist.Ludovic Courtès
2020-08-01Adjust autoload lists.Ludovic Courtès
2020-08-01skribilo: Use _IOFBF on Guile 2.0 only.Ludovic Courtès
2020-08-01Write '#:use-module', '#:export', etc. instead of ':use-module', etc.Ludovic Courtès
2018-03-30syntax: Rename '_' to 'G_' to avoid issues on Guile 2.2.Ludovic Courtès
2016-01-13Set the text domain and the location of message catalogs.v0.9.3Ludovic Courtès
2015-06-21Assorted improvements of user-facing messages.Ludovic Courtès
2015-06-20Improve '--help' summary.Ludovic Courtès
2015-06-20Improve '--help' formatting.Ludovic Courtès
2015-03-11Use standard help messages for --help and --version.Ludovic Courtès
2015-03-11Improve output of 'skribilo --help'.Ludovic Courtès
2015-03-11Use quotes instead of backticks in user-facing messages.Ludovic Courtès
2013-02-25Install the locale before parsing arguments, and handle `setlocale' errors.Ludovic Courtès
2012-05-17Switch to GPLv3+.Ludovic Courtès
2012-05-12Internationalize (skribilo).Ludovic Courtès
2011-03-10Set `%default-port-encoding' to "UTF-8".Ludovic Courtès
2010-03-08Factorize encoding twiddling in `set-correct-file-encoding!'.Ludovic Courtès
2009-11-20Choose the right encoding for input documents.Ludovic Courtès
2009-03-24Add `(skribilo-module-syntax)'.Ludovic Courtès
2009-03-24Fix overzealous autoloading in `(skribilo)'.Ludovic Courtès
2008-12-23Install the user-specified locale.Ludovic Courtès
2008-12-21Add `--custom' option to `skribilo'.Ludovic Courtès
2008-04-08Add `--sui-path'/`-U' command-line option.Ludovic Courtès
2008-01-24skribilo: Fix `--help' and `--preload'.Ludovic Courtès
2007-12-12Fix on-line help showed by "skribilo --help".Ludovic Courtès
2007-12-12Remove legacy/dead code from `(skribilo)'.Ludovic Courtès
2007-12-12Add support for `--base', `--eval', `--preload' and `--no-color'.Ludovic Courtès
2007-12-12Improve handling of `--debug'.Ludovic Courtès
2007-12-12Show bug-report email address.Ludovic Courtès
2007-12-11Overhaul `(skribilo)' using SRFI-37.Ludovic Courtès
2007-11-28Add run-time module with fewer bindings; add `--compat' command-line option.Ludovic Courtès
2007-09-03skribilo: Flush the output port before exiting.Ludovic Court`es
2007-04-03Reduced reliance on the debugging evaluator (improves performance).Ludovic Court`es
2006-07-31Moved the `sui' module; removed the `skribe' subdirectory.Ludovic Court`es
2006-07-24Updated the FSF address.Ludovic Court`es
2006-07-13Use `setvbuf' on the Skribilo output port.Ludovic Courtes
2006-03-07Partial rewrite of the debugging facilities (slightly slower).Ludovic Courtes
2006-01-31First time the user manual is compiled to HTML.Ludovic Courtes
2006-01-23Preliminary support for multiple reader front-ends.Ludovic Court`es
2006-01-18More fixes in the hope to get the manual compiled.Ludovic Courtes
2006-01-15Introduced SRFI-3[45] conditions; cleaned up `evaluator.scm'.Ludovic Courtes
2006-01-11Made compatible with the new `current-reader' as a fluid.Ludovic Court`es
2006-01-08Cleaning the compatibility module and other annoyances.Ludovic Courtes
2006-01-03Cleaned up the use of a Skribe-compatible `gensym'.Ludovic Courtes
2005-11-29Fixed `ref' and bibliography-related things.Ludovic Court`es
2005-11-28More `%skribilo-module-reader' fixes.Ludovic Court`es
2005-11-28Created a canonical module for Skribilo syntactic sugar.Ludovic Court`es
2005-11-25Overhaul: emphasized logical separation of the modules.Ludovic Court`es
2005-07-02First real document produced!Ludovic Courtes
2005-07-02Started relying on the per-module reader; first doc produced ever!Ludovic Courtes