summaryrefslogtreecommitdiff
path: root/libguile/script.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate scm_find_executableAndy Wingo2018-10-071-69/+1
* Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-13/+11
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-13/+13
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Move syscall-related private defines to their own headerAndy Wingo2018-06-171-30/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-6/+20
|\
| * Fix memory leak on `realloc' failureDmitry Bogatov2014-04-221-3/+18
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+1
* | Remove private-gc.hAndy Wingo2013-11-281-2/+1
|/
* Arrange to convert command-line arguments from the right encoding.Ludovic Courtès2011-12-151-1/+38
* fix a leak on startup from script.cAndy Wingo2011-07-291-0/+2
* Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès2011-04-251-2/+0
* script.c calls out to (ice-9 command-line)Andy Wingo2011-04-141-449/+16
* autocompile -> auto-compileAndy Wingo2011-02-131-9/+9
* use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo2011-01-071-4/+4
* Allow specifying load extensions on the command lineAndreas Rottmann2010-11-201-1/+21
* add --listen command line argument.Andy Wingo2010-10-101-0/+56
* deprecate turn-on-debugging, it is obsoleteAndy Wingo2010-10-011-4/+1
* default to regular vm for noninteractive useAndy Wingo2010-09-281-0/+4
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-271-2/+3
* top-repl out to its own moduleAndy Wingo2010-06-221-1/+6
* deprecate named-module-use!, load-emacs-interface, and remove --emacsAndy Wingo2010-06-221-8/+0
* correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo2010-03-301-18/+6
* going through scm_shell not necessary to get autocompilationAndy Wingo2010-03-301-5/+3
* prompt around REPL evaluations, and around `guile' program invocationAndy Wingo2010-03-121-1/+8
* Use Gnulib's `version-etc-fsf' for `--version' and `--help' output.Ludovic Courtès2009-11-171-14/+12
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* implement autocompilationAndy Wingo2009-06-031-0/+30
* Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."Neil Jerram2008-12-101-3/+1
* Remove GH and its traces.Han-Wen Nienhuys2008-09-281-4/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Merge 1.8.4 release commit.Ludovic Courtès2008-02-211-2/+2
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-2/+2
* (scm_shell_usage): Note need for subscription to bug-guile@gnu.org.Neil Jerram2006-11-171-1/+3
* merge from 1.8 branchKevin Ryde2006-04-171-2/+2
* (scm_find_executable): Compile fix -- fgetc returns anMarius Vollmer2005-12-061-3/+6
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_compile_shell_switches): Added 2005 to Copyright years.Marius Vollmer2005-03-091-1/+1
* (scm_compile_shell_switches): Removed debugging output.Marius Vollmer2005-01-161-3/+0
* (sym_at, sym_atat, sym_main, all_symbols): New.Marius Vollmer2005-01-141-1/+37
* *** empty log message ***Marius Vollmer2004-09-221-5/+5