2003-06-14 Stefan Jahn <stefan@lkcc.org>
authorStefan Jahn <stefan@lkcc.org>
Sat, 14 Jun 2003 05:36:02 +0000 (05:36 +0000)
committerStefan Jahn <stefan@lkcc.org>
Sat, 14 Jun 2003 05:36:02 +0000 (05:36 +0000)
commitfcc5d734fcb491548c6a9380c1a2a09502fed994
tree949ccb7387dd1e94f118f80862b43d00d868c553
parentcf4e2dabf48fc42bbd4c8df7dd6f19e05903954c
2003-06-14  Stefan Jahn  <stefan@lkcc.org>

        * configure.in: Checking for __int64 as possible candidate for
        the SCM_I_GSC_T_INT64 define.

2003-06-14  Stefan Jahn  <stefan@lkcc.org>

        * threads.h: Redefined scm_getspecific() and scm_setspecific()
        to be functions instead of macros.

        * threads.c: Conditionalized inclusion of <sys/time.h> and
        <unistd.h>.
        (scm_getspecific, scm_setspecific): Made these two function
        real part of the API.

        * posix.c (s_scm_putenv): Added some code to make a
        (putenv "FOO="), i.e. setting an empty string, work also on
        Win32 systems.  Thanks to Kevin Ryde for the proposal.
ChangeLog
configure.in
libguile/ChangeLog
libguile/deprecated.h
libguile/gen-scmconfig.c
libguile/posix.c
libguile/threads.c
libguile/threads.h