summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-03-31* configure.in: __builtin_setjmp cannot handle a variable.nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-29* ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.nobu
2008-03-29* class.c (clone_method): should copy cref as well.matz
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2008-03-24* eval.c (rb_eval): Call trace hook for if expression after theknu
2008-03-24* parse.y (yycompile): Always prepare a new array for each file'sknu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-23use proc instead of Thread. [ruby-dev:33692]seki
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2008-03-21* instruby.rb (open_for_install): write block result and rewrite onlynobu
2008-03-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
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* 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-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