aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* trivial changes.tadf2008-09-211-14/+16
* fixed indentation.tadf2008-09-211-2/+2
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-215-89/+134
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2113-172/+1106
* * lib/complex.rb: provides some obsolate methods.tadf2008-09-202-1/+7
* * complex.c: an instance method image has been removed andtadf2008-09-209-227/+223
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-201-1/+1
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-204-6/+14
* * ext/json: import JSON v 1.1.3.naruse2008-09-2021-435/+506
* * lib/optparse.rb (summarize): separator "" should output new line.mame2008-09-202-1/+5
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-193-10/+13
* * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse2008-09-192-2/+12
* * common.mk: prec.c is removed.naruse2008-09-193-4/+7
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-196-19/+40
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-1915-291/+32
* * common.mk : Reverts the changeset 18994.yugui2008-09-192-1/+6
* * configure.in: applied OS/2 support patch from Brendan Oakleymatz2008-09-192-2/+7
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-198-7/+19
* * ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...naruse2008-09-182-15/+21
* * 2008-09-19svn2008-09-181-3/+3
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-183-16/+25
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame2008-09-182-0/+16
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-183-5/+47
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-183-5/+17
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-1825-892/+234
* * lib/rake.rb (Rake::Application#standard_exception_handling):nobu2008-09-182-8/+13
* * lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu2008-09-182-0/+12
* * bignum.c (big2str_karatsuba): free internal buffer eagerly.matz2008-09-182-0/+11
* * lib/uri/common.rb (unescape): skip '%' to make String#hex workmame2008-09-182-1/+7
* * st.c (new_size): raise RuntimeError when st_table is too big.mame2008-09-182-3/+8
* * fix time in changelogmame2008-09-181-1/+1
* 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