summaryrefslogtreecommitdiff
path: root/libguile/script.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Deprecate scm_find_executableAndy Wingo1-69/+1
2018-06-26Rename scm_i_thread to scm_threadAndy Wingo1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-13/+11
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-13/+13
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-17Move syscall-related private defines to their own headerAndy Wingo1-30/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-6/+20
2014-04-22Fix memory leak on `realloc' failureDmitry Bogatov1-3/+18
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+1
2013-11-28Remove private-gc.hAndy Wingo1-2/+1
2011-12-15Arrange to convert command-line arguments from the right encoding.Ludovic Courtès1-1/+38
2011-07-29fix a leak on startup from script.cAndy Wingo1-0/+2
2011-04-25Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès1-2/+0
2011-04-14script.c calls out to (ice-9 command-line)Andy Wingo1-449/+16
2011-02-13autocompile -> auto-compileAndy Wingo1-9/+9
2011-01-07use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo1-4/+4
2010-11-20Allow specifying load extensions on the command lineAndreas Rottmann1-1/+21
2010-10-10add --listen command line argument.Andy Wingo1-0/+56
2010-10-01deprecate turn-on-debugging, it is obsoleteAndy Wingo1-4/+1
2010-09-28default to regular vm for noninteractive useAndy Wingo1-0/+4
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-2/+3
2010-06-22top-repl out to its own moduleAndy Wingo1-1/+6
2010-06-22deprecate named-module-use!, load-emacs-interface, and remove --emacsAndy Wingo1-8/+0
2010-03-30correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo1-18/+6
2010-03-30going through scm_shell not necessary to get autocompilationAndy Wingo1-5/+3
2010-03-12prompt around REPL evaluations, and around `guile' program invocationAndy Wingo1-1/+8
2009-11-17Use Gnulib's `version-etc-fsf' for `--version' and `--help' output.Ludovic Courtès1-14/+12
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-06-03implement autocompilationAndy Wingo1-0/+30
2008-12-10Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."Neil Jerram1-3/+1
2008-09-28Remove GH and its traces.Han-Wen Nienhuys1-4/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-02-21Merge 1.8.4 release commit.Ludovic Courtès1-2/+2
2007-07-17Changes from arch/CVS synchronizationLudovic Courtès1-2/+2
2006-11-17(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.Neil Jerram1-1/+3
2006-04-17merge from 1.8 branchKevin Ryde1-2/+2
2005-12-06(scm_find_executable): Compile fix -- fgetc returns anMarius Vollmer1-3/+6
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-09(scm_compile_shell_switches): Added 2005 to Copyright years.Marius Vollmer1-1/+1
2005-01-16(scm_compile_shell_switches): Removed debugging output.Marius Vollmer1-3/+0
2005-01-14(sym_at, sym_atat, sym_main, all_symbols): New.Marius Vollmer1-1/+37
2004-09-22*** empty log message ***Marius Vollmer1-5/+5