summaryrefslogtreecommitdiff
path: root/libguile/guile.c
Commit message (Expand)AuthorAgeFilesLines
* Don't force installation of GMP allocators in guile shellAndy Wingo2021-03-121-1/+0
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-2/+1
* Replace a line which was accidentally removed.Asher Gordon2021-01-171-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+0
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+2
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove <stdio.h> from ports.hAndy Wingo2018-06-191-2/+3
* Remove nonfunctional gdb interfaceAndy Wingo2013-11-271-6/+0
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-5/+31
|\
| * Install the current locale if GUILE_INSTALL_LOCALE is nonzero.Ludovic Courtès2013-03-071-2/+39
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-021-0/+1
|\ \ | |/
| * install gmp memory functions that let libgc know about allocationsAndy Wingo2011-12-021-1/+2
* | Install the current locale when Guile is invoked directly.Ludovic Courtès2011-11-221-2/+12
|/
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Remove useless references to Libtool's `dlpreopen' mechanism.Ludovic Courtès2008-12-071-3/+0
* Use orthodox libtoology in `guile'.Ludovic Courtès2008-11-241-4/+2
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * Makefile.am (INCLUDES): Use @LTDLINC@ instead ofMarius Vollmer2004-10-221-3/+3
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann2003-04-201-3/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * guile.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * guile.c (main): change to call scm_lt_dlpreload_default and passRob Browning2002-10-091-1/+3
* * guile.c (main): switch to scm_lt_dlset_preloaded_symbols;Rob Browning2002-10-051-2/+2
* No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer2002-07-101-2/+1
* Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer2002-07-071-1/+2
* 2001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-041-1/+1
* Make sure to define __SCM_IMPORT__ for shared libraryMarius Vollmer2001-11-021-1/+4
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-0/+15
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-2/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * guile.c: register preloaded modulesMarius Vollmer2000-01-101-0/+10
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* Move most of the guts of shell command processing into libguile,Jim Blandy1997-04-191-0/+68