summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-06-22* ruby.c (ruby_init_loadpath_safe): removed "." from load_path.nobu
2009-06-22* compile.c (iseq_set_arguments, iseq_compile_each): internalnobu
2009-06-22* ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu
2009-06-22* ruby.c (process_options): set progname earlier.nobu
2009-06-22* io.c (rb_io_fdatasync): new method IO#fdatasync.nobu
2009-06-21* load.c (Init_load): $: must be readonly. [ruby-dev:38690]mame
2009-06-21* lib/fileutils.rb (FileUtils::Entry_#copy_file): open withnobu
2009-06-21* transcode.c (enc_arg): default interanl encoding may not be set.nobu
2009-06-21* ChangeLog: fixed probable typos.nobu
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2009-06-20 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19* lib/monitor.rb (MonitorMixin::extend_object): should usematz
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c; edited rdoc.tadf
2009-06-19 * rational.c (nurat_abs); removed.tadf
2009-06-19 * complex.c: added rdoc.tadf
2009-06-19 * numeric.c: edited rdoc.tadf
2009-06-19 * rational.c; edited rdoc.tadf
2009-06-19due to conflicttadf
2009-06-19* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]matz
2009-06-19 * complex.c: constant COMPLEX_NAME has been removed.tadf
2009-06-19 * rational.c: added rdoc. a patch from Run Paint Run Run.tadf
2009-06-19* numeric.c (flo_cmp): should always return nil for NaN.matz
2009-06-19 * numeric.c (*_numerator,*_denominator): moved to rational.c.tadf
2009-06-18* bignum.c (big_lshift, big_rshift): return Bignum always withoutnobu
2009-06-18* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-18removed an extra space.tadf
2009-06-18 * numeric.c ( num_numerator, num_denominator): usetadf
2009-06-18Imported minitest 1.4.0 r5083.ryan
2009-06-17* numeric.c (flo_cmp): Infinity is greater than any bignummatz
2009-06-17* file.c (file_expand_path): drive letter is ascii only.nobu
2009-06-17* configure.in (ridir, RI_BASE_NAME): fixed for path expansion.nobu
2009-06-17 * rational.c (nurat_coerce): accepts Complex when the imag istadf
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2009-06-17* load.c (rb_mod_autoload): ditto. [ruby-core:23835]matz
2009-06-17* load.c (rb_f_require): RDoc updated. a patch from Run Paint Runmatz
2009-06-17* sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]nobu
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-17* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() onmatz
2009-06-16* ext/objspace: added. objspace library extends some methods toko1
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-16* lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-06-16* iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako1
2009-06-16* st.c, include/ruby/st.h (st_memsize): added. This function returnsko1
2009-06-16* include/ruby/ruby.h: New structure RTypedData, added.ko1
2009-06-16* gc.c: fix indent.ko1
2009-06-16* gc.c (rb_objspace_each_objects): New C API, added.ko1