summaryrefslogtreecommitdiffstats
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+1
* add iconv.rb and config.charset.akr2003-12-071-0/+2
* sort aliases.akr2003-12-071-1/+1
* * ext/iconv/iconv.c (map_charset): make case sensitive.akr2003-12-072-5/+4
* * ext/iconv/iconv.c (iconv_failure_initialize): conform withnobu2003-10-021-43/+49
* * ext/iconv/iconv.c (iconv_fail): now yield erred substring, andnobu2003-10-021-7/+33
* * ext/iconv/iconv.c (map_charset): use lower case keys.nobu2003-09-012-12/+41
* * ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu2003-07-302-1/+17
* * ext/iconv/iconv.c (check_iconv): check if Iconv instance.nobu2003-07-231-34/+59
* * ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrappernobu2003-07-184-5/+130
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-071-1/+1
* * ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu2002-05-071-7/+10
* copied from ext/etc.nobu2002-04-181-0/+2
* * ext/digest: add depend file.nobu2002-03-181-0/+1
* * ext/iconv/extconf.rb: workaround for GNU libiconv.eban2002-03-181-1/+1
* * ext/iconv/depend: added.nobu2002-03-171-0/+2
* * ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu2002-03-151-4/+5
* Initial revisionnobu2002-03-143-0/+745