diff options
author | Ben Elliston <bje@gnu.org> | 2005-07-22 13:55:44 +1000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2005-07-22 13:55:44 +1000 |
commit | 8cfb7ab7a249449a49f251479449d8ca10ce763c (patch) | |
tree | 707249111b8db4ccc1ae221422b9d45f0eead8a0 /libiberty/ChangeLog | |
parent | b49ceb450ff7b91d81c54741f0fc9e49ea6f5f0e (diff) | |
download | gcc-8cfb7ab7a249449a49f251479449d8ca10ce763c.tar.gz |
* regex.c (regcomp): Change type of `i' from unsigned to int.
From-SVN: r102270
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8bd0ce01c6e..9509f89953d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 2005-07-22 Ben Elliston <bje@gnu.org> + * regex.c (regcomp): Change type of `i' from unsigned to int. + +2005-07-22 Ben Elliston <bje@gnu.org> + Recover patch lost in the sourceware repository: 2005-07-09 Ben Elliston <bje@au.ibm.com> * memcpy.c: Remove ANSI_PROTOTYPES conditional code. |