summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-03-11* configure.in: check if target_archs has changed.nobu
2010-03-10* win32/win32.c (signbit): allow x64.wanabe
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-03-10* enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame
2010-03-10* enc/x_emoji.h: renamed from enc/x-emoji.c.muraken
2010-03-09* compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko1
2010-03-09* test/dl/test_method.rb: delete a residual test for dl on libffi.mame
2010-03-09* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken
2010-03-09* tool/transcode-tblgen.rb (ActionMap#generate_node):naruse
2010-03-09* re.c (rb_reg_to_s): remove unused variable.naruse
2010-03-09* tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):mame
2010-03-07* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav
2010-03-07* bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.akr
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* encoding.c (enc_set_filesystem_encoding):naruse
2010-03-06* pack.c: fix the prototype of rb_big2ulong_pack.akr
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-05* win32/Makefile.sub (config.h): VC6 has __int64.usa
2010-03-05* transcode.c (econv_opts): set :undef => :replace whennaruse
2010-03-05* io.c (pipe_open): suppressed a warning.nobu
2010-03-05* win32/win32.c (signbit): defined on mingw.nobu
2010-03-04* eval.c (setup_exception): avoid line number 0 when settingmame
2010-03-04* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame
2010-03-04add ref.wanabe
2010-03-04* gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe
2010-03-04* complex.c (m_log, m_exp): remove unused functions.naruse
2010-03-03* test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame
2010-03-03* test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu
2010-03-03* tool/transcode-tblgen.rb (HEX2): extracted from regexps.akr
2010-03-03* complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre
2010-03-03* lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]marcandre
2010-03-03* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz
2010-03-03* lib/matrix.rb (Vector#each2, collect2): small refactoring.matz
2010-03-03* lib/matrix.rb (Vector#each): make Vector enumerable. matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-03-02* win32/win32.c (signbig): defined.nobu
2010-03-02* win32/Makefile.sub, symbian/setup (config.h): pack.c requiresnobu
2010-03-02* io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame
2010-03-02* regcomp.c (noname_disable_map): add NT_ANCHOR case.naruse
2010-03-02* test/dl/test_closure.rb: forget to revert at r26764.muraken
2010-03-02* file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argumentnobu
2010-03-02* test/ruby/test_math.rb: Fix lgamma testmarcandre
2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz
2010-03-01* ext/pty/pty.c (pty_open): refine the path for master IO.akr
2010-03-01* ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano32
2010-03-01* configure.in (mingw): do not detect snprintf/vsnprintf.wanabe
2010-02-28* ext/pty/pty.c (get_device_once): raise on error when fail isnobu
2010-02-28* math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken