view etc/README @ 28372:bc86be15099e

(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression. (enum re_opcode_t): Update description of succeed_n. (PATFETCH): Always define. (regex_compile): Use lookahead rather than PATUNFETCH (for repetition operators, char classes, shy-groups and intervals). Optimize special cases of intervals so as to only use succeed_n and jump_n when really needed. (re_compile_fastmap): Simplify handling of jump_n and succeed_n now that we don't have to handle the special cases any more. Simplify on_failure_jump handling as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 27 Mar 2000 22:26:37 +0000
parents 42efcb2955c8
children 09e762a010e0
line wrap: on
line source

This directory contains the architecture-independent files used by or
with Emacs.  This includes some text files of documentation for GNU
Emacs or of interest to Emacs users, and the file of dumped docstrings
for Emacs functions and variables.

`termcap.src' is included mainly for VMS.  It is a copy of the
`/etc/termcap' file used on Unix.