Age | Commit message (Expand) | Author |
2007-12-25 | * test/rinda/test_rinda.rb (MockClock#{_forward, forwrd, sleep}): | naruse |
2007-12-25 | * test/ruby/test_io_m17n.rb (test_pipe): fixed. | akr |
2007-12-25 | * thread.c (rb_thread_wait_fd_rw): should check EBADF on select(). | ko1 |
2007-12-25 | * thread_pthread.c, thread_pthread.h, thread_win32.c, | ko1 |
2007-12-25 | * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and | akr |
2007-12-25 | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz |
2007-12-25 | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 |
2007-12-25 | add ML ref. | ko1 |
2007-12-25 | * vm.c (Init_VM): remove unused code. | ko1 |
2007-12-25 | Tue Dec 25 12:32:32 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst |
2007-12-25 | * proc.c (method_inspect): preserve encoding of the method name. | matz |
2007-12-25 | * sample/from.rb: follow Ruby 1.9 libraries. | naruse |
2007-12-25 | * configure.in (BASERUBY): delayed error until BASERUBY is used. | nobu |
2007-12-25 | * sample/README: removed obsoleted files: dbmtest.rb, | matz |
2007-12-25 | * lib/csv.rb: Import the FasterCSV source as the new CSV class. | jeg2 |
2007-12-25 | * error.c (ruby_description): fixed type. | nobu |
2007-12-25 | * error.c (report_bug): uses ruby_description. | nobu |
2007-12-25 | * compile.c (iseq_compile_each): fix stack consistency error. | ko1 |
2007-12-25 | * iseq.c, vm_core.h: comment out unused fields. | ko1 |
2007-12-25 | * vm.c: check frame is FINAL when creating env. | ko1 |
2007-12-25 | Enable RDoc debugging only with $DEBUG_RDOC | drbrain |
2007-12-24 | * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV | jeg2 |
2007-12-24 | Fix some test failures in RubyGems. | drbrain |
2007-12-24 | * bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test. | ko1 |
2007-12-24 | * sample/biorhythm.rb: follow Ruby 1.9 libraries. | gotoyuzo |
2007-12-24 | * vm.c: add dummy toplevel frame. | ko1 |
2007-12-24 | Fix uninitialized variable warning in Net::HTTP | drbrain |
2007-12-24 | add a ML ref. | ko1 |
2007-12-24 | * compile.c (iseq_compile): clear local table if node == 0. | ko1 |
2007-12-24 | * parse.y (rb_id2str): fill klass of returned string as rb_cString. | akr |
2007-12-24 | add a test. | akr |
2007-12-24 | * compile.c (iseq_compile_each): fix stack consistency bug. | ko1 |
2007-12-24 | update Proc#lambda? doc. | akr |
2007-12-24 | * tool/make-snapshot: must create configure and lex.c. | eban |
2007-12-24 | * io.c (rb_io_s_pipe): now takes up to two arguments. allow its | matz |
2007-12-24 | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa |
2007-12-24 | * lib/rexml/element.rb (REXML::Elements#each): yield in each | gotoyuzo |
2007-12-24 | * compile.c (iseq_compile_each): add a "pop" insn after break | ko1 |
2007-12-24 | * id.c (Init_id): remove several unused symbols. [ruby-core:14362] | matz |
2007-12-24 | * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie. | akr |
2007-12-24 | * proc.c (method_name): preserve Symbol's encoding. | matz |
2007-12-24 | * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. | matz |
2007-12-24 | avoid keyword itself. | akr |
2007-12-24 | * lib/irb/output-method.rb: translate a comment to English to | akr |
2007-12-24 | * lib/webrick/httpservley/cgihandler.rb | gotoyuzo |
2007-12-24 | add a test for [ruby-core:14385] reported by Frederick Cheung. | akr |
2007-12-24 | * lib/cgi.rb (CGI::escape): m17nized. | akr |
2007-12-24 | * test/logger/test_logger.rb: Module#constants returns an array of Symbols. | gotoyuzo |
2007-12-24 | * transcode_data_japanese.c (select_iso_2022_mode): '\e' is not valid. | usa |
2007-12-24 | * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls | gotoyuzo |