summaryrefslogtreecommitdiff
path: root/libguile/guile.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Don't force installation of GMP allocators in guile shellAndy Wingo1-1/+0
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-2/+1
2021-01-17Replace a line which was accidentally removed.Asher Gordon1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-1/+0
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-8/+2
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-19Remove <stdio.h> from ports.hAndy Wingo1-2/+3
2013-11-27Remove nonfunctional gdb interfaceAndy Wingo1-6/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-5/+31
2013-03-07Install the current locale if GUILE_INSTALL_LOCALE is nonzero.Ludovic Courtès1-2/+39
2011-12-02Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+1
2011-12-02install gmp memory functions that let libgc know about allocationsAndy Wingo1-1/+2
2011-11-22Install the current locale when Guile is invoked directly.Ludovic Courtès1-2/+12
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-12-07Remove useless references to Libtool's `dlpreopen' mechanism.Ludovic Courtès1-3/+0
2008-11-24Use orthodox libtoology in `guile'.Ludovic Courtès1-4/+2
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-10-22* Makefile.am (INCLUDES): Use @LTDLINC@ instead ofMarius Vollmer1-3/+3
2003-04-20 * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann1-3/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* guile.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-10-09* guile.c (main): change to call scm_lt_dlpreload_default and passRob Browning1-1/+3
2002-10-05* guile.c (main): switch to scm_lt_dlset_preloaded_symbols;Rob Browning1-2/+2
2002-07-10No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer1-2/+1
2002-07-07Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer1-1/+2
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-1/+1
2001-11-02Make sure to define __SCM_IMPORT__ for shared libraryMarius Vollmer1-1/+4
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+15
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-2/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-01-10* guile.c: register preloaded modulesMarius Vollmer1-0/+10
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-04-19Move most of the guts of shell command processing into libguile,Jim Blandy1-0/+68