Files
emacs/src
Eli Zaretskii 6a7884caf2 Fix bug #18778 with slow redisplay of bracketed L2R text with long lines.
src/bidi.c (bidi_cache_reset_to): New function.
 (bidi_cache_reset): Call it.
 (bidi_init_it, bidi_line_init): Initialize the bracket_pairing_pos
 member to -1.
 (bidi_resolve_explicit): Reset bracket_pairing_pos and
 bracket_enclosed_type only if bracket_pairing_pos's value is not
 ZV.
 (MAX_BPA_STACK): Make sure the value is signed.
 (PUSH_BPA_STACK): If the BPA stack overflows, don't bail out, but
 stop pushing values onto the stack.
 (bidi_find_bracket_pairs): If the bracketed text is only on the
 base embedding level, remove all the states cached by this
 function from the cache, and return zero, so that the brackets in
 this segment of text are processed as normal neutrals.
 (bidi_resolve_brackets): Detect the brackets that are to be
 processed as neutrals, and don't call bidi_find_bracket_pairs on
 them.
2014-10-22 19:09:57 +03:00
..
2013-02-24 21:55:37 -08:00
2014-08-31 19:37:22 -07:00
2014-01-16 20:54:23 -05:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-10-08 20:47:30 -04:00
2014-10-11 10:24:56 +02:00
2014-10-15 21:47:10 -04:00
2014-10-14 16:45:41 +04:00
2014-06-17 09:09:19 -07:00
2014-10-14 16:45:41 +04:00
2014-10-14 16:45:41 +04:00
2014-08-09 17:12:33 +01:00
2014-07-11 13:09:51 +03:00
2014-09-22 15:20:45 -04:00
2014-07-26 06:17:25 -07:00
2014-05-01 19:55:25 -04:00
2014-10-12 13:09:15 -07:00
2014-10-14 16:45:41 +04:00
2014-07-09 10:25:35 +04:00
2014-09-22 15:20:45 -04:00
2014-06-17 09:09:19 -07:00
2014-10-14 16:45:41 +04:00
2014-10-12 13:09:15 -07:00
2014-09-01 17:44:33 +03:00
2014-10-12 13:09:15 -07:00
2014-09-29 22:49:44 +03:00
2014-04-16 16:27:28 +03:00
2014-10-14 16:45:41 +04:00
2014-08-31 19:37:22 -07:00
2014-07-26 06:17:25 -07:00
2014-10-14 21:10:37 +03:00
2014-10-14 16:45:41 +04:00
2014-10-14 16:45:41 +04:00
2014-05-21 22:00:39 -07:00
2014-08-31 19:37:22 -07:00
2014-08-31 19:37:22 -07:00
2014-10-20 21:17:06 -04:00
2014-10-09 08:59:41 -07:00
2014-10-14 16:45:41 +04:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2014 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.