| Commit message (Expand) | Author | Age | Files | Lines |
* | * tool/make-snapshot: must create configure and lex.c. | eban | 2007-12-24 | 2 | -1/+5 |
* | * io.c (rb_io_s_pipe): now takes up to two arguments. allow its | matz | 2007-12-24 | 2 | -22/+92 |
* | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa | 2007-12-24 | 4 | -8/+17 |
* | * lib/rexml/element.rb (REXML::Elements#each): yield in each | gotoyuzo | 2007-12-24 | 2 | -2/+7 |
* | * compile.c (iseq_compile_each): add a "pop" insn after break | ko1 | 2007-12-24 | 4 | -9/+29 |
* | * id.c (Init_id): remove several unused symbols. [ruby-core:14362] | matz | 2007-12-24 | 5 | -11/+8 |
* | * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie. | akr | 2007-12-24 | 2 | -0/+9 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 8 | -13/+17 |
* | * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. | matz | 2007-12-24 | 6 | -35/+80 |
* | avoid keyword itself. | akr | 2007-12-24 | 1 | -1/+2 |
* | * lib/irb/output-method.rb: translate a comment to English to | akr | 2007-12-24 | 2 | -5/+10 |
* | * lib/webrick/httpservley/cgihandler.rb | gotoyuzo | 2007-12-24 | 2 | -1/+6 |
* | add a test for [ruby-core:14385] reported by Frederick Cheung. | akr | 2007-12-24 | 1 | -0/+9 |
* | * lib/cgi.rb (CGI::escape): m17nized. | akr | 2007-12-24 | 2 | -10/+19 |
* | * test/logger/test_logger.rb: Module#constants returns an array of Symbols. | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | * transcode_data_japanese.c (select_iso_2022_mode): '\e' is not valid. | usa | 2007-12-24 | 2 | -1/+5 |
* | * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls | gotoyuzo | 2007-12-24 | 2 | -1/+6 |
* | Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 10 | -352/+20 |
* | * lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295] | akr | 2007-12-24 | 2 | -2/+6 |
* | * changed constant name: Struct::MyStruct -> Struct::MyJsonStruct | nahi | 2007-12-24 | 1 | -1/+1 |
* | * transocode.c: register_functional_transcoder() added. | naruse | 2007-12-24 | 4 | -19/+322 |
* | add tests. | akr | 2007-12-24 | 1 | -0/+37 |
* | * test/io/nonblock/test_flush.rb: fix test for 1.9. | ko1 | 2007-12-24 | 2 | -2/+5 |
* | * test/rinda/test_rinda.rb: revert last commit because this test seems | ko1 | 2007-12-24 | 2 | -0/+14 |
* | * test/rinda/test_rinda.rb: enable rinda test. | ko1 | 2007-12-24 | 2 | -9/+4 |
* | * instruby.rb: fix rdoc install dir. | ko1 | 2007-12-24 | 2 | -1/+5 |
* | add a test for non-ascii method name. | akr | 2007-12-24 | 1 | -0/+15 |
* | add tests. | akr | 2007-12-24 | 1 | -1/+20 |
* | add tests. | akr | 2007-12-24 | 1 | -0/+81 |
* | add succ tests from the succ document. | akr | 2007-12-24 | 1 | -0/+7 |
* | * re.c (rb_reg_prepare_re): show regexp encoding in the error message. | akr | 2007-12-24 | 2 | -1/+8 |
* | * eval.c (rb_exc_raise): ANSI style. | akr | 2007-12-24 | 3 | -11/+16 |
* | * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier. | ko1 | 2007-12-24 | 3 | -6/+47 |
* | * eval_method.c (Init_eval_method): extracted from Init_eval | akr | 2007-12-24 | 3 | -3/+17 |
* | * load.c (load_lock): reverted. | nobu | 2007-12-24 | 3 | -2/+10 |
* | refine a test. | akr | 2007-12-24 | 1 | -5/+14 |
* | * eval.c (function_call_may_return_twice_jmp_buf): removed. | akr | 2007-12-24 | 2 | -3/+6 |
* | * common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannot | nobu | 2007-12-24 | 2 | -3/+8 |
* | Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 4 | -276/+5 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 4 | -6/+26 |
* | Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 237 | -30253/+5 |
* | * load.c (rb_feature_p): returns loading path name too. | nobu | 2007-12-24 | 4 | -22/+69 |
* | * load.c (rb_feature_p): returns loading path name too. | nobu | 2007-12-24 | 3 | -16/+22 |
* | enable several rdoc. | akr | 2007-12-24 | 5 | -24/+20 |
* | * sample/openssl: reviewed and remove dependency on getopts.rb. | gotoyuzo | 2007-12-24 | 8 | -947/+53 |
* | * mkconfig.rb: add teeny to CONFIG['ruby_version']. | ko1 | 2007-12-24 | 2 | -1/+5 |
* | * tool/compile.rb, getrev.rb, runruby.rb: remove unused tools. | ko1 | 2007-12-24 | 4 | -84/+4 |
* | update Proc#lambda? doc. | akr | 2007-12-24 | 1 | -2/+6 |
* | * configure.in, cygwin/GNUmakefile.in, */Makefile.sub, | nobu | 2007-12-24 | 7 | -38/+46 |
* | * tool/serb.rb: removed. | akr | 2007-12-24 | 2 | -17/+4 |