CVS log for ports/chinese/tin/files/Attic/patch-misc.c
Up to [freebsd] / ports / chinese / tin / files
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Thu Jan 23 13:34:37 2003 UTC (3 years, 8 months ago) by leeym
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0
lines
FILE REMOVED
These patches were merged into main stream source tree, so remove these patches and unbreak zh-tin Approved by: MAINTAINER
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 14 17:45:35 2003 UTC (3 years, 9 months ago) by leeym
Branch: MAIN
Changes since 1.3: +10 -1
lines
Diff to previous 1.3 (colored)
1. take wrong sig dashes as correct ones when quoting (especially in tw.*) 2. fix a charset error (0x7f isn't valid char in Big5) Noticed by: 1. zick@db.csie.ncu.edu.tw 2. daemon.bbs@kulu.twbbs.org Approved by: maintainer
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 12 00:54:48 2003 UTC (3 years, 9 months ago) by leeym
Branch: MAIN
Changes since 1.2: +13 -10
lines
Diff to previous 1.2 (colored)
upgrade and unbreak chinese/tin to 1.5.16 PR: ports/46878 Submitted by: leeym Reviewed by: yssu@CCCA.NCTU.edu.tw (MAINTAINER)
Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 8 17:00:54 2001 UTC (5 years, 6 months ago) by clive
Branch: MAIN
CVS Tags: RELEASE_5_0_DP1,
RELEASE_5_0_0,
RELEASE_4_7_0,
RELEASE_4_6_2,
RELEASE_4_6_1,
RELEASE_4_6_0,
RELEASE_4_5_0,
RELEASE_4_4_0,
RELEASE_4_3_0
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
o Don't fooly assume every character is printable. Some characters like '\n' is definitely non-printable. o Fix this by tin's misc.c way, exactly what ports/26402 submitted. o Unless we have wchar and, well, Citrus Project, imported, there's no clean way, Good Thing (tm), we can do in this case. PR: ports/26402 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 7 16:37:52 2000 UTC (5 years, 10 months ago) by clive
Branch: MAIN
Don't do isprint(3) filtering, just print it. Before isprint(3) get fixed or any one knows how to use isprint(3) to identify multibytes characters, this temporary fix would remain here. PR: 23196 Reviewed by: People on tw.bbs.comp.386bsd newsgroup