summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-19* remove trailing spaces.nobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-19* ext/fiddle/extconf.rb: ignore rc version of libffi to fix build failure.ktsj
2013-05-19* misc/ruby-electric.el (ruby-electric-delete-backward-char): Useknu
2013-05-18* object.c (rb_inspect): fix typo and error messageeregon
2013-05-18* string.c (str_scrub0): added for refactoring.naruse
2013-05-18* lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse
2013-05-18* lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu
2013-05-18* misc/ruby-electric.el (ruby-electric-setup-keymap): Makeknu
2013-05-18* misc/ruby-electric.el (ruby-electric-delete-backward-char):knu
2013-05-18* misc/ruby-electric.el (ruby-electric-matching-char): Makeknu
2013-05-18* 2013-05-19svn
2013-05-18configure.in: setjmpexnobu
2013-05-18configure.in: setjmpexnobu
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons.akr
2013-05-18* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Renamed from INTEGER2VALUE.akr
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Suppress a warning:akr
2013-05-18compile.c: forward kwrestnobu
2013-05-18vm_core.h: move jmpbuf between tag and prevnobu
2013-05-18enumerator.c: use VALUEnobu
2013-05-18enumerator.c: append_methodnobu
2013-05-18enumerator.c: fix stylenobu
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Use LONG2FIX if possible.akr
2013-05-17* 2013-05-18svn
2013-05-17* ext/socket/mkconstants.rb: Convert integer constants bigger than intakr
2013-05-17* ext/socket/ifaddr.c: Use unsigned LONG_LONG to represent flagsakr
2013-05-17* cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..'zzak
2013-05-17* misc/ruby-electric.el (ruby-electric-matching-char): Do not putknu
2013-05-17* configure.in: Consider error messages to find out version option ofakr
2013-05-17gc.c: rb_gc_guarded_ptrnobu
2013-05-17vm.c: narrow variable scopenobu
2013-05-17Enable the document for Socket::Ifaddr#ifindex.akr
2013-05-17* 2013-05-17svn
2013-05-17eval_intern.h: jmpbuf must be accessiblenobu
2013-05-16* template/verconf.h.in: unexpand exec_prefix.nobu
2013-05-16Fix a dependency.akr
2013-05-16* lib/cgi/util.rb: Constant parameter is faster and economy thanxibbar
2013-05-16* lib/cgi/core.rb: Constant parameter is faster and economy thanxibbar
2013-05-16* lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT")xibbar
2013-05-16* vm_eval.c (rb_catch_obj): add volatile to tag to prevent crashnaruse
2013-05-16Makefile.in: loadpath from loadpath.cnobu
2013-05-16win32/Makefile.sub: fix verconfnobu
2013-05-16verconf.h: fix for default prefixnobu
2013-05-16* template/verconf.h.in: not typo.nobu
2013-05-16* template/verconf.h.in: typos.usa
2013-05-16verconf.h.in: template for verconf.hnobu
2013-05-16generic_erb.rb: --source optionnobu
2013-05-16common.mk: verconf.h for parallel buildnobu
2013-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: fix syntax error.tenderlove