This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] Deprecate regexp.h


On 07/25/2015 11:02 AM, Zack Weinberg wrote:
> For 2.22.  Revised per discussion at
> https://sourceware.org/ml/libc-alpha/2015-07/msg00862.html and
> https://sourceware.org/ml/libc-alpha/2015-07/msg00871.html .
> 
> 	* regexp.h: Add unconditional #warning stating that this header
> 	will be removed soon.  Revise banner comment to match.
> 	(compile): Consistently use ERROR instead of RETURN to report
> 	errors (partial fix for bz#18681).
> 	* regexp.c: Don't include regexp.h.  Remove some unnecessary
>         declarations.
> ---
>  NEWS          |  8 ++++++++
>  misc/regexp.c |  8 ++++----
>  misc/regexp.h | 31 +++++++++++++++++--------------
>  3 files changed, 29 insertions(+), 18 deletions(-)

Looks good. I'll check this in tomorrow.

c.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]