summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-24* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa
2004-06-24* win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa
2004-06-24* io.c (rb_io_fread): return already read data when system call isnobu
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-23io_seek()'s retval should be checked [ruby-core:03045]michal
2004-06-23Fix indentation in time.cmichal
2004-06-23* lib/net/imap.rb: added new option --ssl.shugo
2004-06-22Fixed parsing of %r{} when generating source popupdave
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* eval.c (return_jump, break_jump): raise unexpceted local jumpnobu
2004-06-22* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa
2004-06-22 * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke
2004-06-22* sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa
2004-06-22Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal
2004-06-21* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo
2004-06-21* win32/win32.c (rb_w32_opendir): should set errno if error occursusa
2004-06-20* lib/net/ftp.rb (binary=): send TYPE commands only once.shugo
2004-06-19* eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu
2004-06-19* eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu
2004-06-18 * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou
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-16Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal
2004-06-16* array.c (ary_new): move alloc behind checks. [ruby-core:02982]nobu
2004-06-16* object.c (rb_class_inherited_p): singleton class inherits Classnobu
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-14* ext/tk/lib/remote-tk.rb: bug fixnagai
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-06-12* dir.c: RDOC for File::FNM_CASEFOLD was missed.ocean
2004-06-12* configure.in (target_os): strip -gnu suffix on Linux.eban
2004-06-11* array.c: remove #indexes, #indices.matz
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-09* configure.in: Add support for DragonFly BSD.knu
2004-06-09* config.guess, config.sub: Update to a more recent version as ofknu
2004-06-09* win32/win32.c: remove unused functions and variables.usa
2004-06-05* string.c (str_new4): should share shared instance if it alreadymatz
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-28* eval.c (rb_eval): bad influence on frame node.nobu
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
2004-05-27* lib/pstore.rb (transaction): allow overriding dump and load.matz
2004-05-27* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-05-27* io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban
2004-05-27* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban
2004-05-27 * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi