Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
[bpt/guile.git] / libguile / putenv.c
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-11-26 Kevin Ryde * random.c (scm_i_copy_rstate, scm_c_make_rstate)...
2005-05-23 Marius VollmerThe FSF has a new address.
2004-02-18 Kevin Ryde(environ): Use _NSGetEnviron in Darwin
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* putenv.c: #include <config.h> if HAVE_CONFIG_H. ...
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-10 Jim Blandy* putenv.c: #include "libguile/scmconfig.h", not <confi...
1997-04-05 Gary Houston* posix.c (scm_putenv): don't check HAVE_PUTENV.