summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-02-05* ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr
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: imported from trunk, rev 1.129aamine
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* 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* 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* eval.c (eval): need not to protect $SAFE value.matz
2006-02-02commit miss...ocean
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-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-20add ML ref.akr
2006-01-20* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64akr
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* win32/setup.mak (MAKE): workaround for nmake 8.usa
2006-01-17* win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaroundusa
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-13* io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): definedakr
2006-01-13* file.c (rb_file_s_chmod): avoid warning where sizeof(int) !=ocean
2006-01-13Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi>akr
2006-01-13* lib/rdoc/diagram.rb:ocean
2006-01-12* ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai
2006-01-10bit more explanation for previous change.akr
2006-01-10* gc.c (garbage_collect): mark ruby_current_node.akr
2006-01-10Commit miss again.ocean
2006-01-10* ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean
2006-01-10* lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean
2006-01-09* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean
2006-01-09* win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean
2006-01-07* parse.y (singleton): get rid of segfault on syntax error.nobu
2006-01-06* win32/win32.c (ioinfo): revert previous commit. sorry.usa
2006-01-05* win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa
2006-01-01no messageocean
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-12-31* eval.c (rb_thread_save_context): should not recycle scope object usednobu
2005-12-30* win32/Makefile.sub: VC++8 support.nobu
2005-12-30* gc.c (garbage_collect): mark objects refered from aborting threads.nobu
2005-12-30* dir.c (glob_helper): do not use TRUE for djgpp.eban
2005-12-29* file.c (eaccess): workaround for VC++8 runtime.usa