summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-10* util.c: parenthesize macro arguments.akr
2011-01-09* misc/README: mention rdoc-mode.el and ruby-style.el.kazu
2011-01-09* 2011-01-10svn
2011-01-09fix typokazu
2011-01-09* transcode.c: parenthesize macro arguments.akr
2011-01-09* io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.yugui
2011-01-09* lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui
2011-01-09* 2011-01-09svn
2011-01-09* ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.kouji
2011-01-08fix spaces.akr
2011-01-08* enum.c (enum_sort_by): use rb_ary_resize.akr
2011-01-08* pack.c (swapf): compilation condition simplified.akr
2011-01-08* pack.c (swapd): remove duplicated code.akr
2011-01-08update doc.akr
2011-01-08* thread.c: parenthesize macro arguments.akr
2011-01-07* 2011-01-08svn
2011-01-07reverting r30451 until I can figure out what is wrong.tenderlove
2011-01-07* lib/mkmf.rb (configuration): backref needs to capture.nobu
2011-01-07property.nobu
2011-01-07* misc/ruby-mode.el (ruby-mode-variables), misc/ruby-style.el:nobu
2011-01-07* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): highlightnobu
2011-01-07* bignum.c (bigmul1_karatsuba): avoid overflow that make assertionmatz
2011-01-06* 2011-01-07svn
2011-01-06* string.c: parenthesize macro arguments.akr
2011-01-06* lib/mkmf.rb (create_makefile): ignore rest from first dot fromusa
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2011-01-06use require_relative instead of File.expand_pathtenderlove
2011-01-06* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove
2011-01-06* lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* array.c (rb_ary_modify): export.nobu
2011-01-05* random.c (random_rand): suppress a warning.nobu
2011-01-05* enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.nobu
2011-01-05* ext/stringio/stringio.c (get_strio, strio_set_string)nobu
2011-01-05* ChangeLog: commit miss.nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2011-01-05property.nobu
2011-01-05* vm.c (rb_vm_make_proc): fix indent.nobu
2011-01-05* ChangeLog: fix typo.nobu
2011-01-05* 2011-01-06svn
2011-01-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove
2011-01-05* string.c: fix rdoc typo.shyouhei
2011-01-05Error#to_s should ensure that the value returned is a string.ryan
2011-01-05adding modified files to changelog, sorry folks! :-(tenderlove
2011-01-05* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa
2011-01-05* lib/net/http.rb (Net::HTTP#get): A header hash given should notknu
2011-01-05* SSL_shutdown should be called until the return value is non-zero:tenderlove
2011-01-05* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove
2011-01-05* 2011-01-05svn