From owner-cvs-gnu Sat Nov 16 14:54:17 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA25892 for cvs-gnu-outgoing; Sat, 16 Nov 1996 14:54:17 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA25855; Sat, 16 Nov 1996 14:53:52 -0800 (PST) Date: Sat, 16 Nov 1996 14:53:52 -0800 (PST) From: Joerg Wunsch Message-Id: <199611162253.OAA25855@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libregex Makefile regex.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/16 14:53:51 Modified: gnu/lib/libregex Makefile regex.c Log: Disable the inclusion of the Posix regexp stuff into libgnuregexp. We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas Revision Changes Path 1.19 +2 -2 src/gnu/lib/libregex/Makefile 1.9 +2 -0 src/gnu/lib/libregex/regex.c