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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
2019-05-23
1
-10
/
+10
*
Continuations capture machine code address
Andy Wingo
2018-08-12
1
-1
/
+2
*
Refactor handling of active VM registers
Andy Wingo
2018-06-27
1
-3
/
+3
*
Rename scm_i_thread to scm_thread
Andy Wingo
2018-06-26
1
-1
/
+1
*
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
2018-06-26
1
-0
/
+1
*
Give multiple-values objects a tc7
Andy Wingo
2018-06-25
1
-6
/
+10
*
Eagerly initialize thread VM; remove scm_the_vm
Andy Wingo
2018-06-25
1
-10
/
+10
*
Use ptrdiff_t instead of scm_t_ptrdiff
Andy Wingo
2018-06-21
1
-1
/
+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
/
+1
*
Rationalize include order in C files
Andy Wingo
2018-06-20
1
-5
/
+6
*
Make libguile header inclusion consistent within libguile c files
Andy Wingo
2018-06-20
1
-41
/
+41
*
Rename __scm.h to scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Remove Emacs local variables comments in Guile source
Andy Wingo
2018-06-20
1
-7
/
+0
*
Remove _scm.h
Andy Wingo
2018-06-20
1
-1
/
+0
*
Devolve symbols.h from _scm.h
Andy Wingo
2018-06-20
1
-0
/
+1
*
Devolve variable.h from _scm.h.
Andy Wingo
2018-06-20
1
-0
/
+1
*
Move subr snarfing macros to gsubr.h.
Andy Wingo
2018-06-20
1
-0
/
+1
*
Devolve numbers.h from _scm.h.
Andy Wingo
2018-06-19
1
-0
/
+1
*
Devolve pairs.h
Andy Wingo
2018-06-18
1
-0
/
+1
*
Devolve boolean.h include.
Andy Wingo
2018-06-18
1
-0
/
+1
*
Remove includes of validate.h.
Andy Wingo
2018-06-18
1
-1
/
+0
*
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
2018-06-17
1
-2
/
+2
*
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
2018-06-14
1
-6
/
+5
*
Better errors for odd-length keyword args
Andy Wingo
2017-02-28
1
-19
/
+37
*
Add suspendable-continuation?
Andy Wingo
2016-12-12
1
-0
/
+3
*
Deprecate dynamic roots
Andy Wingo
2016-11-21
1
-1
/
+0
*
Remove scm_puts_unlocked.
Andy Wingo
2016-04-26
1
-1
/
+1
*
Remove scm_putc_unlocked.
Andy Wingo
2016-04-26
1
-2
/
+2
*
Fix boot closure wrong-num-args error
Andy Wingo
2015-10-21
1
-1
/
+2
*
VM stack grows downward
Andy Wingo
2015-10-21
1
-10
/
+8
*
Remove unused "nargs" field of memoized call expressions
Andy Wingo
2015-03-12
1
-2
/
+2
*
Minor evaluator tweaks
wip-closure-conversion
Andy Wingo
2014-12-07
1
-1
/
+1
*
Simplify variable resolution in the evaluator
Andy Wingo
2014-12-07
1
-42
/
+18
*
Add capture-env to evaluator
Andy Wingo
2014-12-06
1
-0
/
+22
*
Simplify the interpreter for trivial inits and no letrec
Andy Wingo
2014-12-05
1
-50
/
+17
*
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
2014-03-22
1
-0
/
+1
*
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
Andy Wingo
2014-02-07
1
-13
/
+20
|
\
|
*
Fix thread-unsafe lazy initializations.
Mark H Weaver
2014-01-23
1
-12
/
+19
*
|
scm_the_vm now returns raw struct scm_vm pointer
Andy Wingo
2013-11-21
1
-2
/
+2
*
|
Prefer scm_call_n to scm_c_vm_run (scm_the_vm())
Andy Wingo
2013-11-21
1
-20
/
+16
*
|
scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg
Andy Wingo
2013-11-21
1
-11
/
+13
*
|
The dynamic stack records SP and FP values as offsets
Andy Wingo
2013-11-21
1
-8
/
+8
*
|
Change eval.c to use scm_c_vm_run instead of scm_call_with_vm.
Andy Wingo
2013-11-21
1
-24
/
+32
*
|
Be smarter about capturing the environment for memoized code
Andy Wingo
2013-10-31
1
-21
/
+8
*
|
Memoized expressions are pairs, not SMOBs
Andy Wingo
2013-10-27
1
-3
/
+1
*
|
Evaluator uses two-dimensional environment
Andy Wingo
2013-10-25
1
-88
/
+148
*
|
Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
Andy Wingo
2013-10-14
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2013-07-16
1
-6
/
+6
|
\
\
|
|
/
[next]