summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-03* test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu
2010-03-03fix rdoc.akr
2010-03-03* 2010-03-04svn
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* 2010-03-02svn
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* 2010-03-01svn
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
2010-02-28* pack.c (pack_pack): use union to avoid pointer cast.akr
2010-02-28* openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse
2010-02-28* pack.c (pack_pack): generalized integer packer implemented.akr
2010-02-28update rdoc.akr
2010-02-27* pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.akr
2010-02-27* 2010-02-28svn
2010-02-27* pack.c: use integer types with explicit size.akr
2010-02-27* pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.akr
2010-02-26* 2010-02-27svn
2010-02-26* pack.c: fix q and Q for big endian environments which have noakr
2010-02-26* bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr
2010-02-26* configure.in (RSHIFT): add parenthesis to supress warning.akr
2010-02-26* ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame
2010-02-26* pack.c (QUAD_SIZE): it should be always 8.akr
2010-02-26* pack.c (swap64): fix for VC6.nobu
2010-02-26* pack.c (pack_pack, pack_unpack): suppressed warnings.nobu
2010-02-25* ext/dl: revert dl with libffi because it can't run on mswin now.naruse
2010-02-25* 2010-02-26svn
2010-02-25rdoc update.akr
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-25* rational.c (nurat_expt): use Float#** when Rational ** Float.naruse
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-02-24remove a empty line.akr