Update.
1999-06-15 Ulrich Drepper <drepper@cygnus.com> * posix/regex.c (re_error_msgid): Remove extra commas.
This commit is contained in:
parent
61464e3e73
commit
d0738b5d67
@ -1,3 +1,7 @@
|
|||||||
|
1999-06-15 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* posix/regex.c (re_error_msgid): Remove extra commas.
|
||||||
|
|
||||||
1999-06-14 Geoff Keating <geoffk@ozemail.com.au>
|
1999-06-14 Geoff Keating <geoffk@ozemail.com.au>
|
||||||
|
|
||||||
* stdlib/tst-strtoll.c: New file.
|
* stdlib/tst-strtoll.c: New file.
|
||||||
|
@ -1025,7 +1025,7 @@ static const char re_error_msgid[] =
|
|||||||
gettext_noop ("Invalid regular expression") /* REG_BADPAT */
|
gettext_noop ("Invalid regular expression") /* REG_BADPAT */
|
||||||
"\0"
|
"\0"
|
||||||
#define REG_ECOLLATE_IDX (REG_BADPAT_IDX + sizeof "Invalid regular expression")
|
#define REG_ECOLLATE_IDX (REG_BADPAT_IDX + sizeof "Invalid regular expression")
|
||||||
gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
|
gettext_noop ("Invalid collation character") /* REG_ECOLLATE */
|
||||||
"\0"
|
"\0"
|
||||||
#define REG_ECTYPE_IDX (REG_ECOLLATE_IDX + sizeof "Invalid collation character")
|
#define REG_ECTYPE_IDX (REG_ECOLLATE_IDX + sizeof "Invalid collation character")
|
||||||
gettext_noop ("Invalid character class name") /* REG_ECTYPE */
|
gettext_noop ("Invalid character class name") /* REG_ECTYPE */
|
||||||
@ -1064,7 +1064,7 @@ static const char re_error_msgid[] =
|
|||||||
gettext_noop ("Regular expression too big") /* REG_ESIZE */
|
gettext_noop ("Regular expression too big") /* REG_ESIZE */
|
||||||
"\0"
|
"\0"
|
||||||
#define REG_ERPAREN_IDX (REG_ESIZE_IDX + sizeof "Regular expression too big")
|
#define REG_ERPAREN_IDX (REG_ESIZE_IDX + sizeof "Regular expression too big")
|
||||||
gettext_noop ("Unmatched ) or \\)"), /* REG_ERPAREN */
|
gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */
|
||||||
};
|
};
|
||||||
|
|
||||||
static const size_t re_error_msgid_idx[] =
|
static const size_t re_error_msgid_idx[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user