[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/src regex.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-commit] emacs/src regex.c |
Date: |
Thu, 05 Sep 2002 23:08:53 -0400 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Richard M. Stallman <address@hidden> 02/09/05 23:08:53
Modified files:
src : regex.c
Log message:
(set_image_of_range_1): In no-TRANSLATE case,
call EXTEND_RANGE_TABLE and return a proper value.
(set_image_of_range): Don't call set_image_of_range_1
if no TRANSLATE or if range includes all of Latin-1.
Only call it for the Latin-1 part of the range.
For other cases, make two separate ranges,
one for the original specified characters and one for
their case-conversions.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/regex.c.diff?tr1=1.178&tr2=1.179&r1=text&r2=text
- [Emacs-commit] emacs/src regex.c, Kenichi Handa, 2002/09/03
- [Emacs-commit] emacs/src regex.c, Richard M. Stallman, 2002/09/04
- [Emacs-commit] emacs/src regex.c, Dave Love, 2002/09/05
- [Emacs-commit] emacs/src regex.c,
Richard M. Stallman <=
- [Emacs-commit] emacs/src regex.c, Richard M. Stallman, 2002/09/09
- [Emacs-commit] emacs/src regex.c, Stefan Monnier, 2002/09/10
- [Emacs-commit] emacs/src regex.c, Kenichi Handa, 2002/09/18