aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-3/+3
* * configure.in (aix): enable shared by default.nobu2007-08-161-3/+3
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-3/+3
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-071-3/+3
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-3/+3
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-4/+4
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-3/+3
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-3/+3
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-3/+3
* * intern.h (is_ruby_native_thread): removed since declared as an intnobu2007-07-221-3/+3
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-3/+3
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-3/+3
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-3/+3
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-3/+3
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-3/+3
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-151-3/+3
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-3/+3
* * numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz2007-07-131-3/+3
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-3/+3
* * struct.c (rb_struct_init_copy): disallow changing the size.nobu2007-07-121-3/+3
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-101-3/+3
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-061-3/+3
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-051-3/+3
* * sprintf.c (rb_f_sprintf): sign bit extension should not be donenobu2007-07-021-4/+4
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-291-3/+3
* * parse.y (dsym): return non-null NODE even if yyerror(). based on anobu2007-06-291-3/+3
* * 2007-06-26usa2007-06-261-3/+3
* * hash.c (rb_hash_select): remove unnecessary varargs formatz2007-06-221-3/+3
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-171-3/+3
* * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.usa2007-06-151-3/+3
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-3/+3
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu2007-06-121-3/+3
* * 2007-06-12usa2007-06-121-3/+3
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-06-101-3/+3
* * 2007-06-04eban2007-06-041-4/+4
* * 2007-05-31eban2007-05-301-3/+3
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-291-3/+3
* * win32/win32.c (rb_w32_opendir): store attributes of the secondnobu2007-05-291-3/+3
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu2007-05-251-3/+3
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-3/+3
* * array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz2007-05-181-0/+2
* * win32/mkexports.rb: preserve prefixed underscores for WINAPInobu2007-05-171-3/+3
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-171-3/+3
* * 2007-05-15usa2007-05-151-3/+3
* * ext/thread/thread.c (wait_list): supress a warning.nobu2007-05-141-3/+3
* * eval.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-101-3/+3
* * 2007-05-09nobu2007-05-091-3/+3
* * 2007-05-08usa2007-05-081-3/+3
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-4/+4
* * 2007-04-30eban2007-04-291-3/+3