summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-11-18* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean
2005-11-17* lib/rss/1.0.rb: added convenience method 'resources'.kou
2005-11-17* lib/rss/taxonomy.rb: implemented taxonomy module.kou
2005-11-17* lib/rss/1.0.rb: added rdf:Bag.kou
2005-11-17* lib/rss/rss.rb : removed needless argument 'prefix'.kou
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-11-15* lib/rss/trackback.rb: added TrackBack prefix.kou
2005-11-15* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou
2005-11-15* file.c (file_load_ok): eaccess() returns 0 on success.nobu
2005-11-15* array.c (rb_ary_fill): previous commit disabled this usage:ocean
2005-11-15* file.c (file_load_ok): use eaccess() instead of actually openingmatz
2005-11-15* array.c (rb_ary_fill): tail elements were vanished when the middleocean
2005-11-15* array.c (rb_ary_fill): should adjust array length correctly whenmatz
2005-11-14* ChangeLog: added ML reference.nobu
2005-11-14* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu
2005-11-14* array.c (rb_ary_first): RDoc update from Daniel Bergermatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-11-11* configure.in (socketpair): need to be checked.nobu
2005-11-11* configure.in, eval.c, intern.h: check fd_mask type.nobu
2005-11-11* eval.c, intern.h: failed to compile where NFDBITS is defined butocean
2005-11-10* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu
2005-11-10* configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean
2005-11-10* lib/shellwords.rb: fix for blank but not empty string.nobu
2005-11-08* lib/shellwords.rb: refactored. [ruby-core:06581]nobu
2005-11-08* intern.h, eval.c (rb_thread_signal_raise): costified.ocean
2005-11-08* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean
2005-11-07* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]nobu
2005-11-07* ext/openssl/ossl.h: need to include winsock2.h before includingusa
2005-11-07* ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai
2005-11-06* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean
2005-11-06* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu
2005-11-06* ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean
2005-11-06* file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu
2005-11-05* configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu
2005-11-02* lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine
2005-11-02* ext/tk/extconf.rb: change the check parameter for Win32.nagai
2005-11-02* ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-11-01* ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo
2005-10-30* ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo
2005-10-30* lib/webrick/httpservlet/cgihandler.rbgotoyuzo
2005-10-30* test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean
2005-10-29synchronized with date2 3.7tadf
2005-10-27* enumerator.c (enumerator_allocate): allow subclassing.nobu
2005-10-27* string.c (scan_once): wrong condition to use mbclen2().matz
2005-10-27* missing.h, missing/memcmp.c, missing/memmove.c:ocean
2005-10-26* ext/syck/implicit.c (syck_type_id_to_uri): should returnocean
2005-10-25* configure.in (RUBY_EXTERN): macro to export symbols in sharednobu
2005-10-25* ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean
2005-10-25* gc.c (garbage_collect): sorry, previous commit was incorrect.ocean