diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-06 06:16:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-06 06:16:17 +0200 |
commit | b4997014ca38482c242d84148787ab4211ed6897 (patch) | |
tree | b72ee519f4bc44f90d6e382bbcc0255a83fd23c1 /regex.c | |
parent | c50b8be023841c6cd44f90b064c36703465e76f9 (diff) | |
download | egawk-b4997014ca38482c242d84148787ab4211ed6897.tar.gz egawk-b4997014ca38482c242d84148787ab4211ed6897.tar.bz2 egawk-b4997014ca38482c242d84148787ab4211ed6897.zip |
Pull in some regex fixes.
(cherry picked from commit e8cbbd49aa49195de2cff403cf0e6b4da0971717)
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |