summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-19* dir.c (Init_Dir): define inspect method. [ruby-core:15960]nobu
2008-03-19* misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labelsnobu
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-18* 2008-03-19usa
2008-03-18* lib/erb.rb (ERB::Compiler): Make some minor code optimization.seki
2008-03-17* misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu
2008-03-17* configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu
2008-03-14* configure.in (RUBY_LIB_PREFIX): fix for prefix.nobu
2008-03-14* lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz
2008-03-14* configure.in (RUBY_LIB_PREFIX): use libdir.nobu
2008-03-14* configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu
2008-03-12* eval.c (rb_call0): yields the last executed node line number atnobu
2008-03-12* gc.c: removed trailing spaces.nobu
2008-03-112008-03-12kazu
2008-03-11* lib/delegate.rb: check $@ to avoid NoMethodError.kazu
2008-03-11* numeric.c (fix_coerce): try conversion before type check.nobu
2008-03-11* lib/delegate.rb (Delegator#initialize, DelegateClass): skip correctnobu
2008-03-11* win32/win32.c (rb_w32_cmdvector): terminate shrunken command line.nobu
2008-03-11* common.mk (clean-local): removes MINOBJS.nobu
2008-03-10* ChangeLog: fixed indent.nobu
2008-03-08* file.c (isdirsep): backslash is valid path separator on cygwin too.nobu
2008-03-07* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu
2008-03-06* ChangeLog: message missing.usa
2008-03-06 * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa
2008-03-06* parse.y (opt_block_param): command can start just after block paramnobu
2008-03-06* 2008-03-06usa
2008-03-05lib/erb.rb: update RDoc. Thanks Makoto Kuwata [ruby-dev:33702]seki
2008-03-03* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-03-03* hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-26* 2008-02-26usa
2008-02-26* ext/openssl/ossl_pkey_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama
2008-02-26* parse.y (tokadd_escape): refactored. [ruby-core:15657]akr
2008-02-25update changelogtechnorama
2008-02-25Mon Feb 25 17:30:29 2008 Technorama Ltd. <oss-ruby@technorama.net>technorama
2008-02-25* 2008-02-25usa
2008-02-25* process.c (Init_process): share bignum objects for RLIM_INFINITY,akr
2008-02-24* common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu
2008-02-23* util.c (valid_filename): use O_EXCL to get rid of clobberingnobu
2008-02-22* bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu
2008-02-22* bignum.c (rb_big_lshift, rb_big_rshift, rb_big_aref): removed excessnobu
2008-02-20* test/ruby/test_beginendblock.rb (test_begin_and_eval): add test fornobu
2008-02-20* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu
2008-02-20* win32/win32.c (rb_w32_map_errno): exported.nobu
2008-02-20* instruby.rb (parse_args): added --dir-mode, --script-mode andnobu
2008-02-19* gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857]akr
2008-02-19* ext/readline/readline.c (readline_event): prevent polling. based onnobu
2008-02-19* parse.y (yycompile): clear ruby_eval_tree_begin if parse failed.nobu
2008-02-18* parse.y (yycompile): clear ruby_eval_tree_begin too before parse.nobu