summaryrefslogtreecommitdiff
path: root/libguile/version.c
Commit message (Expand)AuthorAgeFilesLines
* version.h has SCM_EFFECTIVE_VERSION; effective-version uses that...Andy Wingo2010-03-161-9/+2
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Have `version' return `PACKAGE_VERSION'....Ludovic Courtès2008-11-101-13/+1
|/
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-2/+2
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-6/+6
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-6/+6
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * version.c: Unmade some changes to my private copy that got...Mikael Djurfeldt2002-12-151-11/+7
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed....Mikael Djurfeldt2002-12-091-7/+11
* * version.c (scm_effective_version): new function, also add...Rob Browning2002-12-091-0/+25
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * version.c...Rob Browning2001-11-181-9/+9
* * Adding C function declarations from the SCM interface to the...Neil Jerram2001-11-161-3/+3
* * Miscellaneous small doc updates and fixes.Neil Jerram2001-11-131-4/+6
* * version.c (scm_version): use sprintf instead of snprintf,...Gary Houston2001-10-141-2/+6
* * version.c...Rob Browning2001-09-201-5/+18
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,...Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* (s_scm_micro_version): Fix typo in FUNC_NAME, it...Marius Vollmer2001-05-191-2/+2
* * version.c (s_scm_major_version): doc fixes....Rob Browning2001-05-171-2/+14
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-2/+2
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-5/+5
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * variable.c, version.c: Added documentation, written by hand...Greg J. Badros2000-01-251-5/+7
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,...Mikael Djurfeldt2000-01-181-10/+9
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*...Greg J. Badros2000-01-051-3/+3
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-3/+3
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,...Greg J. Badros1999-12-131-1/+10
* * *.c: Pervasive software-engineering-motivated rewrite of...Greg J. Badros1999-12-121-12/+19
* * version.c (scm_libguile_config_stamp): Deleted. See...Jim Blandy1999-09-111-11/+1
* Try to detect when people are using one version of libguile and a...Jim Blandy1997-06-221-0/+11
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,...Jim Blandy1996-10-141-20/+4
* C files should #include only the header files they need, not...Jim Blandy1996-09-101-0/+1
* * libguile.h: #include "version.h"...Jim Blandy1996-08-301-0/+100