2009-08-10 15:17:34 by Min Sik Kim | Files touched by this commit (1) |
Log message:
inputmethod/libhangul uses c99.
|
2009-06-14 20:01:33 by Joerg Sonnenberger | Files touched by this commit (37) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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.
|
2008-12-20 23:59:59 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update libhangul to 0.0.9.
Changes:
- Improve the Chinese character search routing.
- Add a function to process Hangul syllables.
- Bug fixes.
|
2008-10-20 21:42:21 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update libhangul to 0.0.8.
Changes since 0.0.4:
- Improved hanja search.
- Updated the hanja dictionary.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-05-09 19:29:40 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Update libhangul to 0.0.4.
Changes:
* added HnagulKeyboard, HangulCombination feature
* update test code
* process english character also in hangul mode
|
2006-11-05 02:43:59 by Min Sik Kim | Files touched by this commit (5) | |
Log message:
libhangul is a library to handle Korean, used by several Korean input
methods.
|