aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/irb.rb: forget svn commit.keiju2009-07-212-2/+14
* * bootstraptest/test_io.rb: block write may block for long time.matz2009-07-212-14/+20
* * 2009-07-22svn2009-07-211-2/+2
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-213-19/+40
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-213-4/+14
* * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju2009-07-212-4/+10
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-212-25/+59