summaryrefslogtreecommitdiff
path: root/inputmethod/libhangul
AgeCommit message (Collapse)AuthorFilesLines
2009-11-01Update libhangul to 0.0.10.obache4-14/+14
0.0.10 * implemented new logic romaja method * updated to support the new Unicode standard 5.2 * updated API document * fixed small bugs
2009-08-10inputmethod/libhangul uses c99.minskim1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2008-12-20Update libhangul to 0.0.9.minskim4-22/+17
Changes: - Improve the Chinese character search routing. - Add a function to process Hangul syllables. - Bug fixes.
2008-10-20Update libhangul to 0.0.8.minskim4-18/+22
Changes since 0.0.4: - Improved hanja search. - Updated the hanja dictionary.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-05-09Update libhangul to 0.0.4.minskim4-9/+23
Changes: * added HnagulKeyboard, HangulCombination feature * update test code * process english character also in hangul mode
2006-11-05libhangul is a library to handle Korean, used by several Korean inputminskim5-0/+50
methods.