summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.0.10libhangul-0.0.10Choe Hwanjin2009-10-311-2/+2
* 문서 갱신Choe Hwanjin2009-10-312-10/+24
* 카피라이트 연도 갱신Choe Hwanjin2009-10-313-3/+3
* 기본 생성 문서를 영문대신 한국어로 생성하도록 바꿈Choe Hwanjin2009-10-311-1/+1
* document를 kldp.net에 업로드하는 룰 추가Choe Hwanjin2009-10-311-0/+7
* 문서 업데이트:Choe Hwanjin2009-10-311-9/+28
* 문서화 Choe Hwanjin2009-10-295-8/+43
* libhangul의 API 문서 작성Choe Hwanjin2009-10-293-45/+677
* hangul_ic_dvorak_to_qwerty()는 더 이상 제공하지 않는다:Choe Hwanjin2009-10-201-2/+2
* hangul_jamo_to_cjamo() 함수를 conjoinable jamo만 아니라Choe Hwanjin2009-10-181-77/+372
* deprecate된 함수를 사용하지 않음Choe Hwanjin2009-10-183-24/+24
* Unicode 5.2 지원Choe Hwanjin2009-10-171-26/+39
* jaso 대신 jamo를 사용한다.Choe Hwanjin2009-10-172-16/+56
* 로마자 구현Choe Hwanjin2009-10-164-13/+511
* 불필요한 함수 선언 제거Choe Hwanjin2009-09-031-6/+0
* add swig interface for python and test codesJoonCheol Park2009-09-035-0/+144
* hanja.bin 파일을 사용하던 룰을 hanja.txt로 변경하면서 발생...Choe Hwanjin2008-12-221-1/+1
* hanja.txt 설치 디렉토리를 $(datadir)로 바꿈Choe Hwanjin2008-12-221-1/+1
* release 0.0.9libhangul-0.0.9Choe Hwanjin2008-12-201-2/+2
* 문서 업데이트Choe Hwanjin2008-12-201-0/+9
* 한자 데이터 파일 패키징 룰 수정:Choe Hwanjin2008-12-201-3/+3
* unit test 코드 적용:Choe Hwanjin2008-12-203-0/+155
* 자모 스트링을 음절 단위로 iterate하는 함수 구현:Choe Hwanjin2008-12-202-4/+108
* 한자 데이터를 관리하는 HanjaTable의 작동 방식을 개선:Choe Hwanjin2008-11-115-704/+116
* hangul_ic_backspace() 에서도 preedit_string과 commit_string을 초기화 ...Choe Hwanjin2008-11-061-0/+3
* test for svn checkWon-Kyu Park2008-05-101-1/+1
* small fixWon-Kyu Park2008-05-061-12/+3
* which 로 libtoolize 인지 glibtoolize인지 확인함Choe Hwanjin2008-05-061-3/+2
* hanja.txt 파일을 더이상 install 하지 않음Choe Hwanjin2008-05-051-4/+1
* hanja_table_match_exact() 구현Choe Hwanjin2008-05-042-0/+17
* hangul_syllable_len(), hangul_jamos_to_syllables()에서 Choe Hwanjin2008-05-031-1/+4
* ChangeLog가 없을 경우 처리Choe Hwanjin2008-05-031-1/+10
* hanja_list_get_nth_key() 선언 추가Choe Hwanjin2008-04-221-0/+1
* release 0.0.8libhangul-0.0.8Choe Hwanjin2008-04-201-1/+1
* test 디렉토리 다시 추가Choe Hwanjin2008-04-201-1/+1
* update document Choe Hwanjin2008-04-202-12/+11
* do not build test directoryChoe Hwanjin2008-04-201-1/+1
* hangul input context 개선:Choe Hwanjin2008-04-201-6/+30
* 자모 -> 음절 변환을 위한 함수 추가:Choe Hwanjin2008-04-202-0/+271
* hanja.bin 빌드 룰 개선 (clean 처리)Choe Hwanjin2008-03-111-3/+4
* malloc/realloc 하기 전에 크기 확인 코드 개선Choe Hwanjin2008-03-111-6/+16
* 한자 사전 바이너리 파일의 위치를 $(libdir)/libhangul/hanja/로 ...Choe Hwanjin2008-03-112-2/+2
* 중복된 내용 삭제: 동:中洞:지명Choe Hwanjin2008-03-111-1/+0
* ignore list 업데이트Choe Hwanjin2008-02-240-0/+0
* merge.py에서 사용하는 compatibility hanja 관련 테이터 파일 추가Choe Hwanjin2008-02-241-0/+997
* bindings 디렉토리를 tarball 패키지에 포함하지 않음 Choe Hwanjin2008-02-242-2/+1
* 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