Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e2501ed
Commit
0e2501ed
authored
Mar 15, 2008
by
Andreas Schwab
Browse files
(re_match_2_internal): Correct matching of eight bit
characters in unibyte strings.
parent
c70a68db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/regex.c
src/regex.c
+2
-0
No files found.
src/ChangeLog
View file @
0e2501ed
2008-03-15 Andreas Schwab <schwab@suse.de>
* regex.c (re_match_2_internal): Correct matching of eight bit
characters in unibyte strings.
2008-03-15 Martin Rudalics <rudalics@gmx.at>
* buffer.c (overlays_in, Foverlays_in): Include empty overlays
...
...
src/regex.c
View file @
0e2501ed
...
...
@@ -5590,6 +5590,8 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
if (buf_ch < 0)
buf_ch = *d;
}
else
buf_ch = *d;
if (buf_ch != pat_ch)
{
d = dfail;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment