summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-22 * method.h : Commas at end of enum list not allowed as of C89shyouhei
2009-07-22 * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa
2009-07-22 * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa
2009-07-22 * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa
2009-07-22 * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa
2009-07-22 * ext/socket/extconf.rb: enable ipv6 support for win32.usa
2009-07-22* hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui
2009-07-22 * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa
2009-07-21* test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu
2009-07-21 * lib/irb.rb: forget svn commit.keiju
2009-07-21* bootstraptest/test_io.rb: block write may block for long time.matz
2009-07-21* 2009-07-22svn
2009-07-21 * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju
2009-07-21* random.c (rand_init): array length of random seed was broken, whichmame
2009-07-21 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju
2009-07-21 * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju
2009-07-21* ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke
2009-07-21* lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu
2009-07-21 * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa
2009-07-21 * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa
2009-07-21* gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu
2009-07-21* variable.c (rb_generic_ivar_memsize): should not remove genericnobu
2009-07-20* io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2009-07-20* lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe
2009-07-20updated.akr
2009-07-20* configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu
2009-07-20* 2009-07-20svn
2009-07-20* ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr
2009-07-19 * rational.c (float_to_r): an improvement.tadf
2009-07-19 * complex.c (make_patterns): do not use \d.tadf
2009-07-19Use UDP for sendmsg/recvmsg tests.akr
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-19* vm_method.c (me_opts): fixed optimized method aliasing.nobu
2009-07-19* ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr
2009-07-19* test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa
2009-07-18* 2009-07-19svn
2009-07-18use rb_enc_get to get the encoding of a Regexp object.naruse
2009-07-18* string.c (rb_str_hash_cmp): got rid of overflow.nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-18* array.c: suppressed shorten-64-to-32 warnings.nobu
2009-07-18* include/ruby/defines.h (TRUE, FALSE): for internal use.nobu
2009-07-18 * random.c: workaround for VC++ 6.0.usa
2009-07-18* random.c (rb_random_{int32,real,bytes,int}): added functions fornobu
2009-07-18* random.c (fill_random_seed): needs wincrypt.h.nobu
2009-07-18* random.c (fill_random_seed): use cryptographic service on Windows.nobu
2009-07-17* ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai
2009-07-17fix skip condition.akr
2009-07-17* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai