| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * proc.c (rb_method_entry_arity): support optimized method (send). | ko1 | 2009-07-28 | 1 | -0/+6 |
| * | * io.c (argf_eof): should call next_argv() before testing. | matz | 2009-07-28 | 1 | -0/+5 |
| * | fix typos | kazu | 2009-07-28 | 1 | -12/+12 |
| * | * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries. | nagai | 2009-07-27 | 1 | -0/+8 |
| * | * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr), | nobu | 2009-07-27 | 1 | -0/+5 |
| * | * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files. | nobu | 2009-07-27 | 1 | -0/+5 |
| * | * ChangeLog: forgotten ML ref, [ruby-core:24561]. | nobu | 2009-07-27 | 1 | -1/+1 |
| * | * io.c (argf_eof): go to the next file if called after ARGF.close | nobu | 2009-07-26 | 1 | -0/+5 |
| * | * ChangeLog: removed extra spaces. | nobu | 2009-07-26 | 1 | -28/+17 |
| * | * vm_insnhelper.c (vm_call_method): __send__ can call protected | nobu | 2009-07-26 | 1 | -0/+5 |
| * | * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha... | azav | 2009-07-25 | 1 | -1/+1 |
| * | * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha... | azav | 2009-07-25 | 1 | -0/+8 |
| * | * io.c (argf_eof): should not have reached EOF before trying to | nobu | 2009-07-25 | 1 | -0/+6 |
| * | * complex.c (nucomp_hash), rational.c (nurat_hash): not to use | nobu | 2009-07-25 | 1 | -0/+6 |
| * | * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390] | naruse | 2009-07-24 | 1 | -0/+5 |
| * | * enc/trans/big5.trans, big5-hkscs-tbl.rb: | duerst | 2009-07-24 | 1 | -0/+14 |
| * | * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch | shugo | 2009-07-24 | 1 | -0/+8 |
| * | * lib/net/imap.rb (resp_text_code): accepts response codes without | shugo | 2009-07-23 | 1 | -0/+11 |
| * | * lib/irb/ruby-lex.rb: make irb be able to parse | keiju | 2009-07-23 | 1 | -1/+6 |
| * | * ext/tk/extconf.rb: should not create "config_list" in a $srcdir. | nagai | 2009-07-23 | 1 | -0/+4 |
| * | * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditions | usa | 2009-07-23 | 1 | -0/+5 |
| * | Remove useless extra directory. Bug #1343 | drbrain | 2009-07-22 | 1 | -0/+5 |
| * | * random.c (random_{state,left}): internal/debug use. | nobu | 2009-07-22 | 1 | -1/+5 |
| * | * test/ruby/test_module.rb (TestModule#test_alias): warning | matz | 2009-07-22 | 1 | -0/+5 |
| * | * test/ruby/test_enum.rb (TestEnumerable#each): recursive join now | matz | 2009-07-22 | 1 | -0/+5 |
| * | * common.mk (class.o): depends on vm_core.h. | nobu | 2009-07-22 | 1 | -0/+4 |
| * | * time.c (init_leap_second_info): checks the result of gmtime to | nobu | 2009-07-22 | 1 | -0/+5 |
| * | * ChangeLog: fixed a typo. | nobu | 2009-07-22 | 1 | -1/+1 |
| * | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -0/+14 |
| * | * method.h : Commas at end of enum list not allowed as of C89 | shyouhei | 2009-07-22 | 1 | -0/+8 |
| * | * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows | usa | 2009-07-22 | 1 | -0/+5 |
| * | * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6 | usa | 2009-07-22 | 1 | -0/+5 |
| * | * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin. | usa | 2009-07-22 | 1 | -0/+4 |
| * | * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addresses | usa | 2009-07-22 | 1 | -0/+5 |
| * | * ext/socket/extconf.rb: enable ipv6 support for win32. | usa | 2009-07-22 | 1 | -0/+4 |
| * | * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune. | yugui | 2009-07-22 | 1 | -0/+5 |
| * | * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw. | usa | 2009-07-22 | 1 | -0/+4 |
| * | * lib/irb.rb: forget svn commit. | keiju | 2009-07-21 | 1 | -0/+4 |
| * | * bootstraptest/test_io.rb: block write may block for long time. | matz | 2009-07-21 | 1 | -1/+4 |
| * | * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add | keiju | 2009-07-21 | 1 | -3/+8 |
| * | * random.c (rand_init): array length of random seed was broken, which | mame | 2009-07-21 | 1 | -0/+7 |
| * | * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310]. | keiju | 2009-07-21 | 1 | -0/+4 |
| * | * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096], | keiju | 2009-07-21 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object | suke | 2009-07-21 | 1 | -0/+11 |
| * | * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454] | nobu | 2009-07-21 | 1 | -0/+4 |
| * | * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/ | usa | 2009-07-21 | 1 | -0/+6 |
| * | * win32/Makefile.sub (TEST_RUNNABLE): follow r24209. | usa | 2009-07-21 | 1 | -0/+4 |
| * | * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse. | nobu | 2009-07-21 | 1 | -0/+4 |
| * | * variable.c (rb_generic_ivar_memsize): should not remove generic | nobu | 2009-07-21 | 1 | -0/+5 |
| * | * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom. | naruse | 2009-07-20 | 1 | -0/+4 |