summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2014-03-28struct.c: not_a_member messagenobu
2014-03-28* ext/psych/psych.gemspec: update gemspec for psych-2.0.5hsbt
2014-03-28* ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version tohsbt
2014-03-26thread.c: undumpablenobu
2014-03-25remove unnecessary unshiftkazu
2014-03-20dl/extconf.rb: check for -fno-defer-pop optionnobu
2014-03-17json/parser/prereq.mk: use enumnobu
2014-03-17unused functions and variablesnobu
2014-03-15* ext/.document: remove refinement from documentable directories.ktsj
2014-03-13* ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa
2014-03-11* ext/.document: add objspace/objspace_dump.c to document file.ktsj
2014-03-10ext/objspace: Check fptr before trying to dump FILE object fdcharliesome
2014-03-09fiddle/function.c: fix memory leak on exceptionnobu
2014-03-09fiddle/function.c: check argument sizenobu
2014-03-08ext/dl, ext/fiddle: fix memory leaknobu
2014-03-06* lib/openssl/ssl.rb: Explicitly whitelist the defaultemboss
2014-03-05ossl.c: NULL checknobu
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2014-03-02use do/while(0) around GetDBM macrosnormal
2014-03-02A comment added.akr
2014-03-02extconf.rb: rl_hook_func_t for old readlinenobu
2014-03-01* ext/readline/readline.c (Init_readline): Use rl_hook_func_t insteadakr
2014-03-01* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove
2014-02-25use NUM2SIZET instead of NUM2INTkazu
2014-02-23option.c: use rb_w32_inet_ptonnobu
2014-02-23raddrinfo.c: suppress warningsnobu
2014-02-22* ext/io/console/console.c (console_dev): need read access for conout$usa
2014-02-22Fix a filename.akr
2014-02-21fix second argument of MEMZEROkazu
2014-02-21* ext/socket/init.c (wait_connectable): break if the socket isshugo
2014-02-21class.c: do nothing if copying selfnobu
2014-02-21socket: sendmsg/recvmsg only retries blocking on errorsnormal
2014-02-20* ext/socket/raddrinfo.c (numeric_getaddrinfo): Use xcalloc.akr
2014-02-19* ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr
2014-02-19* ext/socket: Wrap struct addrinfo by struct rb_addrinfo.akr
2014-02-19* ext/socket/ipsocket.c (ip_s_getaddress): Don't access freed memory.akr
2014-02-16* ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn
2014-02-16ext/psych/yaml: suppress warningsnobu
2014-02-16bigdecimal.c: refine macrosnobu
2014-02-15* ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-15fd_setsize/depend: fix wrong dependenciesshirosaki
2014-02-14* include/ruby/ruby.h,akr
2014-02-14* include/ruby/intern.h,akr
2014-02-12yaml/api.c: fix typonobu
2014-02-12bigdecimal.h: suppress warningsnobu
2014-02-11* ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr
2014-02-11* bignum.c (rb_big_cmp): Specialize a comparison to zero.akr
2014-02-11* ext/openssl/ossl_bn.c (ossl_bn_initialize): Use rb_integer_pack.akr
2014-02-11* ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak