aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby.c: open in binary mode to loadnobu2016-10-102-7/+13
* * 2016-10-10svn2016-10-101-1/+1
* io.c: reduce isatty on Cygwin [ci skip]nobu2016-10-102-7/+13
* replace Fixnum with Integer in rdoc [ci skip]nobu2016-10-093-2/+8
* vm_insnhelper.c: update assertion [ci skip]nobu2016-10-091-0/+7
* vm_method.c: update assertion [ci skip]nobu2016-10-091-1/+1
* * 2016-10-09svn2016-10-091-1/+1
* vm_core.h: stringify in VM_ASSERTnobu2016-10-092-1/+6
* memory_status.c: Win32 APInobu2016-10-083-1/+21
* memory_status.c: system callnobu2016-10-084-2/+65
* * 2016-10-08svn2016-10-081-1/+1
* logger: fix monthly log rotate with DSTnobu2016-10-083-2/+98
* gc.c: fix GC_PROFILE_DETAIL_MEMORYnobu2016-10-072-6/+11
* ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead ofsuke2016-10-0711-132/+137
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-0716-31/+42
* * 2016-10-07svn2016-10-061-1/+1
* * ChangeLog: fix a typo at r56363.nagachika2016-10-061-1/+1
* Fix cmd is referenced but not assignedkazu2016-10-061-1/+1
* load.c: setup syntax error backtracenobu2016-10-063-11/+16
* load.c: fix load/require contextnobu2016-10-063-1/+26
* bisect.sh: improvenobu2016-10-061-11/+14
* * enum.c: [DOC] Improve doc [ci-skip]marcandre2016-10-062-5/+13
* test_io.rb: split test_gets_rsnobu2016-10-061-4/+19
* * ext/readline/extconf.rb: Update error message with correct words.hsbt2016-10-062-1/+6
* uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]nobu2016-10-062-3/+21
* Update URI WEB_ENCODINGS_ hash, and fix documented cmd tonobu2016-10-062-1/+7
* * enum.c: Add reduce/inject alias note.hsbt2016-10-062-0/+8
* thread.c: check coverage valuesnobu2016-10-062-1/+9
* * 2016-10-06svn2016-10-061-1/+1
* io.c: use RB_INTEGER_TYPE_Pnobu2016-10-062-7/+7
* Update freenode server name [ci skip]kazu2016-10-051-2/+2
* * lib/net/http/response.rb: Improve document readability.hsbt2016-10-052-2/+7
* test_io.rb: workaround for Dockernobu2016-10-051-2/+8
* node.c: flatten NODE_BLOCK [ci skip]nobu2016-10-052-4/+23
* * range.c: Add docs for max/min behavior with exclusive range.hsbt2016-10-052-2/+9
* * ext/socket/*.c: Add proper require for example to work.hsbt2016-10-059-0/+21
* Added missing contributor name.hsbt2016-10-051-1/+1
* * io.c: Fixed equivalent ruby code with core implemention.hsbt2016-10-052-0/+6
* * lib/delegate.rb: Added missing spaces and Removed needless spaces.hsbt2016-10-052-7/+12
* * enum.c: Make Enumerable#chunk with no block returnmarcandre2016-10-044-2/+15
* * 2016-10-05svn2016-10-041-1/+1
* * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa2016-10-049-15/+33
* fix a typo [ci skip]kazu2016-10-041-1/+1
* fix typos [ci skip]kazu2016-10-041-2/+2
* array.c: update Array#dig docnobu2016-10-042-1/+6
* bigdecimal.c: more precisionnobu2016-10-043-1/+12
* bigdecimal.c: fix debug printnobu2016-10-041-28/+22
* * 2016-10-04svn2016-10-031-1/+1
* * regcomp.c (onig_print_compiled_byte_code): make the shown addressnaruse2016-10-032-1/+6
* * regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is alreadynaruse2016-10-032-9/+23