Mercurial > hg > octave-lojdl > gnulib-hg
changeset 47:aa29fd3e6a26
*** empty log message ***
author | Jim Blandy <jimb@red-bean.com> |
---|---|
date | Fri, 02 Apr 1993 23:12:15 +0000 |
parents | 813a8b4dc044 |
children | e5f368fdc8c2 |
files | Makefile.in regex.c regex.h |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile for regex. # -# Copyright (C) 1992 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/regex.c +++ b/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library, - version 0.11. + version 0.12. (Implements POSIX draft P10003.2/D11.2, except for internationalization features.)
--- a/regex.h +++ b/regex.h @@ -1,7 +1,7 @@ /* Definitions for data structures and routines for the regular - expression library, version 0.11. + expression library, version 0.12. - Copyright (C) 1985, 89, 90, 91, 92 Free Software Foundation, Inc. + Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by