Directory ext/nkf/lib/

Directory Created:
1999-08-13 06:37
Total Files:
1
Deleted Files:
0
Lines of Code:
396

Browse with ViewVC

[root]/ext/nkf/lib

Lines of Code

ext/nkf/lib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 793 (100.0%) 44.0
naruse 13 (72.2%) 713 (89.9%) 54.8
matz 2 (11.1%) 73 (9.2%) 36.5
nobu 2 (11.1%) 7 (0.9%) 3.5
shyouhei 1 (5.6%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

naruse 2006-09-15 12:26

* ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.

* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32.

* Add support --ic=UTF-32.

* Fix: can't guess UTF-16 and UTF-32.

* Fix: can't decode beyond BMP of UTF-16LE.



* ext/nkf/nkf.c (guess): Support UTF-32.



* ext/nkf/lib/kconv.rb (kconv): Support UTF-32.



* ext/nkf/lib/kconv.rb (to_utf32): new method.



* ext/nkf/lib/kconv.rb (to_utf32): new method.

29 lines of code changed in:

naruse 2006-09-06 04:20

* ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]

1 lines of code changed in:

naruse 2006-08-22 04:41

* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp [ruby-dev:29344]

2 lines of code changed in:

naruse 2006-06-19 15:40

* kconv.rb: remove default -m0 and fix document.

35 lines of code changed in:

naruse 2006-03-27 14:48

* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6.

* Add --ic / --oc option and mapping tables.

* Add fallback option.

* Add --no-best-fit-chars option.

* Fix some bugs.



* ext/nkf/nkf.c (nkf_split_options): added for parse option string.



* ext/nkf/lib/kconv.rb (Kconv.to*): add -m0.

Note that Kconv.to* still imply -X.



* ext/nkf/test.rb: Removed. Obsolete by test/nkf.



* ext/.document: enabled documents in nkf and kconv



* ext/nkf/nkf.c, ext/nkf/lib/kconv.rb: Add rdoc.

236 lines of code changed in:

nobu 2005-10-08 11:45

* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched

substring directly.



* ext/nkf/lib/kconv.rb (Kconv.conv): get rid of nil.to_a.



* test/ruby/test_assignment.rb, test/ruby/test_iterator.rb: followed

change of sample/test.rb.



* test/net/http/test_http.rb: removed superfluous splatting stars.

1 lines of code changed in:

naruse 2005-08-17 13:59

* ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_method

and all other methods are module_function

fixed: [ruby-dev:26808]

9 lines of code changed in:

naruse 2005-08-13 00:19

* ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.conv



* ext/nkf/lib/kconv.rb: remove nkf dependend symbols fomr SYMBOL_TO_OPTION

4 lines of code changed in:

naruse 2005-07-05 16:25

* ext/nkf/lib/kconv.rb: fix typo.

1 lines of code changed in:

naruse 2005-07-05 16:19

* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:

imported nkf.c 1.70 (support UTF-8-MAC)



* ext/nkf/lib/kconv.rb: add :utf8mac and :internalunicode

6 lines of code changed in:

naruse 2005-06-27 17:53

* ext/nkf/lib/kconv.rb: add Kconv::VERSION

* ext/nkf/lib/kconv.rb (conv): can process arrayed options

* ext/nkf/nkf-utf8/nkf.c: imported Revision 1.69

* ext/nkf/nkf-utf8/utf8tbl.c: imported Revision 1.9

12 lines of code changed in:

naruse 2005-06-25 03:50

* ext/nkf/lib/kconv.rb: remove constants

Iconv_Shift_JIS, Uconv_EUC_JP, Iconv_UTF8

* ext/nkf/lib/kconv.rb: add module functions to Kconv

conv, {eucjp, shiftjis, utf8}?, guess_as_symbol

* ext/nkf/lib/kconv.rb: add instance methods to String

conv, {eucjp, shiftjis, utf8}?

* ext/nkf/lib/kconv.rb: add aliases Kconv.to_* and String#to_*

202 lines of code changed in:

naruse 2005-01-24 08:10

* ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_old

but NKF.guess1. fixed: [ruby-dev:25491]

1 lines of code changed in:

nobu 2004-12-28 07:26

* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to

0xfe.



* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16

properly.

6 lines of code changed in:

naruse 2004-10-29 07:51

follow to nkf 2.0.4

:new constants

NKF::VERSION

NKF::ASCII

NKF::UTF8

NKF::UTF16

NKF::UTF32

:new methods

NFK.guess1 (guess)

NKF.guess2 (from nkf2)

175 lines of code changed in:

matz 1999-10-29 10:25

19991029

15 lines of code changed in:

matz 1999-08-13 06:37

remove marshal/gtk/kconv

58 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT