[KoCo-CVS] [Commit] KoreanCodecs/src _koco.c _koco_ksc5601.h _koco_uhc.h cp949_codec.h euckr_codec.h
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-07-19 00:01:54
|
perky 02/07/18 17:01:54 Modified: src _koco.c _koco_ksc5601.h _koco_uhc.h cp949_codec.h euckr_codec.h hangul.c koco_stream.h tablegen.py Log: Ooh! We aren't Foobar project. :) Revision Changes Path 1.21 +4 -4 KoreanCodecs/src/_koco.c Index: _koco.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- _koco.c 13 Jul 2002 06:57:37 -0000 1.20 +++ _koco.c 19 Jul 2002 00:01:53 -0000 1.21 @@ -1,10 +1,10 @@ /* - * _koco.c - $Revision: 1.20 $ + * _koco.c - $Revision: 1.21 $ * * KoreanCodecs C Implementations * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,12 +20,12 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: _koco.c,v 1.20 2002/07/13 06:57:37 perky Exp $"; +"$Id: _koco.c,v 1.21 2002/07/19 00:01:53 perky Exp $"; #define UNIFIL 0xfffd 1.5 +2 -2 KoreanCodecs/src/_koco_ksc5601.h Index: _koco_ksc5601.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_ksc5601.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- _koco_ksc5601.h 13 Jul 2002 06:57:37 -0000 1.4 +++ _koco_ksc5601.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -12,11 +12,11 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Generated by tablegen.py on Sat Mar 16 01:24:40 2002 - * $Id: _koco_ksc5601.h,v 1.4 2002/07/13 06:57:37 perky Exp $ + * $Id: _koco_ksc5601.h,v 1.5 2002/07/19 00:01:53 perky Exp $ */ #define ksc5601_decode_bottom 161 1.5 +2 -2 KoreanCodecs/src/_koco_uhc.h Index: _koco_uhc.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/_koco_uhc.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- _koco_uhc.h 13 Jul 2002 06:57:37 -0000 1.4 +++ _koco_uhc.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -12,11 +12,11 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Generated by tablegen.py on Sat Mar 16 01:24:41 2002 - * $Id: _koco_uhc.h,v 1.4 2002/07/13 06:57:37 perky Exp $ + * $Id: _koco_uhc.h,v 1.5 2002/07/19 00:01:53 perky Exp $ */ #define uhc_page0_bottom 0x41 1.5 +3 -3 KoreanCodecs/src/cp949_codec.h Index: cp949_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/cp949_codec.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cp949_codec.h 13 Jul 2002 06:57:37 -0000 1.4 +++ cp949_codec.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -1,10 +1,10 @@ /* - * cp949_codec.h - $Revision: 1.4 $ + * cp949_codec.h - $Revision: 1.5 $ * * KoreanCodecs CP949 Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.5 +3 -3 KoreanCodecs/src/euckr_codec.h Index: euckr_codec.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/euckr_codec.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- euckr_codec.h 13 Jul 2002 06:57:37 -0000 1.4 +++ euckr_codec.h 19 Jul 2002 00:01:53 -0000 1.5 @@ -1,10 +1,10 @@ /* - * euckr_codec.h - $Revision: 1.4 $ + * euckr_codec.h - $Revision: 1.5 $ * * KoreanCodecs EUC-KR Codec C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 15 March 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.14 +4 -4 KoreanCodecs/src/hangul.c Index: hangul.c =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/hangul.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hangul.c 13 Jul 2002 06:57:37 -0000 1.13 +++ hangul.c 19 Jul 2002 00:01:53 -0000 1.14 @@ -1,10 +1,10 @@ /* - * hangul.c - $Revision: 1.13 $ + * hangul.c - $Revision: 1.14 $ * * KoreanCodecs Hangul Module C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 25 April 2002 * * This file is part of KoreanCodecs. @@ -20,12 +20,12 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ static char *version = -"$Id: hangul.c,v 1.13 2002/07/13 06:57:37 perky Exp $"; +"$Id: hangul.c,v 1.14 2002/07/19 00:01:53 perky Exp $"; #include "Python.h" 1.6 +3 -3 KoreanCodecs/src/koco_stream.h Index: koco_stream.h =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/koco_stream.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- koco_stream.h 13 Jul 2002 06:57:37 -0000 1.5 +++ koco_stream.h 19 Jul 2002 00:01:53 -0000 1.6 @@ -1,10 +1,10 @@ /* - * euckr_stream.c - $Revision: 1.5 $ + * euckr_stream.c - $Revision: 1.6 $ * * KoreanCodecs EUC-KR StreamReader C Implementation * * Author : Hye-Shik Chang <pe...@Fr...> - * Date : $Date: 2002/07/13 06:57:37 $ + * Date : $Date: 2002/07/19 00:01:53 $ * Created : 28 April 2002 * * This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Foobar; if not, write to the Free Software + * along with KoreanCodecs; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 1.12 +6 -6 KoreanCodecs/src/tablegen.py Index: tablegen.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/src/tablegen.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tablegen.py 13 Jul 2002 06:57:37 -0000 1.11 +++ tablegen.py 19 Jul 2002 00:01:53 -0000 1.12 @@ -1,10 +1,10 @@ # -# tablegen.py - $Revision: 1.11 $ +# tablegen.py - $Revision: 1.12 $ # # Code Table Generator # # Author: Hye-Shik Chang <pe...@Fr...> -# Date : $Date: 2002/07/13 06:57:37 $ +# Date : $Date: 2002/07/19 00:01:53 $ # # # This file is part of KoreanCodecs. @@ -20,7 +20,7 @@ # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with Foobar; if not, write to the Free Software +# along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # @@ -129,7 +129,7 @@ print >> ksc5601, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ + $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -160,7 +160,7 @@ print >> uhctable, """\ /* Generated by tablegen.py on %s - $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ + $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ */ """ % time.asctime(time.gmtime()) @@ -202,6 +202,6 @@ encodemapgen(uhctable, "uhc_encode", uhc.encoding_map, 512) # -# $Id: tablegen.py,v 1.11 2002/07/13 06:57:37 perky Exp $ +# $Id: tablegen.py,v 1.12 2002/07/19 00:01:53 perky Exp $ # # -*- End-Of-File -*- |