aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* date_core.c: [DOC] markdown to rdoc [ci skip]nobu2016-04-232-148/+142
* ruby.c: fix command line encoding on cygwinnobu2016-04-233-3/+17
* configure.in: move cache variable for AIX roundnobu2016-04-231-1/+4
* * 2016-04-23svn2016-04-221-1/+1
* * configure.in: don't use the system-provided round(3) on AIX.odaira2016-04-222-1/+7
* * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removedakr2016-04-222-13/+7
* [DOC] Arrah#sum with non-numeric objects.akr2016-04-221-1/+13
* * include/ruby/ruby.h (rb_mul_size_overflow): added to handlenaruse2016-04-223-10/+40
* time.c: add example [ci skip]nobu2016-04-222-0/+6
* variable.c: fix implicit conversionnobu2016-04-221-3/+4
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-227-39/+42
* fix a typo [ci skip]nobu2016-04-221-1/+1
* tk: suppress progress indicatorsnobu2016-04-221-1/+1
* eval_jump.c: restore previous error infonobu2016-04-223-3/+28
* * tool/redmine-backporter.rb: the fullpath of merger.rb is too long tousa2016-04-222-1/+7
* * tool/merger.rb: remove temporary file.usa2016-04-222-0/+6
* * lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt2016-04-222-4/+14
* * lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt2016-04-222-0/+9
* * file.c, win32/file.c: Removed obsoleted safe level checks.hsbt2016-04-223-2/+7
* * benchmark/bm_so_meteor_contest.rb: fix a typo.hsbt2016-04-222-2/+6
* default.mspec: OBJDIRnobu2016-04-211-0/+1
* spec/default.mspec: reduce expand_pathnobu2016-04-211-4/+5
* * gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 tonaruse2016-04-213-10/+51
* * 2016-04-22svn2016-04-211-1/+1
* * include/ruby/ruby.h (LIKELY): moved from internal.h.naruse2016-04-213-9/+15
* * gc.c (objspace_malloc_prepare): remove size check because it isnaruse2016-04-213-12/+43
* fix typoskazu2016-04-211-2/+2
* fix typos [ci skip]kazu2016-04-211-2/+2
* * 2016-04-21svn2016-04-211-1/+1
* ifchange: ignore unmatch TEST_COLORSnobu2016-04-213-4/+12
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-204-8/+47
* error.c: SyntaxError#initializenobu2016-04-203-2/+29
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* compile.c: make SyntaxError after formattingnobu2016-04-201-7/+6
* * 2016-04-20svn2016-04-201-1/+1
* refactor syntax errornobu2016-04-205-17/+29
* refactor parser errornobu2016-04-193-26/+32
* appending compile error without rb_errinfonobu2016-04-194-42/+70
* * lib/time.rb: revert r54167 because it would breaksonots2016-04-193-45/+14
* use more descriptive assertionsnobu2016-04-191-57/+57
* * ChangeLog: Fix dates of previous commitssonots2016-04-191-3/+7
* * ChangeLog: Add descriptions for logger updatessonots2016-04-192-0/+20
* * test/logger/test_logdevice.rb: fix tests to pass on windowssonots2016-04-181-4/+6
* * 2016-04-19svn2016-04-181-1/+1
* * lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]sonots2016-04-182-7/+41
* Allow specifying logger parameters in constructorsonots2016-04-182-4/+76
* error.c: warn_vsprintfnobu2016-04-181-18/+13
* error.c: compile_vsprintfnobu2016-04-181-3/+3
* compile.c: fix dangling linknobu2016-04-183-5/+16
* numeric.c: numeric ndigitsnobu2016-04-181-12/+12