summaryrefslogtreecommitdiff
path: root/hangul/hanja.c
Commit message (Expand)AuthorAgeFilesLines
* 카피라이트 연도 갱신Choe Hwanjin2009-10-311-1/+1
* libhangul의 API 문서 작성Choe Hwanjin2009-10-291-1/+272
* 한자 데이터를 관리하는 HanjaTable의 작동 방식을 개선:Choe Hwanjin2008-11-111-696/+113
* small fixWon-Kyu Park2008-05-061-12/+3
* hanja_table_match_exact() 구현Choe Hwanjin2008-05-041-0/+16
* malloc/realloc 하기 전에 크기 확인 코드 개선Choe Hwanjin2008-03-111-6/+16
* HanjaList와 PtrVector의 크기의 한계값을 SIZE_MAX를 사용하여 체크Choe Hwanjin2008-02-241-2/+8
* HanjaList, PtrVector는 UINT_MAX를 넘지 않는 범위에서 사용하도...Choe Hwanjin2008-02-241-2/+2
* mmap system call이 없는 시스템을 위한 코드 추가Choe Hwanjin2008-02-241-0/+24
* 디버깅 메시지 출력 루틴 제거Choe Hwanjin2008-02-241-3/+0
* 한자 검색 루틴에서 null 포인터 확인:Choe Hwanjin2008-02-241-0/+6
* 한자 사전 파일을 바이너리 형태로 사용하는 기능 구현:Choe Hwanjin2008-02-241-229/+803
* CJK compatibility 한자 처리를 위한 함수 추가:Choe Hwanjin2008-01-301-0/+78
* memory 관리 개선:Choe Hwanjin2007-09-011-27/+53
* hanja_table_new_from_list(): 필요 없는 메시지 출력 제거Choe Hwanjin2007-01-041-1/+0
* hanja_table_destroy() -> hanja_table_delete()Choe Hwanjin2006-12-231-2/+2
* * HanjaTable, HanjaList, Hanja struct를 외부로 노출되지 않게함.Choe Hwanjin2006-10-271-0/+83
* hangul/hangul.h,hangul/hanja.c:Choe Hwanjin2006-10-021-9/+45
* ignore comment line which is started by '#' or blank lineChoe Hwanjin2006-02-181-0/+4
* * remove unneeded main() function ;)Choe Hwanjin2005-10-021-31/+4
* * data/hanja/hanja.txt: add default hanja dictionary file.Choe Hwanjin2005-10-011-0/+3
* change the license to LGPLChoe Hwanjin2005-10-011-10/+10
* * Makefile.am: remove test from SUBDIR targetChoe Hwanjin2005-09-251-0/+347