summaryrefslogtreecommitdiff
path: root/libguile/version.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-16version.h has SCM_EFFECTIVE_VERSION; effective-version uses thatAndy Wingo1-9/+2
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-11-10Have `version' return `PACKAGE_VERSION'.Ludovic Courtès1-13/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-2/+2
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-6/+6
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-6/+6
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-12-15* version.c: Unmade some changes to my private copy that gotMikael Djurfeldt1-11/+7
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-7/+11
2002-12-09* version.c (scm_effective_version): new function, also addRob Browning1-0/+25
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-18* version.cRob Browning1-9/+9
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-3/+3
2001-11-13* Miscellaneous small doc updates and fixes.Neil Jerram1-4/+6
2001-10-14 * version.c (scm_version): use sprintf instead of snprintf,Gary Houston1-2/+6
2001-09-20* version.cRob Browning1-5/+18
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-05-19(s_scm_micro_version): Fix typo in FUNC_NAME, itMarius Vollmer1-2/+2
2001-05-17* version.c (s_scm_major_version): doc fixes.Rob Browning1-2/+14
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-2/+2
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-5/+5
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-01-25* variable.c, version.c: Added documentation, written by handGreg J. Badros1-5/+7
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-10/+9
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-3/+3
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-3/+3
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-1/+10
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-12/+19
1999-09-11* version.c (scm_libguile_config_stamp): Deleted. SeeJim Blandy1-11/+1
1997-06-22Try to detect when people are using one version of libguile and aJim Blandy1-0/+11
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-20/+4
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+1
1996-08-30* libguile.h: #include "version.h"Jim Blandy1-0/+100