diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 09:28:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 09:28:26 +0000 |
commit | 34489d95c4e388f28c9ccae0b0cb90f2f945c003 (patch) | |
tree | cfeebebcce21a41a8e244cc72d0d7e45a4561ce8 /ChangeLog | |
parent | 9bbe7c3b35f2af7994844dd9fcdf5a3d2321b117 (diff) | |
download | glibc-34489d95c4e388f28c9ccae0b0cb90f2f945c003.tar.gz glibc-34489d95c4e388f28c9ccae0b0cb90f2f945c003.tar.xz glibc-34489d95c4e388f28c9ccae0b0cb90f2f945c003.zip |
Update.
* nscd/connections.c (dbs): Define defualt values for timeouts and set enabled to 0 by default. (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in nscd_run.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6cbd465cb4..082f25cca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1998-10-19 Ulrich Drepper <drepper@cygnus.com> + * nscd/connections.c (dbs): Define defualt values for timeouts and + set enabled to 0 by default. + (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in + nscd_run. + * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for character >= 0x80. (_nl_C_LC_CTYPE_class32): Likewise. |