[KoCo-CVS] [Commit] KoreanCodecs ChangeLog
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-04-28 20:05:08
|
perky 02/04/28 01:09:42 Modified: . ChangeLog Log: - Update generated cvslog for 2.0.3b1 Revision Changes Path 1.7 +118 -1 KoreanCodecs/ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 26 Apr 2002 12:28:50 -0000 1.6 +++ ChangeLog 28 Apr 2002 08:09:42 -0000 1.7 @@ -1,6 +1,123 @@ ----------------------------------------------------------------------------- -Version 2.0.3a2 (2002-04-26) Tag: RELENG_2_0_3_ALPHA2 +Version 2.0.3b1 (2002-04-28) Tag: RELENG_2_0_3_BETA1 + +2002-04-28 17:08 Hye-Shik Chang <pe...@fa...> + + * README (1.2), README.en (1.14), README.ko (1.13), setup.py + (1.20): + + - Add descriptions for 2.0.3b1 + +2002-04-28 17:02 Hye-Shik Chang <pe...@fa...> + + * korean/c/cp949.py (1.2), src/koco_stream.h (1.3): + + - Add StreamReader for CP949 encoding + +2002-04-28 16:44 Hye-Shik Chang <pe...@fa...> + + * doc/benchmarks.txt (1.1): + + - Add simple rough benchmark + +2002-04-28 15:54 Hye-Shik Chang <pe...@fa...> + + * setup.py (1.19), korean/c/euc_kr.py (1.2), src/_koco.c (1.18), + src/koco_stream.h (1.2): + + - Fix unlimited access on boundary problem on readline_finalize + - Let python.c.euc_kr uses _koco.StreamReader as stream reader + +2002-04-28 15:16 Hye-Shik Chang <pe...@fa...> + + * src/: _koco.c (1.17), euckr_stream.h (1.2), koco_stream.h (1.1): + + - Rename euckr_stream.h to koco_stream.h + - make euc_kr_StreamReader more generalized. + - Add full support for StreamReader (read, readline, readlines, reset) + - Fix some garbage leaking + +2002-04-28 13:46 Hye-Shik Chang <pe...@fa...> + + * src/: _koco.c (1.16), euckr_stream.h (1.1): + + - Add StreamReader C implementation for EUC-KR codec + (lacks readlines() now) + +2002-04-28 10:03 Hye-Shik Chang <pe...@fa...> + + * korean/python/euc_kr.py (1.4): + + - Fix error handling on trailing uncompleted character + +2002-04-28 09:55 Hye-Shik Chang <pe...@fa...> + + * test/: test_cp949.py (1.4), test_euc_kr.py (1.4): + + - Add error handling tests for uncompleted characters + +2002-04-28 09:51 Hye-Shik Chang <pe...@fa...> + + * src/: Setup.in (1.4), cp949_codec.h (1.2), euckr_codec.h (1.2), + twobytestream.c (1.2): + Fix several bugs on previous cp949, euc-kr codecs. + - Handle error on trailing uncompleted character. + - Raise on error='strict' with right data. + +2002-04-28 06:01 Hye-Shik Chang <pe...@fa...> + + * src/hangul.c (1.9): + + - Just a style fix + +2002-04-28 05:59 Hye-Shik Chang <pe...@fa...> + + * src/hangul.c (1.8): + + - Fix garbage collection errors + +2002-04-27 13:48 Hye-Shik Chang <pe...@fa...> + + * setup.py (1.18), src/Setup.in (1.3), src/twobytestream.c (1.1): + + - Add twobytestream which will be used by CP949, EUC-KR and Johab + as StreamReader, StreamWriter, StreamReaderWriter assistant + +2002-04-27 12:37 Hye-Shik Chang <pe...@fa...> + + * test/test_hangul.py (1.8): + + - make it simple(tm) + +2002-04-27 12:27 Hye-Shik Chang <pe...@fa...> + + * setup.py (1.17): + + - Add trigger '--without-extension' not to install C extensions + +2002-04-27 06:11 Hye-Shik Chang <pe...@fa...> + + * src/: _koco.c (1.15), cp949_codec.c (1.2), cp949_codec.h (1.1), + euckr_codec.c (1.2), euckr_codec.h (1.1): + + - Rename *codec.c to *codec.h + +2002-04-27 06:06 Hye-Shik Chang <pe...@fa...> + + * src/: _koco.c (1.14), cp949_codec.c (1.1), euckr_codec.c (1.1): + + - Split euc-kr and cp949 codec from _koco.c + +2002-04-26 21:28 Hye-Shik Chang <pe...@fa...> + + * ChangeLog (1.6): + + - Update cvslogs up to 2.0.3a2 + +----------------------------------------------------------------------------- +Version 2.0.3a2 (2002-04-26) Tag: RELENG_2_0_3_ALPHA2 + 2002-04-26 21:26 Hye-Shik Chang <pe...@fa...> * README.en (1.13), README.ko (1.12): |