aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * NEWS: Adding Enumerable#each_entry to the new method listmarcandre2010-03-041-0/+1
* * complex.c (m_log, m_exp): remove unused functions.naruse2010-03-042-24/+4
* * ext/json/lib/**/*.rb: not executable.nobu2010-03-043-0/+0
* * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame2010-03-032-0/+22
* * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu2010-03-032-2/+6
* fix rdoc.akr2010-03-031-1/+1
* * 2010-03-04svn2010-03-031-2/+2
* * tool/transcode-tblgen.rb (HEX2): extracted from regexps.akr2010-03-032-11/+18
* * complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre2010-03-033-2/+10
* * lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]marcandre2010-03-032-4/+8
* * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz2010-03-033-0/+107
* * lib/matrix.rb (Vector#each2, collect2): small refactoring.matz2010-03-032-1/+5
* * lib/matrix.rb (Vector#each): make Vector enumerable. matz2010-03-032-0/+16
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-033-0/+76
* * win32/win32.c (signbig): defined.nobu2010-03-023-1/+15
* * win32/Makefile.sub, symbian/setup (config.h): pack.c requiresnobu2010-03-025-6/+35
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame2010-03-022-81/+63
* * regcomp.c (noname_disable_map): add NT_ANCHOR case.naruse2010-03-022-1/+39
* * test/dl/test_closure.rb: forget to revert at r26764.muraken2010-03-022-130/+4
* * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argumentnobu2010-03-022-7/+25
* * test/ruby/test_math.rb: Fix lgamma testmarcandre2010-03-022-1/+4
* * 2010-03-02svn2010-03-011-2/+2
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-0116-173/+118
* * ext/pty/pty.c (pty_open): refine the path for master IO.akr2010-03-012-2/+14
* * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano322010-03-012-3/+7
* * 2010-03-01svn2010-03-011-3/+3
* * configure.in (mingw): do not detect snprintf/vsnprintf.wanabe2010-03-012-1/+8
* * ext/pty/pty.c (get_device_once): raise on error when fail isnobu2010-02-282-2/+7
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-284-83/+103
* * pack.c (pack_pack): use union to avoid pointer cast.akr2010-02-282-54/+92
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-287-19/+61
* * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse2010-02-284-17/+50
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-283-6/+7
* * pack.c (pack_pack): generalized integer packer implemented.akr2010-02-282-52/+67
* update rdoc.akr2010-02-281-6/+6
* * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.akr2010-02-272-1/+17
* * 2010-02-28svn2010-02-271-2/+2
* * pack.c: use integer types with explicit size.akr2010-02-272-106/+81
* * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.akr2010-02-273-0/+16
* * 2010-02-27svn2010-02-261-2/+2
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-264-23/+140
* * bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr2010-02-262-12/+29
* * configure.in (RSHIFT): add parenthesis to supress warning.akr2010-02-262-2/+6
* * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame2010-02-263-2/+17
* * pack.c (QUAD_SIZE): it should be always 8.akr2010-02-263-8/+11
* * pack.c (swap64): fix for VC6.nobu2010-02-262-16/+16
* * pack.c (pack_pack, pack_unpack): suppressed warnings.nobu2010-02-262-11/+18
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-2519-662/+394
* * 2010-02-26svn2010-02-251-2/+2
* rdoc update.akr2010-02-251-163/+124