aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/find.rb: should raise ENOENT if root entry does not exist,usa2006-02-201-0/+5
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-0/+5
* * variable.c (rb_const_get_0): Object should have been the lowestmatz2006-02-201-0/+5
* * eval.c: initial value for block_unique must be 1.matz2006-02-201-0/+5
* * lib/delegate.rb (Delegator): should not delegate "funcall".matz2006-02-201-0/+4
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz2006-02-201-0/+13
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-191-0/+5
* * lib/open-uri.rb: add :ssl_verify_mode option.akr2006-02-191-0/+7
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-0/+10
* * eval.c (rb_obj_instance_eval): RDoc description updated. amatz2006-02-181-0/+6
* * variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz2006-02-171-0/+7
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-171-0/+5
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-171-0/+19
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-0/+10
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-171-0/+5
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-151-0/+11
* * eval.c (error_line): remove void control path. [ruby-dev:28335]matz2006-02-151-0/+4
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-151-1/+6
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-151-0/+5
* * enumerator.c (enumerator_each): return self if no block ismatz2006-02-141-0/+5
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-141-0/+6
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-141-0/+4
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-141-0/+5
* * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa2006-02-141-0/+5
* * ChangeLog: typo.usa2006-02-141-1/+1
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-0/+8
* * eval.c (copy_node_scope): remove duplicated semicolons at end.matz2006-02-131-0/+9
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-0/+36
* merge Oniguruma 4.0.1kosako2006-02-121-0/+14
* add WIN32OLE.create_guid.suke2006-02-111-0/+6
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-071-1/+6
* * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban2006-02-061-0/+5
* * enum.c (enum_find_index): a new method Enumerable#find_index.matz2006-02-051-0/+5
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-051-0/+15
* * ChangeLog: update ML number.matz2006-02-051-1/+1
* * numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean2006-02-051-0/+6
* * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine2006-02-051-0/+5
* * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean2006-02-051-0/+4
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-051-3/+7
* * eval.c: apply the FreeBSD getcontext/setcontext workaroundakr2006-02-041-0/+5
* * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]matz2006-02-041-1/+5
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-0/+5
* * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean2006-02-041-0/+8
* * ruby.h: fixed prototype.ocean2006-02-031-0/+6
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-0/+36
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-031-0/+6
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-021-0/+6
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-0/+5
* * configure.in: The isinf is not regognized by autoconfocean2006-02-021-0/+5
* * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean2006-02-011-1/+10