summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-13* win32/mkexports.rb: deal with __fastcall name decorations.nobu
2007-10-12* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typomatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-11* 2007-10-11usa
2007-10-06* string.c (rb_str_to_i): update RDoc since base can be any valuematz
2007-10-052007-10-05knu
2007-10-02 * win32/win32.c (init_env): initialize HOME and USER environmentusa
2007-10-01* eval.c (remove_method): should not remove undef place holder.matz
2007-09-25* parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-20* string.c (str_alloc): defaults to null_str instead of NULL.nobu
2007-09-20* process.c (rb_detach_process): cast for the platforms where size ofnobu
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-08* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-08-31* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize.suke
2007-08-30* configure.in (group_member): check if presents.nobu
2007-08-29 * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, suke
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-08-21* hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu
2007-08-20* eval.c (mnew): should preserve noex as safe_level.matz
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-22* intern.h (is_ruby_native_thread): removed since declared as an intnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20* ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu
2007-07-14* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-07-12* struct.c (rb_struct_init_copy): disallow changing the size.nobu
2007-07-10* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu
2007-07-06* eval.c (rb_interrupt): suppress a gcc's officious warning.nobu
2007-07-05* numeric.c (int_pow): even number multiplication never be negative.nobu
2007-07-02* sprintf.c (rb_f_sprintf): sign bit extension should not be donenobu
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu