5.276. readline
5.276.1. RHBA-2012:0834 — readline bug fix and enhancement update 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Updated readline packages that fix a bug and add an enhancement are now available for Red Hat Enterprise Linux 6.
The Readline library provides a set of functions that allow users to edit command lines.
Bug Fix
- BZ#722942
- Previously, the Readline library defined isxdigit as a macro but it is a template function in C++. Consequently, when compiling C++ code, every other C++ header had to be included before the Readline headers in order to avoid compiling errors. With this update, isxdigit is no longer defined as a macro if the compiled program is in C++. As a result, developers no longer have to avoid including Readline headers first when working with C++.
Enhancement
- BZ#244350
- This update adds advisory TTY input audit events, to record the lines actually reported to applications.
Users are advised to upgrade to these updated readline packages, which fix this bug and add this enhancement.