index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
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-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-09
remove init.c iselect include
Andy Wingo
1
-2
/
+1
2012-03-08
run finalizers asynchronously in asyncs
Andy Wingo
1
-0
/
+2
2012-03-07
Fix a segfault when /dev/urandom is not accessible
Giuseppe Scrivano
1
-2
/
+2
2012-02-03
Use Gnulib's `regex' module.
Ludovic Courtès
1
-4
/
+5
2011-12-15
Arrange to convert command-line arguments from the right encoding.
Ludovic Courtès
1
-1
/
+1
2011-10-22
Initialize `get_internal_run_time' before it is used.
Ludovic Courtès
1
-2
/
+2
2011-06-30
fix --disable-modules build
Andy Wingo
1
-0
/
+2
2011-04-25
Make the `sizeof (mpz_t)' check at compile-time.
Ludovic Courtès
1
-7
/
+0
2011-04-15
Allow compilation with `--disable-posix'.
Ludovic Courtès
1
-1
/
+1
2011-03-25
threading / with_guile refactor to use more GC_stack_base
Andy Wingo
1
-7
/
+1
2011-03-11
fix port-filename without readline to match the docs
Andy Wingo
1
-15
/
+5
2011-02-13
autocompile -> auto-compile
Andy Wingo
1
-1
/
+1
2011-02-10
deprecate primitive properties
Andy Wingo
1
-2
/
+0
2011-02-09
remove dead code in init.c
Andy Wingo
1
-38
/
+1
2010-12-03
add (ice-9 poll), a poll wrapper
Andy Wingo
1
-0
/
+2
2010-10-08
Register `scm_init_r6rs_ports' as an extension.
Ludovic Courtès
1
-0
/
+1
2010-09-12
move srfi-1 and srfi-60 C impl to libguile, without public C api
Andy Wingo
1
-1
/
+5
2010-08-27
Assorted `syntax-check' fixes.
Ludovic Courtès
1
-4
/
+5
2010-08-08
remove "discouraged" infrastructure
Andy Wingo
1
-1
/
+0
2010-08-08
deprecated all discouraged functions
Andy Wingo
1
-4
/
+0
2010-07-10
capture default dynamic state in (guile-user)
Andy Wingo
1
-2
/
+4
2010-05-19
separate boot expansion from memoization
Andy Wingo
1
-0
/
+2
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-2
/
+0
2010-04-09
lisp nil always enabled
Andy Wingo
1
-2
/
+0
2010-03-30
correctly handle --no-autocompile (fixed broken previous patch)
Andy Wingo
1
-0
/
+1
2010-02-24
add %default-prompt-tag, and error (not abort()) on an abort to bad tag
Andy Wingo
1
-1
/
+1
2010-02-19
prompt as part of guile's primitive language
Andy Wingo
1
-1
/
+1
2010-01-31
add @control and @prompt stub primitives
Andy Wingo
1
-0
/
+2
2010-01-26
move foreign function interface to its own module
Andy Wingo
1
-1
/
+1
2010-01-07
boot the VM very early in init.c
Andy Wingo
1
-5
/
+5
2010-01-07
tc7 tags for vm-related data
Andy Wingo
1
-3
/
+2
2010-01-07
properly integrate vm bootstrapping into init.c
Andy Wingo
1
-2
/
+10
2010-01-07
boot bytevectors earlier
Andy Wingo
1
-7
/
+7
2010-01-04
add foreign value wrapper
Andy Wingo
1
-1
/
+2
2009-12-08
initialize smobs after structs
Andy Wingo
1
-1
/
+1
2009-12-05
structs are alive early in guile's boot
Andy Wingo
1
-10
/
+10
2009-12-05
more annotations to scm_i_init_guile
Andy Wingo
1
-29
/
+28
2009-12-05
further boot cleanups
Andy Wingo
1
-2
/
+2
2009-12-05
more boot cleanup
Andy Wingo
1
-14
/
+13
2009-12-05
some scm_i_init_guile cleanups
Andy Wingo
1
-6
/
+3
2009-12-05
remove scm_ports_prehistory
Andy Wingo
1
-1
/
+0
2009-12-05
fluids are tc7 objects
Andy Wingo
1
-1
/
+0
2009-12-05
hash tables have a tc7
Andy Wingo
1
-11
/
+0
2009-12-03
replace frame implementation with VM frames
Andy Wingo
1
-2
/
+4
2009-12-03
really boot primitive-eval from scheme.
Andy Wingo
1
-2
/
+3
2009-12-01
apply goes to the vm, not the interpreter
Andy Wingo
1
-2
/
+1
2009-12-01
promises are in their own file now
Andy Wingo
1
-0
/
+2
2009-12-01
new evaluator, y'all
Andy Wingo
1
-0
/
+2
2009-12-01
factor copy-tree and cons-source out of eval.[ch]
Andy Wingo
1
-0
/
+2
2009-11-15
fold objects.[ch] into goops.[ch]
Andy Wingo
1
-2
/
+0
[next]