From: Bruno Haible Date: Wed, 8 Sep 2010 08:04:11 +0000 (+0200) Subject: Fix formatting of ChangeLog entry. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13afe2dbc60c597d13c83a10ebb034ffe4ffbc68;p=pspp Fix formatting of ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index f0f623d06e..2891ccfe5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,24 +1,24 @@ 2010-09-07 Reuben Thomas - * lib/regex.h: Fix a mention of `regex_compile' (should be - `re_compile_pattern'). - Correct and clarify documentation for RE_CONTEXT_INVALID_DUP. - (re_set_registers): Correct name of parameter in comment. - - * doc/regex.texi: Add documentation for missing syntax flags. - Remove commented-out documentation of defunct syntax option - RE_NO_EMPTY_ALTS. - Correct name of RE_CHAR_CLASSES in one incorrect occurrence. - Add documentation of re_set_registers. - Document trick to re-use a pattern buffer by setting fastmap manually. - Update documentation of struct re_pattern_buffer per public members. - Uncomment documentation of equivalence class operators and - collating symbol operators, since they are now implemented, - Explain leftmost-longest matching in relation to alternatives. - Tidy documentation of substring matching. - Remove POSIX documentation, which is done better in - glibc, and refer the reader there. Keep BSD API documentation, as - that is not readily available elsewhere. + * lib/regex.h: Fix a mention of `regex_compile' (should be + `re_compile_pattern'). + Correct and clarify documentation for RE_CONTEXT_INVALID_DUP. + (re_set_registers): Correct name of parameter in comment. + + * doc/regex.texi: Add documentation for missing syntax flags. + Remove commented-out documentation of defunct syntax option + RE_NO_EMPTY_ALTS. + Correct name of RE_CHAR_CLASSES in one incorrect occurrence. + Add documentation of re_set_registers. + Document trick to re-use a pattern buffer by setting fastmap manually. + Update documentation of struct re_pattern_buffer per public members. + Uncomment documentation of equivalence class operators and + collating symbol operators, since they are now implemented, + Explain leftmost-longest matching in relation to alternatives. + Tidy documentation of substring matching. + Remove POSIX documentation, which is done better in + glibc, and refer the reader there. Keep BSD API documentation, as + that is not readily available elsewhere. 2010-09-07 Eric Blake