summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-26* 2007-06-26usa
2007-06-22* hash.c (rb_hash_select): remove unnecessary varargs formatz
2007-06-17* variable.c (rb_path2class): get rid of dangling pointer caused bynobu
2007-06-15 * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.usa
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-06-12* eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu
2007-06-12* 2007-06-12usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-04* 2007-06-04eban
2007-05-30* 2007-05-31eban
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-29* win32/win32.c (rb_w32_opendir): store attributes of the secondnobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-18* array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz
2007-05-17* win32/mkexports.rb: preserve prefixed underscores for WINAPInobu
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-05-15* 2007-05-15usa