summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-24* parse.y (rb_id2str): fill klass of returned string as rb_cString.akr
2007-12-24* compile.c (iseq_compile_each): fix stack consistency bug.ko1
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 itsmatz
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 eachgotoyuzo
2007-12-24* compile.c (iseq_compile_each): add a "pop" insn after breakko1
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-24avoid keyword itself.akr
2007-12-24* lib/irb/output-method.rb: translate a comment to English toakr
2007-12-24* lib/webrick/httpservley/cgihandler.rbgotoyuzo
2007-12-24* lib/cgi.rb (CGI::escape): m17nized.akr
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 fileuitlsgotoyuzo
2007-12-24Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295]akr
2007-12-24* transocode.c: register_functional_transcoder() added.naruse
2007-12-24* test/io/nonblock/test_flush.rb: fix test for 1.9.ko1
2007-12-24* test/rinda/test_rinda.rb: revert last commit because this test seemsko1
2007-12-24* test/rinda/test_rinda.rb: enable rinda test.ko1
2007-12-24* instruby.rb: fix rdoc install dir.ko1
2007-12-24* re.c (rb_reg_prepare_re): show regexp encoding in the error message.akr
2007-12-24* eval.c (rb_exc_raise): ANSI style.akr
2007-12-24* iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko1
2007-12-24* eval_method.c (Init_eval_method): extracted from Init_evalakr
2007-12-24* load.c (load_lock): reverted.nobu
2007-12-24* eval.c (function_call_may_return_twice_jmp_buf): removed.akr
2007-12-24* common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannotnobu
2007-12-24Mon Dec 24 17:20:34 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* include/ruby/intern.h, random.c, array.c:akr
2007-12-24Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-12-24* sample/openssl: reviewed and remove dependency on getopts.rb.gotoyuzo
2007-12-24* mkconfig.rb: add teeny to CONFIG['ruby_version'].ko1
2007-12-24* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.ko1
2007-12-24* configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu
2007-12-24* tool/serb.rb: removed.akr
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2007-12-24* thread.c (rb_thread_atfork): should not leave living_threadsnobu
2007-12-24* Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu
2007-12-24* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu
2007-12-24Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.drbrain
2007-12-24* common.mk: should not pass MAKEFLAGS to recursive make.nobu
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-12-24Fix display of GEMDIRS, make command command examples match ri's name.drbrain
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain