aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/json/lib/json/common.rb (JSON#recurse_proc): removematz2009-07-282-1/+5
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-283-4/+8
* * 2009-07-29svn2009-07-281-2/+2
* * proc.c (rb_method_entry_arity): support not_implemented method.ko12009-07-282-2/+9
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-283-0/+18
* * io.c (argf_eof): should call next_argv() before testing.matz2009-07-282-0/+6
* fix typoskazu2009-07-281-12/+12
* * 2009-07-28svn2009-07-271-2/+2
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-274-170/+327
* * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu2009-07-272-10/+15
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-273-5/+12
* * ChangeLog: forgotten ML ref, [ruby-core:24561].nobu2009-07-272-3/+3
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-263-0/+18
* * ChangeLog: removed extra spaces.nobu2009-07-261-28/+17
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-263-2/+29
* * vm_insnhelper.c (vm_call_method): fixed indent.nobu2009-07-261-37/+36
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-1/+1
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-0/+8
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-0/+5
* * 2009-07-26svn2009-07-251-2/+2
* * ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.azav2009-07-251-18/+18
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-253-5/+11
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-255-8/+19
* * enc/big5.c: not executable.nobu2009-07-251-0/+0
* * 2009-07-25svn2009-07-241-2/+2
* * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse2009-07-242-18/+39
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-246-1/+18474
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-243-10/+116
* * 2009-07-24svn2009-07-231-2/+2
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-233-5/+130
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-232-1/+44
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-232-8/+12
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-232-2/+7
* Remove useless extra directory. Bug #1343drbrain2009-07-221-0/+5
* * random.c (random_{state,left}): internal/debug use.nobu2009-07-222-5/+13
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-222-1/+6
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-222-2/+7
* * common.mk (class.o): depends on vm_core.h.nobu2009-07-222-1/+5
* * time.c (init_leap_second_info): checks the result of gmtime tonobu2009-07-222-0/+6
* * ChangeLog: fixed a typo.nobu2009-07-222-3/+3
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-226-51/+64
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-224-4/+15
* * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa2009-07-222-0/+8
* * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa2009-07-222-1/+6
* * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa2009-07-222-1/+5
* * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa2009-07-222-0/+9
* * ext/socket/extconf.rb: enable ipv6 support for win32.usa2009-07-222-0/+6
* * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui2009-07-222-7/+16
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-222-1/+7
* * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu2009-07-211-2/+1