head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.40 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.38 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.36 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.34 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.32 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.30 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.28 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.26 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.24 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.22 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.20 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.18 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.16 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.14 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2005.09.05.15.00.09; author taya; state dead; branches; next 1.1; 1.1 date 2005.06.12.08.52.54; author taya; state Exp; branches; next ; desc @@ 1.2 log @ update inputmethod/anthy to 6700b. Changes from release notes: - fix alignment problem of memory allocator - fix problems with cpu other than x86 fix PR pkg/31062 @ text @$NetBSD: patch-ab,v 1.1 2005/06/12 08:52:54 taya Exp $ diff -ru ../Orig/anthy-6300/src-util/dic-tool.c ./src-util/dic-tool.c --- ../Orig/anthy-6300/src-util/dic-tool.c 2005-02-28 22:35:44.000000000 +0900 +++ ./src-util/dic-tool.c 2005-06-12 17:33:17.000000000 +0900 @@@@ -16,7 +16,6 @@@@ #include #include #include -#include #include #include @@@@ -287,24 +286,11 @@@@ find_head(char *yomi, char *freq, char *w) { char buf[256]; - char *p; - int i; do { if (!read_line(buf, 256, fp_in)) { return -1; } - } while (sscanf(buf, "%s %s %s",yomi, freq, w) != 3); - /* 単語はspaceを含みうるので、切り直し */ - p = buf; - for (i = 0; i < 2; i++) { - while (!isspace(p[0]) || - isspace(p[1])) { - p++; - } - p++; - } - /* pは3つめのトークンの先頭*/ - strncpy(w, p, 256); + } while (sscanf(buf, "%s %s %[^\n]", yomi, freq, w) != 3); return 0; } Only in ./src-util: dic-tool.c.orig @ 1.1 log @ apply patch sent by yamajun AT ofug.net to fix bug of anthy-dic-tool. fix pkg/30448 @ text @d1 1 a1 1 $NetBSD$ @