summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-24* io.c (rb_io_fread): return already read data when system call isnobu
2004-06-242004-06-24eban
2004-06-23* version.h: added declarations of ruby_version,shugo
2004-06-23Work around OSX strangneness with recvfrom on connection-oriented socketsdave
2004-06-23* ext/zlib/zlib.c: 0xff should not be shifted by 24 bits onmatz
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-06-222004-06-23eban
2004-06-22* ext/win32ole/win32ole.c (ole_hresult2msg): remove trailingocean
2004-06-22* io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-06-222004-06-22eban
2004-06-22* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-06-212004-06-21usa
2004-06-21* win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa
2004-06-192004-06-19nobu
2004-06-19* eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu
2004-06-18* eval.c (eval): adjust indent.nobu
2004-06-182004-06-18nobu
2004-06-18* eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-06-16* test/ruby/test_array.rb: use local variables instead of a globalnobu
2004-06-162004-06-16eban
2004-06-16* object.c (rb_mod_le): singleton class inherits Class rather than itsnobu
2004-06-16* gc.c (stack_grow_direction): memoize the direction.nobu
2004-06-15* ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai
2004-06-142004-06-14eban
2004-06-14* ext/tk/lib/remote-tk.rb: bug fixnagai
2004-06-122004-06-13eban
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-06-12This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-06-122004-06-12eban
2004-06-12* configure.in (target_os): strip -gnu suffix on Linux.eban
2004-06-11* config.guess: Restore a wrongly removed hyphen.knu
2004-06-112004-06-11eban
2004-06-11* config.guess: Attempt to avoid system name change onknu
2004-06-11* config.guess, config.sub: Attempt to avoid system name change onknu
2004-06-102004-06-10eban
2004-06-10* ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-06-092004-06-09knu
2004-06-09* config.guess, config.sub: Update to a more recent version as ofknu
2004-06-062004-06-06eban
2004-06-06* eval.c (rb_eval): bad influence on frame node.matz
2004-06-05* string.c (str_new4): should share shared instance if it alreadymatz
2004-06-042004-06-04eban
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-27 * lib/logger.rb: leading 0 padding of timestamp usec part.nahi
2004-05-27* lib/pathname.rb (Pathname#initialize): fix pathname initializationakr
2004-05-27* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean