aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ossl_asn1.c: fix undefined behaviornobu2014-04-241-1/+1
* * ext/etc/extconf.rb: Build ext/etc unconditionally.akr2014-04-231-23/+23
* win32ole.c: suppress warningsnobu2014-04-231-2/+2
* win32ole.c: fix formatnobu2014-04-231-2/+2
* stringio.c: use rb_str_append other than ASCII-8BITnobu2014-04-231-1/+7
* stringio.c: move GC guardnobu2014-04-231-1/+1
* Revert r45670 "stringio.c: use rb_str_append"naruse2014-04-221-2/+2
* stringio.c: use rb_str_appendnobu2014-04-221-2/+2
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-211-2/+19
* stringio.c: non-ascii encodingnobu2014-04-211-8/+8
* win32ole.c: suppress warningsnobu2014-04-201-24/+25
* ossl_x509name.c: null-terminate field namenobu2014-04-181-2/+3
* zlib.c: return unshared stringnobu2014-04-181-2/+1
* ossl_pkey.c: fix memory leaknobu2014-04-161-2/+5
* * ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only ifakr2014-04-151-2/+14
* * 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