mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
8afd1a2a62
commit
e658215a98
3 changed files with 25 additions and 0 deletions
|
@ -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
5
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
|
||||
|
|
|
@ -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-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* goops.c (sym_layout, sym_vcell, sym_vtable, sym_print,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue