aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (setup_exception): avoid line number 0 when settingmame2010-03-041-0/+5
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-0/+7
* add ref.wanabe2010-03-041-0/+1
* * gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe2010-03-041-0/+6
* * complex.c (m_log, m_exp): remove unused functions.naruse2010-03-041-3/+4
* * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame2010-03-031-0/+4
* * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu2010-03-031-1/+5
* * tool/transcode-tblgen.rb (HEX2): extracted from regexps.akr2010-03-031-0/+4
* * complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre2010-03-031-0/+8
* * lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]marcandre2010-03-031-0/+5
* * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz2010-03-031-0/+6
* * lib/matrix.rb (Vector#each2, collect2): small refactoring.matz2010-03-031-0/+4
* * lib/matrix.rb (Vector#each): make Vector enumerable. matz2010-03-031-0/+5
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-031-0/+7
* * win32/win32.c (signbig): defined.nobu2010-03-021-1/+3
* * win32/Makefile.sub, symbian/setup (config.h): pack.c requiresnobu2010-03-021-0/+5
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame2010-03-021-0/+6
* * regcomp.c (noname_disable_map): add NT_ANCHOR case.naruse2010-03-021-1/+11
* * test/dl/test_closure.rb: forget to revert at r26764.muraken2010-03-021-0/+4
* * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argumentnobu2010-03-021-0/+5
* * test/ruby/test_math.rb: Fix lgamma testmarcandre2010-03-021-0/+4
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-0/+7
* * ext/pty/pty.c (pty_open): refine the path for master IO.akr2010-03-011-0/+4
* * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano322010-03-011-0/+4
* * configure.in (mingw): do not detect snprintf/vsnprintf.wanabe2010-03-011-0/+4
* * ext/pty/pty.c (get_device_once): raise on error when fail isnobu2010-02-281-0/+5
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-281-0/+16
* * pack.c (pack_pack): use union to avoid pointer cast.akr2010-02-281-0/+5
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-0/+14
* * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse2010-02-281-0/+8
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-281-0/+7
* * pack.c (pack_pack): generalized integer packer implemented.akr2010-02-281-5/+10
* * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.akr2010-02-271-0/+5
* * pack.c: use integer types with explicit size.akr2010-02-271-0/+4
* * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.akr2010-02-271-0/+6
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-261-0/+13
* * bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr2010-02-261-0/+11
* * configure.in (RSHIFT): add parenthesis to supress warning.akr2010-02-261-0/+4
* * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame2010-02-261-0/+6
* * pack.c (QUAD_SIZE): it should be always 8.akr2010-02-261-0/+7
* * pack.c (swap64): fix for VC6.nobu2010-02-261-0/+4
* * pack.c (pack_pack, pack_unpack): suppressed warnings.nobu2010-02-261-0/+4
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-0/+4
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-251-0/+4
* * rational.c (nurat_expt): use Float#** when Rational ** Float.naruse2010-02-251-0/+8
* * insns.def: Change the operand type of setinlinecacheko12010-02-241-0/+17
* * pack.c (swap64): don't redefine.akr2010-02-241-0/+4
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-241-0/+4
* * gc.c (gc_mark_children): lost comment added.matz2010-02-241-0/+4
* * marshal.c (r_object0): should prepare placeholder beforematz2010-02-241-0/+7