index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bidi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-8
/
+6
|
\
|
|
*
Avoid assertion violations in nhexl-mode
Eli Zaretskii
2016-07-16
1
-8
/
+6
*
|
Try to speed-up display of many all-blank lines
Eli Zaretskii
2016-05-07
1
-8
/
+2
|
/
*
Doc fixes for fclist and grep
Paul Eggert
2016-05-05
1
-2
/
+2
*
Port to strict C99 offsetof
Paul Eggert
2016-03-18
1
-1
/
+1
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Speed up redisplay of binary files with long series of nulls
Eli Zaretskii
2016-03-06
1
-6
/
+34
*
Fix reordering of bidi text in an isolate inside an override
Eli Zaretskii
2016-03-01
1
-5
/
+8
*
Expunge "allow" + infinitive from source and doc, part 2.
Alan Mackenzie
2016-01-25
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix display of characters adjacent to ZWJ and ZWNJ
Eli Zaretskii
2015-10-06
1
-6
/
+12
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-9
/
+0
*
Give names to Unicode code points in C code
Paul Eggert
2015-08-11
1
-4
/
+4
*
;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
Eli Zaretskii
2015-07-02
1
-1
/
+1
*
Fix bidi_explicit_dir_char undefined behavior
Paul Eggert
2015-02-08
1
-0
/
+5
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-1
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Minor cleanups for Lisp objects and symbols
Paul Eggert
2014-12-18
1
-4
/
+2
*
Fix out-of-memory condition in display of long bracketed lines (bug#19322)
Eli Zaretskii
2014-12-10
1
-31
/
+160
*
Reduce memory footprint of struct bidi_it by a factor of 5.
Eli Zaretskii
2014-12-05
1
-29
/
+35
*
Allow to search for characters whose bidi directionality was overridden.
Eli Zaretskii
2014-12-02
1
-0
/
+27
*
Minor fix in bidi.c:bidi_cache_reset_to.
Eli Zaretskii
2014-10-30
1
-6
/
+5
*
A possible fix for bug #18815 with assertion violations in bidi.c.
Eli Zaretskii
2014-10-24
1
-6
/
+16
*
Fix bug #18778 with slow redisplay of bracketed L2R text with long lines.
Eli Zaretskii
2014-10-22
1
-20
/
+114
*
Spelling and grammar fixes in comments.
Paul Eggert
2014-10-20
1
-3
/
+3
*
Add support for canonically equivalent bracket characters.
Eli Zaretskii
2014-10-18
1
-11
/
+48
*
Move cache retrieval on forwards scans to bidi_resolve_brackets.
Eli Zaretskii
2014-10-18
1
-89
/
+61
*
Fix processing of brackets in isolates and crash in w32select.c.
Eli Zaretskii
2014-10-18
1
-9
/
+15
*
Fix a typo in a comment.
Eli Zaretskii
2014-10-16
1
-1
/
+1
*
Cherry-pick a fix from trunk; fix level handling in bidi_resolve_brackets.
Eli Zaretskii
2014-10-16
1
-13
/
+47
*
Fix initialization of flags when pushing BPA stack.
Eli Zaretskii
2014-10-15
1
-0
/
+1
*
Rewrote bracket resolution to match subtleties of Reference Implementation.
Eli Zaretskii
2014-10-15
1
-109
/
+144
*
Fix resolution of neutrals that came out of the cache.
Eli Zaretskii
2014-10-14
1
-3
/
+23
*
Increase 'level' in glyph struct; convert bad type aborts into assertions.
Eli Zaretskii
2014-10-14
1
-0
/
+3
*
Fixed BPA stack overflow and infloop with nested brackets.
Eli Zaretskii
2014-10-13
1
-12
/
+20
*
Fix bidi_cache_find when NEUTRALS_OK is false; RLI no longer aborts.
Eli Zaretskii
2014-10-12
1
-8
/
+13
*
Refactored saving prev info, resolve_neutrals, and high-level cache access.
Eli Zaretskii
2014-10-12
1
-196
/
+179
*
Reset bracket_resolved bit earlier; remove bytepos from bidi_saved_info.
Eli Zaretskii
2014-10-11
1
-7
/
+7
*
Rename type_after_w1 into type_after_wn.
Eli Zaretskii
2014-10-11
1
-69
/
+69
*
Reset the bracket_resolved flag before advancing to next character.
Eli Zaretskii
2014-10-11
1
-1
/
+4
*
Fix assertion violations due to unresolvable neutrals in cache.
Eli Zaretskii
2014-10-10
1
-6
/
+20
*
Added BPA. Emacs aborts at startup.
Eli Zaretskii
2014-10-09
1
-3
/
+251
*
Move SOS calculation into push/pop embedding level; fix N1/N2 w/isolates.
Eli Zaretskii
2014-10-04
1
-10
/
+24
*
Fixed a crash in 'C-x =' and in RLE followed by PDF; fixed 'C-x =' display.
Eli Zaretskii
2014-10-04
1
-6
/
+9
*
Fixed handling of LRI, RLI, and FSI.
Eli Zaretskii
2014-10-03
1
-148
/
+157
*
Finished writing code for isolates and fixed a few bugs (no parens yet).
Eli Zaretskii
2014-09-27
1
-42
/
+100
*
Fix N1 and N2. Remove special level for PDF.
Eli Zaretskii
2014-09-26
1
-78
/
+68
*
Fix bidi_resolve_explicit when one directional control follows another.
Eli Zaretskii
2014-09-26
1
-88
/
+88
[next]