Commit graph

9 commits

Author SHA1 Message Date
obache
875188a558 Update libhangul to 0.0.10.
0.0.10
 * implemented new logic romaja method
 * updated to support the new Unicode standard 5.2
 * updated API document
 * fixed small bugs
2009-11-01 08:47:23 +00:00
minskim
f6229c3d4d inputmethod/libhangul uses c99. 2009-08-10 13:17:34 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
minskim
2ad990113a Update libhangul to 0.0.9.
Changes:
    - Improve the Chinese character search routing.
    - Add a function to process Hangul syllables.
    - Bug fixes.
2008-12-20 22:59:59 +00:00
minskim
e20397fed7 Update libhangul to 0.0.8.
Changes since 0.0.4:
- Improved hanja search.
- Updated the hanja dictionary.
2008-10-20 19:42:21 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
minskim
78f582fd8a Update libhangul to 0.0.4.
Changes:
* added HnagulKeyboard, HangulCombination feature
* update test code
* process english character also in hangul mode
2007-05-09 17:29:39 +00:00
minskim
eae0b6c0e1 libhangul is a library to handle Korean, used by several Korean input
methods.
2006-11-05 01:43:59 +00:00