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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-06
Enable option to prefer mini-gmp over libgmp
use-minigmp
Michael Gran
1
-5
/
+11
2020-09-10
Move copy-tree to (ice-9 copy-tree); deprecate main binding
Andy Wingo
1
-2
/
+1
2020-03-13
Add C API for hook procedures to libguile.h
Mike Gran
1
-0
/
+1
2019-11-13
Rebase throw/catch on top of raise-exception/with-exception-handler
Andy Wingo
1
-0
/
+1
2018-06-26
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
1
-0
/
+2
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+18
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+1
2018-06-20
Inline tags.h into __scm.h
Andy Wingo
1
-1
/
+0
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-18
Devolve more validate macros
Andy Wingo
1
-1
/
+3
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-10-17
Deprecate arbiters
Andy Wingo
1
-1
/
+0
2016-09-06
Add atomic boxes
Andy Wingo
1
-0
/
+1
2016-08-30
Add file descriptor finalizers
Andy Wingo
1
-0
/
+1
2014-04-28
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+2
2014-04-28
New foreign object facility, to replace SMOBs
Andy Wingo
1
-1
/
+2
2013-11-27
Remove nonfunctional gdb interface
Andy Wingo
1
-2
/
+1
2012-03-08
add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitator
Andy Wingo
1
-1
/
+2
2012-02-19
add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitator
Andy Wingo
1
-1
/
+2
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-1
/
+1
2011-10-24
add weak table implementation
Andy Wingo
1
-0
/
+1
2011-10-23
add weak sets
Andy Wingo
1
-0
/
+1
2011-02-10
deprecate primitive properties
Andy Wingo
1
-2
/
+1
2010-08-08
remove "discouraged" infrastructure
Andy Wingo
1
-1
/
+0
2010-01-04
add foreign value wrapper
Andy Wingo
1
-1
/
+2
2009-12-01
promises are in their own file now
Andy Wingo
1
-0
/
+1
2009-12-01
factor copy-tree and cons-source out of eval.[ch]
Andy Wingo
1
-0
/
+1
2009-11-15
fold objects.[ch] into goops.[ch]
Andy Wingo
1
-1
/
+0
2009-10-30
Since support for "futures" in C has been completely disabled for some
Ken Raeburn
1
-1
/
+0
2009-09-14
Merge `libguile-i18n' into `libguile'.
Ludovic Courtès
1
-0
/
+1
2009-07-19
uniform vector functions to their own file
Andy Wingo
1
-0
/
+1
2009-07-19
generic vector ops to own file
Andy Wingo
1
-0
/
+1
2009-07-19
move generic array foo out to its own file
Andy Wingo
1
-0
/
+1
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-1
/
+3
2009-07-19
rename ramap.[ch] to array-map.[ch]
Andy Wingo
1
-1
/
+1
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-05-28
Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.
Ludovic Courtès
1
-1
/
+3
2008-01-22
* srfi-39.scm: Update copyright statement to LGPL.
Neil Jerram
1
-37
/
+13
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
2005-05-23
The FSF has a new address.
Marius Vollmer
1
-2
/
+2
2004-10-27
Include "libguile/srfi-4.h".
Marius Vollmer
1
-0
/
+1
2004-09-24
Include <gmp.h> outside of extern "C" block. (Note that numbers.h
Marius Vollmer
1
-1
/
+5
2004-08-25
Include srfi-13.h and srfi-14.h, do not include strop.h.
Marius Vollmer
1
-1
/
+2
2004-08-02
Include libguile/discouraged.h.
Marius Vollmer
1
-0
/
+2
2003-04-20
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
Dirk Herrmann
1
-2
/
+0
2003-03-26
Include "libguile/deprecated.h".
Marius Vollmer
1
-0
/
+1
2003-01-23
* libguile.h: #include "futures.h"
Mikael Djurfeldt
1
-1
/
+2
2002-11-03
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
Marius Vollmer
1
-3
/
+1
2002-05-10
Added inclusion of "extensions.h".
Marius Vollmer
1
-0
/
+1
[next]