summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2007-05-14* ext/thread/thread.c (wait_list): supress a warning.nobu
2007-05-10* eval.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-09* 2007-05-09nobu
2007-05-08* 2007-05-08usa
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-04-29* 2007-04-30eban
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu
2007-04-24* dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-20* eval.c (ruby_cleanup): inversed the order of errinfos.nobu
2007-04-19* lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond):nobu
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-04-17* eval.c (rb_yield_0): should not clear state on TAG_NEXT whenmatz
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-04-10* 2007-04-10usa
2007-04-09* 2007-04-09eban
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-03-21* bignum.c (rb_big2str0): round up for the most significant digit.nobu
2007-03-2020070320knu
2007-03-19* 2007-03-19usa
2007-03-18* 2007-03-18eban
2007-03-17* 2007-03-17eban
2007-03-16* 2007-03-16eban
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-11* ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.knu