head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.1.0.6 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.4 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2013.02.28.12.31.38; author obache; state dead; branches; next 1.1; 1.1 date 2012.06.10.11.54.44; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update mecab to 0.996. 2013-02-18 MeCab 0.996 * fixes missing linkage with iconv. * Add function to generate new CSV file from adding costs and left/right context ID of CVS for user's dictionary. * Add Lattice::set_result() method for generated analysis result to Lattice 2013-01-24 MeCab 0.995 * Reimplementation of partial analysis function * Add API for partial analysis function (Lattice:set_boundary_constrant, Lattice::set_feature_constranit) @ text @$NetBSD: patch-src_utils.cpp,v 1.1 2012/06/10 11:54:44 obache Exp $ * `function not inlinable' with gcc-4.1.2 -O2 on NetBSD-5.1.2. --- src/utils.cpp.orig 2012-04-12 15:46:14.000000000 +0000 +++ src/utils.cpp @@@@ -408,7 +408,7 @@@@ namespace { #else // defined(_MSC_VER) -#define FORCE_INLINE __attribute__((always_inline)) +#define FORCE_INLINE inline __attribute__((always_inline)) inline uint32_t rotl32 ( uint32_t x, uint8_t r ) { return (x << r) | (x >> (32 - r)); @ 1.1 log @Update mecab to 0.994. * add relearning function * add automatic estimation of word cost for user dictionary @ text @d1 1 a1 1 $NetBSD$ @