aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-2/+2
* * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci sk...hsbt2014-04-131-1/+1
* Remove unneeded OCSP constant macrosdrbrain2014-04-121-4/+0
* * remove trailing spaces.nobu2014-04-121-1/+1
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-121-44/+450
* ossl.c: OPENSSL_LIBRARY_VERSIONnobu2014-04-091-0/+5
* * ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM.akr2014-04-071-1/+5
* dln.c: non-ascii path on Windowsnobu2014-04-052-0/+7
* * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf2014-04-051-1/+1
* readline/extconf.rb: rl_hook_func_tnobu2014-04-041-1/+1
* Fix error with empty args.kazu2014-04-021-0/+1
* readline/extconf.rb: fix typonobu2014-03-311-1/+1
* struct.c: not_a_member messagenobu2014-03-283-0/+36
* * ext/psych/psych.gemspec: update gemspec for psych-2.0.5hsbt2014-03-281-3/+3
* * ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version tohsbt2014-03-284-8/+13
* 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