Mercurial > emacs
annotate src/regex.c @ 11843:3ab3cc97fadc
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 17 May 1995 20:54:49 +0000 |
parents | 3795b80ba1de |
children | 620c7195b48f |
rev | line source |
---|---|
1155 | 1 /* Extended regular expression matching and search library, |
2454 | 2 version 0.12. |
1155 | 3 (Implements POSIX draft P10003.2/D11.2, except for |
4 internationalization features.) | |
5 | |
11843
3ab3cc97fadc
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Roland McGrath <roland@gnu.org>
parents:
11836
diff
changeset
|
6 Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. |
1155 | 7 |