summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-21fixed indentation.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-21* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg2
2008-09-20 * lib/complex.rb: provides some obsolate methods.tadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json: import JSON v 1.1.3.naruse
2008-09-20* lib/optparse.rb (summarize): separator "" should output new line.mame
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-19* re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse
2008-09-19* common.mk: prec.c is removed.naruse
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-19* common.mk : Reverts the changeset 18994.yugui
2008-09-19* configure.in: applied OS/2 support patch from Brendan Oakleymatz
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-09-18* ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...naruse
2008-09-18* 2008-09-19svn
2008-09-18* regexec.c (string_cmp_ic): add text_end argument.akr
2008-09-18* ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame
2008-09-18* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-18* lib/rake.rb (Rake::Application#standard_exception_handling):nobu
2008-09-18* lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu
2008-09-18* bignum.c (big2str_karatsuba): free internal buffer eagerly.matz
2008-09-18* lib/uri/common.rb (unescape): skip '%' to make String#hex workmame
2008-09-18* st.c (new_size): raise RuntimeError when st_table is too big.mame
2008-09-18* fix time in changelogmame
2008-09-18add a ref.akr
2008-09-18fix a typo.akr
2008-09-18* transcode.c (enc_arg): must take pointer argument to avoid GCakr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-18* transcode.c (enc_arg): revert last change. too early exceptionmatz
2008-09-18Updated Rake files to version 0.8.2jim
2008-09-17* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame
2008-09-17* 2008-09-18svn
2008-09-17* io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-17* lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar
2008-09-16typo.tadf
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16fix typos.akr
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-16fix typos.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* transcode.c (enc_arg): raise exception when unknown encoding isnaruse