Bug#576155: Incorrect matches with grep -w

2010-04-01 Thread Dick Streefland
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

Bug#382521: more ligature problems

2006-08-12 Thread Dick Streefland
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

Bug#382521: more ligature problems

2006-08-11 Thread Dick Streefland
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

Bug#342483: Inconsistent interrupt vector definitions for ATtiny2313

2005-12-07 Thread Dick Streefland
) /* 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