summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean
2006-02-03* ruby.h: fixed prototype.ocean
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-02-03* ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean
2006-02-02* ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean
2006-02-02* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa
2006-02-02* configure.in: The isinf is not regognized by autoconfocean
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2006-01-31* ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai
2006-01-30* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean
2006-01-27* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean
2006-01-26* ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2006-01-22* lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu
2006-01-22* eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr
2006-01-22* eval.c (ruby_setjmp): workaround for FreeBSD/i386akr
2006-01-19* lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine
2006-01-18* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARCakr
2006-01-17* eval.c (rb_mod_method_defined): ditto.nobu
2006-01-17* object.c (rb_mod_const_get, rb_mod_const_defined): added optionalnobu
2006-01-17* win32/setup.mak (MAKE): workaround for nmake 8.usa
2006-01-17* win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.usa
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-13* file.c (rb_file_s_chmod): avoid warning where sizeof(int) !=ocean
2006-01-13* lib/rdoc/diagram.rb:ocean
2006-01-12* ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai