aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2009-01-23svn2009-01-231-2/+2
* * signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]nobu2009-01-232-0/+8
* Recover default_default_internal.naruse2009-01-221-0/+1
* * lib/mkmf.rb (create_makefile): removes installed files undernobu2009-01-222-6/+13
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-223-1/+11
* * ext/socket/extconf.rb ($distcleanfiles): fixed typo.nobu2009-01-221-1/+1
* * ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].nobu2009-01-221-1/+1
* * lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu2009-01-226-12/+44
* * revert previous revision. it's already out-of-date.usa2009-01-224-14/+6
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-224-2/+21
* * test/ruby/test_process.rb: mswin specs.usa2009-01-221-22/+24
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-222-1/+6
* * gc.c (define_final): cannot define finalizer for immediatenobu2009-01-222-2/+16
* * thread.c (rb_time_timeval): made a real prototype. a patch fromnobu2009-01-222-1/+6
* * 2009-01-22svn2009-01-211-2/+2
* * array.c (ary_double_capa): a new function to expand array morematz2009-01-212-13/+30
* * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu2009-01-213-2/+11
* Add test for String#encode.naruse2009-01-211-0/+12
* * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu2009-01-212-1/+8
* * string.c (hash): suppress a warning.nobu2009-01-211-0/+2
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-214-4/+15
* * parse.y (debug_lines): calls rb_intern() once.nobu2009-01-212-2/+8
* * ruby.c (load_file_internal): no need to cast.nobu2009-01-211-10/+10
* * include/ruby/io.h (FMODE_EOF): EOF flag on TTY.nobu2009-01-211-8/+11
* * include/ruby/io.h (typedef struct rb_io_t):nobu2009-01-213-3/+25
* * 2009-01-21svn2009-01-201-2/+2
* Imported minitest 1.3.1 r4532.ryan2009-01-203-0/+21
* * ext/socket/socket.c (socket_s_list_ip_address): new method.akr2009-01-206-1/+281
* * ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr2009-01-203-4/+22
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.naruse2009-01-202-20/+26
* * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu2009-01-204-9/+16
* * Makefile.in (miniruby): renames and then removes, to get rid ofnobu2009-01-205-18/+31
* * string.c (hash): fixed the tail bytes handling in the alignednobu2009-01-202-4/+15
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.usa2009-01-202-1/+9
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-195-3/+24
* * ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.naruse2009-01-192-264/+334
* * string.c (hash): fixed typo. [ruby-dev:37791]nobu2009-01-192-1/+5
* * 2009-01-20svn2009-01-191-2/+2
* * ext/socket/mkconstants.rb (SOMAXCONN): defined.akr2009-01-192-0/+6
* * ext/socket/mkconstants.rb: use erb for generating code.akr2009-01-192-7/+14
* * string.c (hash): defaulted to MurmurHash 2.0.nobu2009-01-192-2/+6
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu2009-01-193-7/+7
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu2009-01-193-8/+23
* * vm_dump.c (vm_stack_dump_each): used only if debug mode.nobu2009-01-191-1/+2
* * string.c (hash): added MurmurHash 2.0.nobu2009-01-192-54/+97
* * thread.c (rb_thread_execute_interrupts): needsnobu2009-01-193-2/+6
* * ruby.c (require_libraries): reset th->parse_in_eval whileko12009-01-192-0/+9
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-196-44/+55
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-1914-77/+92
* * ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),nobu2009-01-192-1/+8