aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-1/+0
* * ext/syslog/lib/syslog/logger.rb: add a formatter to theknu2012-09-271-13/+33
* * ext/ripper/lib/ripper.rb:zzak2012-09-211-1/+1
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-191-8/+7
* * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse2012-09-181-0/+1
* * ext/nkf/nkf-utf8/nkf.c: Merge upstream: 50a383c84.naruse2012-09-141-6/+17
* * ext/nkf/nkf.c (rb_nkf_convert): suppress warning.naruse2012-09-141-9/+14
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-125-20/+100
* pathname.c: suppress -Wcomment warningnobu2012-09-121-1/+1
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-122-148/+314
* * ext/socket/{basicksocket,init,udpsocket}.c: revert some parts ofusa2012-09-103-1/+5
* * ext/socket/basicsocket.c (rsock_bsock_send):kosaki2012-09-093-5/+1
* * ext/extmk.rb: revert r36468. replacing NUL character is not necessary afternagachika2012-09-071-1/+0
* mkmf.rb: fix splitting options with an argumentnobu2012-09-062-3/+3
* remove trailing spaces.nobu2012-09-0414-57/+57
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-032-1/+12
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-312-59/+165
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use self's sign tousa2012-08-311-2/+2
* id.h: independent from parse.hnobu2012-08-311-1/+3
* fix dependencynobu2012-08-311-1/+1
* bigdecimal.c: check underflownobu2012-08-301-2/+4
* * ext/date/depend: add dependency to $(ruby_headers).ko12012-08-231-2/+2
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-2236-16493/+0
* * ext/date/date_core.c: [ruby-core:47266].tadf2012-08-221-2/+2
* * ext/date/date_core.c: [ruby-core:47226].tadf2012-08-221-1/+1
* * common.mk (vm_backtrace.o): Added missing dependencies.yugui2012-08-222-2/+5
* * ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa2012-08-211-1/+1
* Fixed warning for implicit conversion from size_t to intryan2012-08-201-1/+2
* * ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa2012-08-171-0/+3
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-122-0/+15
* * ext/readline/readline.c (Init_readline): rl_catch_signals=0 returnsnaruse2012-08-071-0/+3
* bigdecimal.c: fix format specifiernobu2012-08-051-1/+1
* * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf2012-08-042-3/+3
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+17
* ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon2012-08-011-1/+1
* * ext/psych/lib/psych.rb: updated to released version.tenderlove2012-07-312-3/+3
* option.c: mingw64 onlynobu2012-07-291-1/+1
* option.c: use rb_w32_inet_ntopnobu2012-07-291-2/+2
* win32.c: rb_w32_inet_ntop should be constnobu2012-07-291-1/+1
* ext/socket: suppress warnings on mingw64nobu2012-07-282-1/+3
* avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-c...kanemoto2012-07-251-1/+1
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+6
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-202-0/+17
* extmk.rb: hack for -frameworknobu2012-07-191-0/+1
* * ext/socket/init.c (rsock_init_sock): need to update max fd on allusa2012-07-191-0/+1
* * ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa2012-07-191-1/+1
* * ext/psych/emitter.c (initialize): allow a configuration object to betenderlove2012-07-193-8/+51
* * ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse2012-07-182-2/+2
* empty_p: optimize and warningsnobu2012-07-182-10/+8