Package: grep
Version: 2.5.4-4
In some situations, grep (and egrep) return incorrect results when the
-w option is used. Example:
$ cat bug
/ABC/
x
/ABCD/
/ABCD/
$ grep -w ABC bug
/ABC/
/ABCD/
$ LC_CTYPE=C grep -w ABC bug
/ABC/
$ GREP_USE_DFA=1 grep -w ABC bug
/ABC/
The incorrect sec
ten/voip/
With the FreeSans font in Firefox, the ligatures ij, ff, and fi overlap
with other characters.
My patch is probably only a workaround, and the real problem may be
incorrect ligature definitions, or incorrect font handling code.
However, I prefer readable text without ligatures over unre
x the problem for me. Attached is the resulting
patch that I used instead of the "010_st_ligature" patch.
--
Dick Streefland
diff -pu ttf-freefont-20060501cvs/sfd/FreeSans.sfd.orig
ttf-freefont-20060501cvs/sfd/FreeSans.sfd
--- ttf-freefont-20060501cvs/sfd/FreeSans.sfd.orig 2006-05-01
) /* External Interrupt Request 0 */
#define SIG_INTERRUPT1 _VECTOR(2) /* External Interrupt Request 1 */
The existing SIG_INT0 and SIG_INT1 macros should probably be kept for
backward compatibility.
--
Dick Streefland De Bilt
[EMAIL PROTECTED
4 matches
Mail list logo