From e22604d840c4db32fed14e59f56c5e4f419692d8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 17 Aug 2011 17:57:30 +0000 Subject: Introduce new error code. * configure.ac, NEWS: Raise patchlevel to 90. * src/gdbm.h.in: Enclose entire file in conditional extern "C". (GDBM_FILE_STAT_ERROR): New error code. (_GDBM_MAX_ERRNO): Update. * src/gdbmerrno.c (gdbm_errlist): Update. * src/gdbmopen.c: Set GDBM_FILE_STAT_ERROR on fstat failure. * src/gdbmreorg.c: Likewise. * src/mmap.c: Likewise. * src/systems.h: Include errno.h * gdbm.texinfo: Document GDBM_FILE_STAT_ERROR. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3756252..47683a6 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,14 @@ -GNU dbm NEWS -- history of user-visible changes. 2011-08-13 +GNU dbm NEWS -- history of user-visible changes. 2011-08-17 Copyright (C) 1990-2011 Free Software Foundation, Inc. See the end of file for copying conditions. Please send gdbm bug reports to . +Version 1.9.90 (Git) + +* Internationalization + + Version 1.9.1 * Bugfix -- cgit v1.2.1