index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate scm_find_executable
Andy Wingo
2018-10-07
1
-69
/
+1
*
Rename scm_i_thread to scm_thread
Andy Wingo
2018-06-26
1
-0
/
+1
*
Update license notices in all C files
Andy Wingo
2018-06-20
1
-17
/
+17
*
Remove (C) from copyright statements
Andy Wingo
2018-06-20
1
-1
/
+1
*
Make .c copyright headers uniform
Andy Wingo
2018-06-20
1
-1
/
+2
*
Rationalize include order in C files
Andy Wingo
2018-06-20
1
-13
/
+11
*
Make libguile header inclusion consistent within libguile c files
Andy Wingo
2018-06-20
1
-13
/
+13
*
Remove Emacs local variables comments in Guile source
Andy Wingo
2018-06-20
1
-6
/
+0
*
Remove _scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Remove modules.h from _scm.h.
Andy Wingo
2018-06-20
1
-0
/
+1
*
Devolve pairs.h
Andy Wingo
2018-06-18
1
-0
/
+1
*
Remove includes of validate.h.
Andy Wingo
2018-06-18
1
-1
/
+0
*
Move syscall-related private defines to their own header
Andy Wingo
2018-06-17
1
-30
/
+0
*
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
2018-06-14
1
-1
/
+2
*
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
2014-04-25
1
-6
/
+20
|
\
|
*
Fix memory leak on `realloc' failure
Dmitry Bogatov
2014-04-22
1
-3
/
+18
|
*
Rely on Gnulib for <unistd.h>.
Mark H Weaver
2014-02-27
1
-3
/
+1
*
|
Remove private-gc.h
Andy Wingo
2013-11-28
1
-2
/
+1
|
/
*
Arrange to convert command-line arguments from the right encoding.
Ludovic Courtès
2011-12-15
1
-1
/
+38
*
fix a leak on startup from script.c
Andy Wingo
2011-07-29
1
-0
/
+2
*
Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.
Ludovic Courtès
2011-04-25
1
-2
/
+0
*
script.c calls out to (ice-9 command-line)
Andy Wingo
2011-04-14
1
-449
/
+16
*
autocompile -> auto-compile
Andy Wingo
2011-02-13
1
-9
/
+9
*
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
2011-01-07
1
-4
/
+4
*
Allow specifying load extensions on the command line
Andreas Rottmann
2010-11-20
1
-1
/
+21
*
add --listen command line argument.
Andy Wingo
2010-10-10
1
-0
/
+56
*
deprecate turn-on-debugging, it is obsolete
Andy Wingo
2010-10-01
1
-4
/
+1
*
default to regular vm for noninteractive use
Andy Wingo
2010-09-28
1
-0
/
+4
*
Assorted `syntax-check' fixes.
Ludovic Courtès
2010-08-27
1
-2
/
+3
*
top-repl out to its own module
Andy Wingo
2010-06-22
1
-1
/
+6
*
deprecate named-module-use!, load-emacs-interface, and remove --emacs
Andy Wingo
2010-06-22
1
-8
/
+0
*
correctly handle --no-autocompile (fixed broken previous patch)
Andy Wingo
2010-03-30
1
-18
/
+6
*
going through scm_shell not necessary to get autocompilation
Andy Wingo
2010-03-30
1
-5
/
+3
*
prompt around REPL evaluations, and around `guile' program invocation
Andy Wingo
2010-03-12
1
-1
/
+8
*
Use Gnulib's `version-etc-fsf' for `--version' and `--help' output.
Ludovic Courtès
2009-11-17
1
-14
/
+12
*
Change Guile license to LGPLv3+
Neil Jerram
2009-06-17
1
-6
/
+7
*
implement autocompilation
Andy Wingo
2009-06-03
1
-0
/
+30
*
Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."
Neil Jerram
2008-12-10
1
-3
/
+1
*
Remove GH and its traces.
Han-Wen Nienhuys
2008-09-28
1
-4
/
+7
*
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
2008-09-13
1
-1
/
+1
*
Merge 1.8.4 release commit.
Ludovic Courtès
2008-02-21
1
-2
/
+2
*
Changes from arch/CVS synchronization
Ludovic Courtès
2007-07-17
1
-2
/
+2
*
(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.
Neil Jerram
2006-11-17
1
-1
/
+3
*
merge from 1.8 branch
Kevin Ryde
2006-04-17
1
-2
/
+2
*
(scm_find_executable): Compile fix -- fgetc returns an
Marius Vollmer
2005-12-06
1
-3
/
+6
*
The FSF has a new address.
Marius Vollmer
2005-05-23
1
-1
/
+1
*
(scm_compile_shell_switches): Added 2005 to Copyright years.
Marius Vollmer
2005-03-09
1
-1
/
+1
*
(scm_compile_shell_switches): Removed debugging output.
Marius Vollmer
2005-01-16
1
-3
/
+0
*
(sym_at, sym_atat, sym_main, all_symbols): New.
Marius Vollmer
2005-01-14
1
-1
/
+37
*
*** empty log message ***
Marius Vollmer
2004-09-22
1
-5
/
+5
[next]