summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-01-01* NEWS (optparse): shell completion support.nobu
2011-01-01 * intern.h (VALUE rb_ary_join): I have never seen this functionnobu
2010-12-31* win32/win32.c (rb_w32_write_console): don't raise exception whennaruse
2010-12-31* enum.c (enum_sort_by): use less temporary objects.akr
2010-12-31* configure.in (warnflags), lib/mkmf.rb (configuration): turnnobu
2010-12-31* ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu
2010-12-31* st.c: parenthesize macro arguments.akr
2010-12-30* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse
2010-12-30* Makefile.in: remove unnecessary semicolons.kazu
2010-12-30* vm.c (vm_define_method): guard iseq from GC while method definition.wanabe
2010-12-30git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30431 b2dd03c8-39d4-4d8f-98...kosaki
2010-12-30 * Makefile.in: Check V=1 argument if run "make clean" or similar.kosaki
2010-12-30 * Makefile.in: Kill ugly line continuation.kosaki
2010-12-30* sprintf.c: parenthesize macro arguments.akr
2010-12-29* io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILEnobu
2010-12-29* ext/extmk.rb: strip current directory prefix.nobu
2010-12-29* enc/depend (clean): remove name2ctype.h when out-of-place build.nobu
2010-12-29* win32/Makefile.sub (clean-enc): pass V to inferior make.nobu
2010-12-29* ChangeLog: typo.usa
2010-12-29Sorry, commit miss of r30412.usa
2010-12-29* signal.c: parenthesize macro arguments.akr
2010-12-28Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain
2010-12-28Import RDoc 3.1drbrain
2010-12-28 * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa
2010-12-27* ruby.c: parenthesize macro arguments.akr
2010-12-27* NEWS: add ARGF.write and so on.kazu
2010-12-27* NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]kazu
2010-12-27* ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove
2010-12-27* NEWS: Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833]kazu
2010-12-27 * win32/configure.bat: Remove obsoleted conding rule. Now, wekosaki
2010-12-27* re.c: parenthesize macro arguments.akr
2010-12-27* win32/README.win32: note to need NT based OS to build ruby.usa
2010-12-27* common.mk (EXTMK_ARGS): specify to pass macro V, because nmakeusa
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-26* misc/rb_optparse.zsh: add compdef for generator.kazu
2010-12-26* lib/optparse.rb (OptionParser#compsys): escape brackets too.kazu
2010-12-26* ext/socket/mkconstants.rb: add IF_NAMESIZE.akr
2010-12-26 * win32/Makefile.sub: suppress a strange error message when RMALLkosaki
2010-12-26 * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322.kosaki
2010-12-26* ext/ripper/depend (ripper.y): fix messages with nmake.nobu
2010-12-26* file.c (file_expand_path): get rid of warnings caused bynobu
2010-12-26 * process.c (before_exec): add small comment.kosaki
2010-12-26* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr
2010-12-26* ext/socket/option.c: define IFNAMSIZ if not available.akr
2010-12-26* lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu
2010-12-26* parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-26* rational.c: parenthesize macro arguments.akr
2010-12-26* ext/socket/option.c (rb_if_indextoname): new function to abstractakr
2010-12-25* ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena