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
/
guile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
Don't force installation of GMP allocators in guile shell
Andy Wingo
1
-1
/
+0
2021-02-03
Replace libltdl with raw dlopen, dlsym
Andy Wingo
1
-2
/
+1
2021-01-17
Replace a line which was accidentally removed.
Asher Gordon
1
-0
/
+1
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
Rationalize include order in C files
Andy Wingo
1
-1
/
+0
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-8
/
+2
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-19
Remove <stdio.h> from ports.h
Andy Wingo
1
-2
/
+3
2013-11-27
Remove nonfunctional gdb interface
Andy Wingo
1
-6
/
+0
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-5
/
+31
2013-03-07
Install the current locale if GUILE_INSTALL_LOCALE is nonzero.
Ludovic Courtès
1
-2
/
+39
2011-12-02
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+1
2011-12-02
install gmp memory functions that let libgc know about allocations
Andy Wingo
1
-1
/
+2
2011-11-22
Install the current locale when Guile is invoked directly.
Ludovic Courtès
1
-2
/
+12
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2008-12-07
Remove useless references to Libtool's `dlpreopen' mechanism.
Ludovic Courtès
1
-3
/
+0
2008-11-24
Use orthodox libtoology in `guile'.
Ludovic Courtès
1
-4
/
+2
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
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
-1
/
+1
2004-10-22
* Makefile.am (INCLUDES): Use @LTDLINC@ instead of
Marius Vollmer
1
-3
/
+3
2003-04-20
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
Dirk Herrmann
1
-3
/
+1
2003-04-05
Changed license terms to the plain LGPL thru-out.
Marius Vollmer
1
-36
/
+12
2003-03-25
* guile.c: #include <config.h> if HAVE_CONFIG_H.
Rob Browning
1
-0
/
+4
2002-10-09
* guile.c (main): change to call scm_lt_dlpreload_default and pass
Rob Browning
1
-1
/
+3
2002-10-05
* guile.c (main): switch to scm_lt_dlset_preloaded_symbols;
Rob Browning
1
-2
/
+2
2002-07-10
No need to check for Cygwin when including <winsock2.h>, this is
Marius Vollmer
1
-2
/
+1
2002-07-07
Do not include <winsock2.h> on Cygwin even when we have it.
Marius Vollmer
1
-1
/
+2
2001-11-04
2001-11-04 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn
1
-1
/
+1
2001-11-02
Make sure to define __SCM_IMPORT__ for shared library
Marius Vollmer
1
-1
/
+4
2001-06-26
Make compilation under Windows easier.
Martin Grabmüller
1
-0
/
+15
2001-06-07
* Introduce SCM_UNUSED and mark unused function parameters.
Dirk Herrmann
1
-2
/
+2
2000-06-12
Updated copyrights
Mikael Djurfeldt
1
-1
/
+1
2000-04-21
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
Mikael Djurfeldt
1
-2
/
+2
2000-03-19
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
Michael Livshin
1
-0
/
+6
2000-01-10
* guile.c: register preloaded modules
Marius Vollmer
1
-0
/
+10
1997-05-26
* Lots of files: New address for FSF.
Jim Blandy
1
-3
/
+3
1997-04-19
Move most of the guts of shell command processing into libguile,
Jim Blandy
1
-0
/
+68