aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-221-0/+6
* * ext/win32ole/win32ole.c (OLE_FREE): should not call CoFreeUnuse-suke2004-06-221-0/+10
* * sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf withusa2004-06-221-0/+5
* Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly...michal2004-06-221-0/+5
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-211-0/+20
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-211-0/+5
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-0/+4
* * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu2004-06-191-1/+4
* * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713]nobu2004-06-191-0/+4
* * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou2004-06-181-0/+4
* * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limitnobu2004-06-181-0/+5
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-0/+5
* Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal2004-06-161-0/+5
* * array.c (ary_new): move alloc behind checks. [ruby-core:02982]nobu2004-06-161-0/+12
* * object.c (rb_class_inherited_p): singleton class inherits Classnobu2004-06-161-0/+5
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-161-1/+7
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-0/+4
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-0/+4
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-121-0/+19
* * dir.c: RDOC for File::FNM_CASEFOLD was missed.ocean2004-06-121-0/+4
* * configure.in (target_os): strip -gnu suffix on Linux.eban2004-06-121-0/+4
* * array.c: remove #indexes, #indices.matz2004-06-111-0/+16
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-101-0/+5
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-0/+9
* * configure.in: Add support for DragonFly BSD.knu2004-06-091-0/+4
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-091-0/+5
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-0/+4
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-051-0/+5
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-0/+5
* * eval.c (rb_eval): bad influence on frame node.nobu2004-05-281-1/+7
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-271-0/+5
* * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean2004-05-271-1/+5
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-0/+7
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-271-0/+5
* * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban2004-05-271-0/+2
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-271-0/+5
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-271-0/+4
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-0/+13
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-261-1/+6
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-261-0/+10
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-261-0/+4
* fix ML reference.nobu2004-05-261-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-0/+10
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-0/+7
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-241-0/+5
* SYSTEM identifiers must be absolutedave2004-05-241-0/+5
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-221-0/+6
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-0/+5
* Add '()' around parameters that don't have themdave2004-05-211-0/+5
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-0/+6