aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* io-console.gemspec: BSD-2-Clausenobu2015-12-221-1/+1
* fix r53231: raise Errno::EBADF like other OSesnaruse2015-12-221-2/+4
* io-console.gemspec: bump upnobu2015-12-221-1/+1
* * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.mrkn2015-12-221-1/+1
* * ext/psych/lib/psych.rb: bump version to 2.0.17hsbt2015-12-222-3/+3
* escape.c: should not freezenobu2015-12-221-2/+2
* escape.c: Preserve original statenobu2015-12-211-1/+9
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-211-1/+1
* NotImplementedError typonobu2015-12-211-1/+1
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-206-0/+104
* zlib.c: Fix typo [ci skip]nobu2015-12-191-1/+1
* stringio.c: separate encoding from buffernobu2015-12-181-9/+17
* stringio.c: strio_unget_bytesnobu2015-12-181-31/+21
* stringio.c: padding in ungetbytenobu2015-12-181-7/+15
* * ext/pty/pty.c: fix double words typo.hsbt2015-12-181-1/+1
* * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.hsbt2015-12-182-2/+2
* * ext/fiddle/handle.c: check tainted string arguments.nagachika2015-12-161-7/+10
* handle ext/ as r53141naruse2015-12-16854-0/+854
* * ext/zlib/zlib.c: fix a typo.hsbt2015-12-151-1/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* function.c: fix typonobu2015-12-131-3/+3
* * ext/fiddle/function.c: fix build error introduced at r53082.usa2015-12-131-1/+1
* function.c: check argumentsnobu2015-12-131-16/+34
* conversions.h: PTR2NUMnobu2015-12-131-2/+2
* psych_emitter.c: check tags rangenobu2015-12-131-2/+4
* psych_emitter.c: check stringnobu2015-12-131-2/+4
* tkutil.c: check argnobu2015-12-131-0/+1
* tkutil.c: array lengthnobu2015-12-131-8/+4
* tkutil.c: check argsnobu2015-12-131-9/+18
* win32ole.c: check argument typenobu2015-12-131-0/+5
* * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsingnaruse2015-12-131-10/+7
* * ext/nkf/nkf-utf8/nkf.c: Merge nkf 2.1.4.naruse2015-12-121-3/+4
* NEWS: add note about Fiddle GVL releasenormal2015-12-111-1/+3
* * ext/tk/lib/multi-tk.rb: fix typos.hsbt2015-12-101-3/+3
* ext/socket/ifaddr.c: remove empty ifaddr_marknormal2015-12-091-6/+1
* stringio.c: unused variablenobu2015-12-091-1/+0
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-0912-25/+16
* retry IO#getpassnobu2015-12-082-0/+87
* Revert r52902,r52903,r52910,r52911,r52937,r52939naruse2015-12-081-76/+1
* marshal.c: skip internal namesnobu2015-12-082-0/+40
* date_core.c: missing argument checknobu2015-12-081-6/+11
* socket: expand docs+tests for recv_io/send_ionormal2015-12-071-0/+7
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-075-27/+22
* parse.y: indented hereocnobu2015-12-072-6/+75
* console.c: prompt to stderrnobu2015-12-061-9/+2
* console.c: console_getpassnobu2015-12-061-1/+83
* * ext/json/json.gemspec: bump version to json 1.8.3. CRuby already containedhsbt2015-12-052-2/+2
* * ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt2015-12-021-1/+1
* ext/openssl/ossl_ssl.c: hide globalsnormal2015-12-012-8/+6
* cstr.c: split bug_str_cstr_untermnobu2015-12-011-2/+28