aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/FREEBSD-upgrade
blob: 8334e07bb81fc62813ade00f36a79abb7daae939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$FreeBSD: src/gnu/lib/libregex/FREEBSD-upgrade,v 1.3.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $

GNU regex (from glibc):

Imported by:

cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login
# enter "anoncvs" as the password
cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
	co -r fedora-glibc-2_3_4-21 libc/posix libc/include
mkdir regex regex/posix
cd libc/posix
cp regcomp.c regex.c regex_internal.c regex_internal.h regexec.c $OLDPWD/regex/
cp regex.h $OLDPWD/regex/posix/
cd -
cp libc/include/regex.h regex/
cd regex
cvs import src/gnu/lib/libregex FSF fedora-glibc-2_3_4-21