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
/
modules.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+2
2018-08-07
Module import obarrays are accessed in a critical section.
Ludovic Courtès
1
-0
/
+17
2018-06-27
Compile current-module as intrinsic call
Andy Wingo
1
-4
/
+11
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-9
/
+9
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-19
/
+19
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-0
/
+1
2018-05-14
Add scm_maybe_resolve_module
Andy Wingo
1
-5
/
+10
2017-09-14
Remove indirection in structs
Andy Wingo
1
-2
/
+2
2012-05-23
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-173
/
+29
2012-05-23
finish deprecating eval closures
Andy Wingo
1
-63
/
+0
2012-05-23
deprecate lookup closures
Andy Wingo
1
-50
/
+0
2012-05-23
deprecate scm_sym2var
Andy Wingo
1
-73
/
+42
2012-02-19
tune default hash table sizes
Andy Wingo
1
-2
/
+2
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-13
/
+13
2011-10-24
add SCM_HEAP_OBJECT_P
Andy Wingo
1
-1
/
+1
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-10
/
+2
2011-07-07
fix invocation of duplicate handlers for merge-generics
Andy Wingo
1
-31
/
+44
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-1
/
+1
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-3
/
+3
2011-03-08
add scm_c_public_ref et al
Andy Wingo
1
-0
/
+122
2011-02-10
comment on scm_pre_modules_obarray re threadsafety
Andy Wingo
1
-0
/
+2
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-2
/
+2
2010-11-19
scm_c_define_module uses define-module*
Andy Wingo
1
-4
/
+4
2010-09-02
module-local-variable optimization
Andy Wingo
1
-7
/
+22
2010-05-07
macro expanders return memoized expressions
Andy Wingo
1
-6
/
+6
2010-04-27
comment some global variables in modules.c
Andy Wingo
1
-2
/
+4
2010-04-24
module-public-interface in Scheme
Andy Wingo
1
-28
/
+13
2010-04-20
module-type defined programmatically
Andy Wingo
1
-2
/
+8
2010-04-09
Fix `module-reverse-lookup'.
Ludovic Courtès
1
-12
/
+15
2009-12-08
SCM_CELL in modules.c
Andy Wingo
1
-3
/
+3
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-12
/
+9
2009-12-03
really boot primitive-eval from scheme.
Andy Wingo
1
-3
/
+9
2009-12-01
export scm_define to scheme as define!
Andy Wingo
1
-4
/
+10
2009-12-01
new evaluator, y'all
Andy Wingo
1
-43
/
+0
2009-12-01
remove some deprecated things, undeprecate scm_the_root_module()
Andy Wingo
1
-5
/
+5
2009-10-23
add some optargs tests
Andy Wingo
1
-3
/
+9
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-14
/
+36
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-04-26
add module-{define-keyword!,undefine-keyword!,lookup-keyword}
Andy Wingo
1
-2
/
+2
2009-04-21
scm_[current_]module_transformer returns the %pre-modules-transformer, if set
Andy Wingo
1
-6
/
+12
[next]