summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-02-22* lib/pathname.rb (Pathname#each_filename): use split_names properly.akr
2006-02-22* test/webrick/test_cgi.rb: should support platforms which searchusa
2006-02-22* bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz
2006-02-22* eval.c (proc_alloc): add proper check for creation of a lambdamatz
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-20* mkconfig.rb: alias Config to RbConfig for compatibility.akr
2006-02-20* io.c (rb_io_reopen): flush before reopening a file.akr
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-20* lib/find.rb: should raise ENOENT if root entry does not exist,usa
2006-02-20* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz
2006-02-20* variable.c (rb_const_get_0): Object should have been the lowestmatz
2006-02-20* eval.c: initial value for block_unique must be 1.matz
2006-02-20* lib/delegate.rb (Delegator): should not delegate "funcall".matz
2006-02-20* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-19* lib/open-uri.rb: add :ssl_verify_mode option.akr
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-18* eval.c (rb_obj_instance_eval): RDoc description updated. amatz
2006-02-17* variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
2006-02-17* eval.c (ev_const_get): simplified using rb_const_get_fallback().matz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-17* eval.c (rb_thread_wait_for): sleep should always sleep formatz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
2006-02-15* eval.c (error_line): remove void control path. [ruby-dev:28335]matz
2006-02-15* eval.c (yield_under_i): should not pass self as an argument tomatz
2006-02-15* eval.c (rb_obj_instance_eval): should no singleton classes formatz
2006-02-14* enumerator.c (enumerator_each): return self if no block ismatz
2006-02-14* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-14* win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa
2006-02-14* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa
2006-02-14* ChangeLog: typo.usa
2006-02-14* time.c (search_time_t): support non 32bit time_t environments.usa
2006-02-13* eval.c (copy_node_scope): remove duplicated semicolons at end.matz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-12merge Oniguruma 4.0.1kosako
2006-02-11add WIN32OLE.create_guid.suke
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-02-06* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban
2006-02-05* enum.c (enum_find_index): a new method Enumerable#find_index.matz
2006-02-05* ruby.h (struct RStruct): embed 3 or less elements structs.akr
2006-02-05* ChangeLog: update ML number.matz
2006-02-05* numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean
2006-02-05* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine
2006-02-05* lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean
2006-02-05* lib/pstore.rb: should return default value if name is not found.ocean
2006-02-04* eval.c: apply the FreeBSD getcontext/setcontext workaroundakr
2006-02-04* oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]matz
2006-02-04* win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa