summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-03-12* eval.c (rb_call0): yields the last executed node line number atnobu
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-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* bignum.c (big2str_find_n1): check integer overflow.nobu
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-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* 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
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2008-02-15 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-02-15* ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu
2008-02-14* configure.in (ftruncate): check if available.nobu
2008-02-14* configure.in (sigsetmask): check when signal semantics is not POSIX.nobu
2008-02-14tweak mail addressesmatz
2008-02-14* ext/dl/ptr.c (dlmem_each_i): typo fixed. a patch from IKOMAmatz
2008-02-14* file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu
2008-02-13* lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu
2008-02-13* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu
2008-02-12TestERBCore: import from erb-2.0.4seki
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou
2008-02-11* ChangeLog: format-time-string under C locale. [ruby-dev:33261]shyouhei
2008-02-11* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu