From 03fcb7d6bb19eb1543fd2c00c81f66a4d452b3d6 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 19 Jul 2001 17:36:22 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ NEWS | 5 +++++ TODO | 4 ++-- examples/ChangeLog | 6 ++++++ libguile/ChangeLog | 15 +++++++++++++++ 5 files changed, 33 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9248f6171..766f88b88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-19 Rob Browning + + * configure.in: add checks for setitimer and getitimer. + Add --enable-error-on-warning. + 2001-07-15 Thien-Thi Nguyen * HACKING: Remove onerous authorship-info deletion clause. diff --git a/NEWS b/NEWS index 0cb8279e4..755736f53 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,11 @@ The new configure option `--enable-deprecated=LEVEL' and the environment variable GUILE_WARN_DEPRECATED control this mechanism. See INSTALL and README for more information. +** New functions: setitimer and getitimer. + +These implement a fairly direct interface to the libc functions of the +same name. + ** The #. reader extension is now disabled by default. For safety reasons, #. evaluation is disabled by default. To diff --git a/TODO b/TODO index 2a77678ba..1b0586148 100644 --- a/TODO +++ b/TODO @@ -72,8 +72,8 @@ See also file HACKING. - Make sure that the deprecation mechanism explained in INSTALL and README is completed and works. -- if we can agree on the interface quickly, add setitmer and getitimer - functions.. +- Decide if setitimer and getitimer should accept bignum arguments + instead, and fix them if so. - rewrite RELEASE to take CVS stable/unstable branching approach into account. diff --git a/examples/ChangeLog b/examples/ChangeLog index 958925215..10ba1365a 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,9 @@ +2001-07-19 Rob Browning + + * box-module/.cvsignore: add .deps + + * box/.cvsignore: add .deps. + 2001-07-17 Martin Grabmueller * box-module/Makefile.am (TESTS): New variable. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a78276fbb..634e3cc6c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +2001-07-19 Rob Browning + + * gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning. + + * c-tokenize.lex: add option %nounput to quiet warning. + Add prototype for yylex to quiet warning. + + * scmconfig.h.in: add flags for setitimer and getitimer. + + * scmsigs.h (scm_init_scmsigs): new prototype. + (scm_init_scmsigs): new prototype. + + * scmsigs.c (s_scm_setitimer): new function. + (s_scm_setitimer): new function. + 2001-07-12 Michael Livshin * strings.c (s_scm_string): fix arg position in assert.