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
*
Clean up implementation of N0 per UAX#9
Eli Zaretskii
2022-03-15
1
-2
/
+5
*
Merge from origin/emacs-28
Eli Zaretskii
2022-03-08
1
-2
/
+1
|
\
|
*
Avoid assertion violations in 'bidi_resolve_brackets'
Eli Zaretskii
2022-03-08
1
-2
/
+1
*
|
Merge from origin/emacs-28
Po Lu
2022-03-04
1
-1
/
+4
|
\
|
|
*
One more fix of the BPA implementation
Eli Zaretskii
2022-03-03
1
-0
/
+1
|
*
Fix handling of brackets in BPA
Eli Zaretskii
2022-03-03
1
-1
/
+3
*
|
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-12
1
-2
/
+2
*
|
Fix 'bidi-find-overridden-directionality' for Lisp strings
Eli Zaretskii
2022-01-20
1
-3
/
+5
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Improve detection of suspiciously reordered text segments
Eli Zaretskii
2021-11-07
1
-2
/
+10
*
|
Improve detection of suspicious reordering in source code
Eli Zaretskii
2021-11-06
1
-4
/
+5
*
|
Better detection of potentially malicious bidi text
Eli Zaretskii
2021-11-04
1
-2
/
+18
|
/
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-11-07
1
-0
/
+12
|
\
|
*
Prevent redisplay from moving point behind user's back
Eli Zaretskii
2020-11-04
1
-0
/
+12
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-2
/
+2
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-9
/
+11
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+2
*
Allow disabling the BPA part of bidi reordering
Eli Zaretskii
2019-11-28
1
-1
/
+1
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-7
/
+5
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-2
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-5
/
+5
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-1
/
+1
*
|
; Replace "Written by" with standard "Author:" header in some C files
Glenn Morris
2018-02-13
1
-5
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Allow user control on what starts and ends a paragraph for bidi
Eli Zaretskii
2017-07-17
1
-7
/
+22
*
Limit bidi_find_bracket_pairs to MAX_ALLOCA
Paul Eggert
2017-06-21
1
-7
/
+7
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-1
/
+1
*
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
[next]