aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.akr2011-03-142-6/+10
* * ext/openssl/ossl_x509attr.c: parenthesize macro arguments.akr2011-03-132-6/+10
* * 2011-03-13svn2011-03-131-2/+2
* * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah2011-03-133-0/+20
* * ext/openssl/ossl_ssl_session.c: parenthesize macro arguments.akr2011-03-112-4/+8
* * ext/date/date_core.c ({d,dt}_lite_marshal_load): checks the given argument.tadf2011-03-112-8/+28
* * ext/date/date_core.c: changed some directives.tadf2011-03-113-5/+9
* * ext/date/date_core.c, ext/date/lib/*: moved rdoc descriptions.tadf2011-03-114-192/+679
* * 2011-03-12svn2011-03-111-2/+2
* * ext/date/lib: moved from lib.tadf2011-03-116-6/+6
* * lib/date/delta*: removed undocumented delta.tadf2011-03-114-818/+4
* fix a typokazu2011-03-111-1/+1
* * lib/mkmf.rb (find_executable0): should exclude directories.nobu2011-03-113-8/+44
* * test/misc/test_ruby_mode.rb (TestRubyMode): try to run emacs ifnobu2011-03-111-4/+6
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-104-2/+21
* * 2011-03-11svn2011-03-101-2/+2
* * process.c (get_sc_ngroups_max): return -1 if platform don'tkosaki2011-03-102-1/+6
* * ext/openssl/ossl_ssl.h: parenthesize macro arguments.akr2011-03-102-4/+8
* * parse.y (parser_encode_length): add exception as UTF8-MAC fornaruse2011-03-102-1/+10
* * parse.y (parser_encode_length): fix typo: the length ofnaruse2011-03-102-1/+6
* Fix wrong (and duplicated) test name.naruse2011-03-101-1/+1
* * test/ruby/test_require.rb: setting too long string to ENV causesusa2011-03-102-3/+9
* * lib/test/unit.rb (Test::Unit::Runner::Worker#read): fix for the casenaruse2011-03-102-1/+7
* Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan2011-03-0924-64/+196
* * ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr2011-03-092-4/+8
* * 2011-03-10svn2011-03-091-2/+2
* * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika2011-03-092-1/+6
* * .gitignore: ignore exts.mknagachika2011-03-091-0/+1
* * misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.nobu2011-03-093-1/+22
* * ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove2011-03-093-12/+37
* [ruby-dev:43027] fixes #4280naruse2011-03-092-0/+3
* * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.naruse2011-03-092-1/+23
* * ext/extmk.rb: nmake substitutes all occurences in macro.nobu2011-03-082-5/+7
* * ext/extmk.rb: workaround for nmake.nobu2011-03-083-6/+10
* * process.c (proc_setgroups): cleanup.kosaki2011-03-082-2/+6
* * test/misc/test_ruby_mode.rb: test for ruby-mode.el.nobu2011-03-082-0/+140
* * process.c (get_sc_ngroups_max): fix indent.nobu2011-03-081-1/+1
* * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first ifkosaki2011-03-082-0/+7
* * misc/ruby-electric.el: remove trailing spaces.nobu2011-03-081-6/+11
* * misc/ruby-mode.el (ruby-parse-partial): fix for array in block.nobu2011-03-082-1/+6
* * ext/openssl/ossl_rand.c: parenthesize macro arguments.akr2011-03-082-2/+6
* * hash.c (ruby_setenv): MSDN says that Windows XP or earlier limitsusa2011-03-082-0/+8
* * test/rubygems/test_gem_spec_fetcher.rbusa2011-03-082-1/+9
* * misc/ruby-mode.el (ruby-deep-indent-paren-p, ruby-calculate-indent):nobu2011-03-082-5/+19
* fix typos and remove trailing spaceskazu2011-03-081-5/+5
* * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake):nobu2011-03-084-14/+81
* * process.c (proc_setgroups): use getgrnam() if getgrnam_r() isnobu2011-03-083-5/+14
* * process.c: RARRAY_LEN() returns long int.nobu2011-03-082-8/+16
* * configure.in (RUBY_REPLACE_TYPE): enclose in quotes for multiplenobu2011-03-082-1/+9
* * process.c (get_sc_ngroups_max): define to wrap sysconf(3).naruse2011-03-072-2/+19