aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* thread.c: undumpablenobu2014-03-261-0/+9
* remove unnecessary unshiftkazu2014-03-251-2/+1
* dl/extconf.rb: check for -fno-defer-pop optionnobu2014-03-201-1/+6
* json/parser/prereq.mk: use enumnobu2014-03-172-33/+34
* unused functions and variablesnobu2014-03-171-23/+0
* * ext/.document: remove refinement from documentable directories.ktsj2014-03-151-1/+0
* * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa2014-03-131-1/+1
* * ext/.document: add objspace/objspace_dump.c to document file.ktsj2014-03-111-0/+1
* ext/objspace: Check fptr before trying to dump FILE object fdcharliesome2014-03-101-1/+2
* fiddle/function.c: fix memory leak on exceptionnobu2014-03-091-4/+5
* fiddle/function.c: check argument sizenobu2014-03-091-0/+14
* ext/dl, ext/fiddle: fix memory leaknobu2014-03-084-0/+4
* * lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss2014-03-061-4/+42
* ossl.c: NULL checknobu2014-03-051-2/+3
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-4/+4
* use do/while(0) around GetDBM macrosnormal2014-03-023-10/+10
* A comment added.akr2014-03-021-0/+3
* extconf.rb: rl_hook_func_t for old readlinenobu2014-03-021-0/+8
* * ext/readline/readline.c (Init_readline): Use rl_hook_func_t insteadakr2014-03-011-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove2014-03-013-1/+8
* use NUM2SIZET instead of NUM2INTkazu2014-02-252-4/+4
* option.c: use rb_w32_inet_ptonnobu2014-02-231-0/+4
* raddrinfo.c: suppress warningsnobu2014-02-231-11/+9
* * ext/io/console/console.c (console_dev): need read access for conout$usa2014-02-221-1/+1
* Fix a filename.akr2014-02-221-1/+1
* fix second argument of MEMZEROkazu2014-02-211-1/+1
* * ext/socket/init.c (wait_connectable): break if the socket isshugo2014-02-211-2/+6
* class.c: do nothing if copying selfnobu2014-02-213-1/+5
* socket: sendmsg/recvmsg only retries blocking on errorsnormal2014-02-211-10/+8
* * ext/socket/raddrinfo.c (numeric_getaddrinfo): Use xcalloc.akr2014-02-201-4/+2
* * ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr2014-02-194-9/+128
* * ext/socket: Wrap struct addrinfo by struct rb_addrinfo.akr2014-02-195-76/+100
* * ext/socket/ipsocket.c (ip_s_getaddress): Don't access freed memory.akr2014-02-191-2/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn2014-02-161-2/+7
* ext/psych/yaml: suppress warningsnobu2014-02-164-13/+8
* bigdecimal.c: refine macrosnobu2014-02-161-3/+3
* * ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr2014-02-151-4/+0
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-153-6/+6
* fd_setsize/depend: fix wrong dependenciesshirosaki2014-02-151-2/+1
* * include/ruby/ruby.h,akr2014-02-141-0/+1
* * include/ruby/intern.h,akr2014-02-144-84/+0
* yaml/api.c: fix typonobu2014-02-121-1/+1
* bigdecimal.h: suppress warningsnobu2014-02-121-2/+2
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr2014-02-111-2/+3
* * bignum.c (rb_big_cmp): Specialize a comparison to zero.akr2014-02-111-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr2014-02-111-13/+11
* * ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak2014-02-111-1/+1
* * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak2014-02-071-2/+2
* * ext/stringio/stringio.c: [DOC] add docs and example by @schneems [ci skip] ...hsbt2014-02-061-0/+10
* ext/thread: SizedQueue#max= wakes up waiters properlynormal2014-02-051-1/+1