diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index c70c28596..77ffb4f30 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,11 +1,15 @@ +2001-08-21 Stefan Bellon <[email protected]> + + * riscos.c [__riscos__] (close_fds): Fixed possible endless loop. + 2001-08-20 Werner Koch <[email protected]> Applied patches from Stefan Bellon <[email protected]> to support - the RISCOS. Nearly all of these patches are identified by the + RISC OS. Nearly all of these patches are identified by the __riscos__ macro. * secmem.c [__riscos__]: Disabled secure memory stuff. - * dotlock.c, ttyio.c [__riscos__]: Adapted for RISCOS - * fileutil.c, iobuf.c: Adapted for RISCOS; mainly replaced + * dotlock.c, ttyio.c [__riscos__]: Adapted for RISC OS + * fileutil.c, iobuf.c: Adapted for RISC OS; mainly replaced hardcoded path separators with EXTSEP_S like macros. * http.c (send_request): Use macros for the env-var name. * logger.c [__riscos__]: Do an fflush at the end of each log |