Mercurial > emacs
view etc/Makefile @ 10020:c41ce96785a8
(struct regexp_cache): New field `posix'.
(compile_pattern_1): New arg `posix'. Controls the syntax spec
for parsing; also record it in the cache.
(compile_pattern): New arg `posix'.
(looking_at_1, string_match_1, fast_string_match): Pass 0 for new arg.
(search_buffer): New arg `posix'. Now static.
(search_command): New arg `posix'. All callers changed.
(Fposix_search_forward, Fposix_search_backward): New functions.
(string_match_1, looking_at_1): New subroutines broken out.
(Fstring_match, Flooking_at): Use them.
(Fposix_string_match, Fposix_looking_at): New functions.
(syms_of_search): defsubr new functions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 19 Nov 1994 10:00:14 +0000 |
parents | cb15d148ee99 |
children | 0c5b5d89288e |
line wrap: on
line source
DESTDIR= LIBDIR=/usr/local/lib BINDIR=/usr/local/bin MANDIR=/usr/man/man1 MANEXT=1 all: mostlyclean: -rm -f core clean distclean realclean: -rm -f DOC* core SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \ news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \ vcdiff vipcard.tex xmouse.doc unlock: chmod u+w $(SOURCES) relock: chmod u-w $(SOURCES)