summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-22* common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu
2007-12-22* lib/net/imap.rb (initialize): fixed documentation.shugo
2007-12-22* lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo
2007-12-22update tests for latest /.../n handling.akr
2007-12-22* lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf
2007-12-22* regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr
2007-12-22* parse.y (reg_named_capture_assign_iter): allows non-ascii names andnobu
2007-12-22* test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko1
2007-12-22* bootstraptest/test_objectspace.rb: skip flozen string.ko1
2007-12-22* array.c (rb_ary_permutation): add volatile to avoid GC problem.ko1
2007-12-22* test/ruby/test_float.rb (test_float): test literal, not sprintf.usa
2007-12-22* eval.c (rb_obj_instance_eval): use class of immediate objects.ko1
2007-12-22 * encoding.c (rb_locale_charmap): win32 support.usa
2007-12-22Place bin dir before lib dir so gem bin stubs work.drbrain
2007-12-22Updated ChangeLog with Rake info.jim
2007-12-22* lib/vm: removed.nobu
2007-12-22* parse.y (reg_named_capture_assign_iter): just ignore thematz
2007-12-22* tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko1
2007-12-22* parse.y (reg_named_capture_assign_iter): captured name shouldmatz
2007-12-22* tool/insns2vm.rb: set property.nobu
2007-12-22* eval.c (rb_f_method_name): now __method__ and __callee__ arematz
2007-12-21* string.c (rb_str_buf_append): improvement for non-broken codednobu
2007-12-21* bootstraptest/test_fork.rb: skip if fork is not unsupported.ko1
2007-12-21io.c: fix typo in rdoc commentdavidflanagan
2007-12-21 * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz
2007-12-21* parse.y (command): block from cmd_brace_block was ignored.matz
2007-12-21test/ruby/test_eval.rb: class variable test updated.matz
2007-12-21* io.c (io_ungetc): avoid buffer relocation, which might causematz
2007-12-21* re.c (ARG_ENCODING_NONE): defined for /.../n option.akr
2007-12-21* test/json/test_json_addition.rb (test_core): do not use Time.nowshugo
2007-12-21 * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa
2007-12-21ChangeLog: conflict mark removed.matz
2007-12-21* sample/test.rb (valid_syntax): force_encoding input script.matz
2007-12-21 * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa
2007-12-21* bignum.c (rb_big_mul0): remove unused variable.matz
2007-12-21* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu
2007-12-21* string.c (rb_str_succ): retry increasing until valid char is found.nobu
2007-12-21* encoding.c (rb_enc_replicate): now creates first class encoding.nobu
2007-12-21* io.c: write() should be in blocking region.ko1
2007-12-21* ext/tk/lib/tk/ttk_selector.rb: set properties.nobu
2007-12-21Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai
2007-12-21* transcode.c (rb_str_transcode_bang): returns self if no conversion.nobu
2007-12-21Update to RubyGems 1.0.1, r1581drbrain
2007-12-21* bootstraptest/pending.rb: renamed from featurebug.rb.ko1
2007-12-21* debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu
2007-12-21* bootstraptest/featurebug.rb: added.ko1
2007-12-21* thread.c (rb_thread_atfork): fix to mark thread object.ko1
2007-12-21* gc.h: extern variable should not be initialized.ko1