1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-07-19 17:36:22 +00:00
parent d79417b89d
commit 03fcb7d6bb
5 changed files with 33 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-07-19 Rob Browning <rlb@defaultvalue.org>
* configure.in: add checks for setitimer and getitimer.
Add --enable-error-on-warning.
2001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
* HACKING: Remove onerous authorship-info deletion clause.

5
NEWS
View file

@ -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

4
TODO
View file

@ -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.

View file

@ -1,3 +1,9 @@
2001-07-19 Rob Browning <rlb@defaultvalue.org>
* box-module/.cvsignore: add .deps
* box/.cvsignore: add .deps.
2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* box-module/Makefile.am (TESTS): New variable.

View file

@ -1,3 +1,18 @@
2001-07-19 Rob Browning <rlb@defaultvalue.org>
* 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 <mlivshin@bigfoot.com>
* strings.c (s_scm_string): fix arg position in assert.