summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-09-23* lib/pathname.rb (each_filename): return Enumerator if no blockmame
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-09-22* hash.c (env_aset): allow nil value to remove an entry.matz
2008-09-22* misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz
2008-09-22* test/readline/test_readline_history.rbkouji
2008-09-22* ext/readline/readline.c (Init_readline): used remove_history tokouji
2008-09-22* lib/tempfile.rb (Tempfile#open): should return a value from thematz
2008-09-22 * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei
2008-09-22* LEGAL: updated file names removed and added. [ruby-dev:36426]matz
2008-09-21* encoding.c (get_default_external): add description.naruse
2008-09-21 * math.c (math_log): should check argc.tadf
2008-09-21 * complex.c: added two macros.tadf
2008-09-21 * complex.c (nucomp_s_convert): checks argc.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: 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* 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-17* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame
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