index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
iconv
/
iconv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnil
nobu
2008-06-06
1
-1
/
+0
*
* ext/iconv/iconv.c (iconv_create): find encoding without options.
nobu
2008-06-05
1
-1
/
+7
*
* ext/iconv/iconv.c (iconv_iconv): fix for length argument and now
nobu
2008-06-04
1
-20
/
+28
*
* ext/iconv/iconv.c (iconv_convert): check upper bound. a patch from
nobu
2008-02-15
1
-1
/
+4
*
* ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte
nobu
2008-02-08
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_convert): added toidx argument to set
nobu
2008-02-08
1
-22
/
+20
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
* ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.
naruse
2007-12-05
1
-0
/
+18
*
* ext/iconv/iconv.c (iconv_convert): should not set encoding unless
nobu
2007-12-04
1
-4
/
+7
*
* ext/iconv/iconv.c (iconv_create): achieve target encoding.
nobu
2007-12-04
1
-25
/
+43
*
* ext/iconv/iconv.c (iconv_iconv): also instance method needs to be
nobu
2007-11-16
1
-1
/
+1
*
* ext/iconv/iconv.c (Document-class): moved the simplest example to
nobu
2007-11-16
1
-8
/
+8
*
* include/ruby/intern.h: declare rb_hash_tbl.
akr
2007-08-29
1
-2
/
+2
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-3
/
+3
*
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
usa
2007-05-10
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_s_conv): rdoc fix.
usa
2007-05-10
1
-1
/
+1
*
* Merge YARV
ko1
2006-12-31
1
-1
/
+1
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-4
/
+4
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-17
/
+17
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-1
/
+1
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-1
/
+1
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-1
/
+1
*
* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]
nobu
2005-11-07
1
-13
/
+281
*
* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected a
nobu
2005-11-06
1
-1
/
+16
*
* ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta
nobu
2005-09-09
1
-195
/
+34
*
* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3
nobu
2005-03-27
1
-7
/
+10
*
* ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should include
nobu
2005-03-15
1
-43
/
+36
*
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace
nobu
2005-03-04
1
-212
/
+205
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_s_list): return encoding list if no block
nobu
2004-04-08
1
-2
/
+13
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
nobu
2004-02-16
1
-0
/
+76
*
* ext/iconv/charset_alias.rb: prefer us_EN locale encodings or
nobu
2004-01-18
1
-2
/
+9
*
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
nobu
2003-12-22
1
-5
/
+1
*
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-11
1
-1
/
+1
*
* io.c (read_all): should return given string even if data read is
matz
2003-12-10
1
-2
/
+1
*
* ext/iconv/iconv.c (map_charset): make case sensitive.
akr
2003-12-07
1
-3
/
+3
*
* ext/iconv/iconv.c (iconv_failure_initialize): conform with
nobu
2003-10-02
1
-43
/
+49
*
* ext/iconv/iconv.c (iconv_fail): now yield erred substring, and
nobu
2003-10-02
1
-7
/
+33
*
* ext/iconv/iconv.c (map_charset): use lower case keys.
nobu
2003-09-01
1
-7
/
+33
*
* ext/iconv/iconv.c (iconv_convert): append unchanged portion
nobu
2003-07-30
1
-1
/
+3
*
* ext/iconv/iconv.c (check_iconv): check if Iconv instance.
nobu
2003-07-23
1
-34
/
+59
*
* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper
nobu
2003-07-18
1
-5
/
+72
*
* array.c (rb_ary_values_at): new method to replace select(index..).
matz
2003-05-04
1
-1
/
+1
*
* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
nobu
2002-12-20
1
-1
/
+1
*
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_try): should initialize exceptions
nobu
2002-05-07
1
-7
/
+10
*
* ext/iconv/iconv.c: fixed document, Iconv#new is no longer an
nobu
2002-03-15
1
-4
/
+5
*
Initial revision
nobu
2002-03-14
1
-0
/
+734