aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add a ref.akr2008-09-181-1/+2
* fix a typo.akr2008-09-181-1/+1
* * transcode.c (enc_arg): must take pointer argument to avoid GCakr2008-09-182-8/+24
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-1811-222/+232
* * transcode.c (enc_arg): revert last change. too early exceptionmatz2008-09-182-9/+30
* Updated Rake files to version 0.8.2jim2008-09-186-223/+477
* * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame2008-09-172-0/+686
* * 2008-09-18svn2008-09-171-3/+3
* * io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz2008-09-172-18/+42
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-174-18/+57
* * complex.c (nucomp_s_convert): accepts complextadf2008-09-174-27/+31
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-172-5/+9
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-173-6/+21
* typo.tadf2008-09-161-1/+1
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-167-38/+47
* fix typos.akr2008-09-161-2/+2
* * test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr2008-09-162-5/+10
* fix typos.akr2008-09-162-9/+9
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-1624-212/+921
* * transcode.c (enc_arg): raise exception when unknown encoding isnaruse2008-09-163-21/+11
* fix ChangeLogxibbar2008-09-161-1/+1
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-163-110/+120
* * string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse2008-09-162-5/+11
* * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse2008-09-162-1/+5
* * string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu2008-09-162-16/+18
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-165-3/+24
* * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz2008-09-162-1/+3
* * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz2008-09-162-6/+13
* * string.c (rb_str_each_codepoint): add new methods, #codepointsmatz2008-09-162-0/+61
* * ext/socket/mkconstants.rb: add new constants. a patch frommatz2008-09-162-8/+20
* * string.c ():matz2008-09-163-123/+277
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-162-0/+8
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-152-16/+12
* * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse2008-09-152-5/+15
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-153-14/+25
* * encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270]naruse2008-09-152-13/+5
* * 2008-09-16svn2008-09-151-3/+3
* * transcode_data.h (STR1_LENGTH): defined.akr2008-09-154-7/+21
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-1514-28/+42
* * string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz2008-09-153-31/+120
* * transcode.c (econv_opts): don't use to_sym.akr2008-09-152-2/+8
* * encoding.c (rb_enc_get_index): don't return -1.akr2008-09-153-1/+9
* * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui2008-09-152-6/+26
* added a line.tadf2008-09-151-0/+2
* * encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse2008-09-152-1/+8
* * encoding.c (rb_enc_compatible): accepst other than strings andnaruse2008-09-153-18/+40
* fixed the previous commit.tadf2008-09-151-1/+1
* * complex.c (nucomp_eql_p): new.tadf2008-09-155-9/+35
* * transcode_data.h (rb_transcoder): resetsize_func and resetstate_funcakr2008-09-153-3/+10