patchgrep - Patches: patch #3810, Red Hat's "i18n" patch

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3810: Red Hat's "i18n" patch

Submitter:  Charles Levert <charles_levert>
Submitted:  Tue 08 Mar 2005 12:24:47 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Wed 09 Mar 2005 01:38:37 PM UTC, comment #1: 

The base for this patch is the i18n patch from Isamu Hasegawa from IBM Japan, which has already been applied to the CVS.

Anyway I have compared this patch to the CVS version.

I found two minor differences:
1) malloc-->xmalloc change -- I commited this immediately.
2) the following change to dfa.c:
   /* match with a character?  */
+  if (case_fold)
+    wc = towlower (wc);
   for (i = 0; i<work_mbc->nchars; i++)

I decided to fix this bug differently, see patch #3815.

That's all, I'll close this patch.

Stepan Kasal <kasal>
Group Member
Tue 08 Mar 2005 12:24:47 PM UTC, original submission:  

This item is created to document in Savannah the existence
of the following patch from Red Hat/Fedora:
  <http://cvs.fedora.redhat.com/viewcvs/devel/grep/>
  :pserver:anonymous@cvs.fedora.redhat.com:/cvs/dist
  grep-2.5-i18n.patch

Here is the relevant log content:
  * Wed Nov  3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-32
  - Remove mb-caching hack.
  - Better multibyte handling in EGexecute().
  - Don't need regex.c changes in grep-2.5-i18n.patch.
  * Tue May 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-27
  - Fix dfa multibyte character class matching when -i is used (bug #123363).
  - Use bracket patch before i18n patch to make it clear that the bug exists upstream.
  * Thu Feb 26 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-26
  - Fix fgrep (bug #116909).
  * Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-6
  - i18n patch.
  * Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-5
  - Don't install /usr/share/info/dir.
  - Fix -o -i (bug #72641).

Charles Levert <charles_levert>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-09 kasal StatusNone Done
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code