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
0b8be006
Commit
0b8be006
authored
Mar 17, 2008
by
Andreas Schwab
Browse files
(re_match_2_internal): Properly match raw 8-bit bytes
against a charset.
parent
065a118d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/regex.c
src/regex.c
+2
-0
No files found.
src/ChangeLog
View file @
0b8be006
2008-03-17 Andreas Schwab <schwab@suse.de>
* regex.c (re_match_2_internal): Properly match raw 8-bit bytes
against a charset.
* lisp.h (Fbuffer_list): Declare.
2008-03-17 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
...
...
src/regex.c
View file @
0b8be006
...
...
@@ -5689,6 +5689,8 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
c
=
c1
;
}
}
else
unibyte_char
=
true
;
}
if
(
unibyte_char
&&
c
<
(
1
<<
BYTEWIDTH
))
...
...
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