Your message dated Mon, 24 Aug 2009 10:26:09 +0200
with message-id <[email protected]>
and subject line documentation fixed in readline6
has caused the Debian Bug report #417722,
regarding libreadline5: Type of rl_extend_line_buffer in documentation is
incorrect
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
417722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libreadline5
Version: 5.2-2
Severity: normal
The documentation claims
Function: int rl_extend_line_buffer (int len)
but readline.h has
extern void rl_extend_line_buffer PARAMS((int));
and utils.c has
void
rl_extend_line_buffer (len)
int len;
i.e. it returns void, not int.
Thanks
Ian
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.14-2-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages libreadline5 depends on:
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii readline-common 5.2-1 GNU readline and history libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 6.0-1
Fixed in readline6.
--- End Message ---