aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/date/date_strptime.c: moved detector of leftover.tadf2012-01-181-11/+10
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-181-14/+34
* * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu2012-01-181-21/+48
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-182-4/+22
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-182-3/+56
* * ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse2012-01-152-2/+2
* * ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu2012-01-141-5/+9
* Do not define _WIN32_WINNT multiple timesluislavena2012-01-121-1/+1
* * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki2012-01-101-2/+2
* * ext/readline/readline.c (readline_attempted_completion_function):naruse2012-01-101-1/+1
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-102-2/+3
* * ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu2012-01-101-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-101-2/+2
* * ext/readline/readline.c (readline_attempted_completion_function):nagachika2012-01-091-4/+4
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-091-0/+19
* * ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr2012-01-091-1/+4
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-091-0/+3
* update doc.akr2012-01-091-2/+3
* update doc.akr2012-01-091-1/+3
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-5/+7
* * st.c (st_update): new function to lookup the given key andnobu2011-12-272-0/+35
* * ext/openssl/ossl_cipher.c: Fix more typos.emboss2011-12-251-4/+4
* * ext/openssl/ossl_cipher.c: Fixed typo.emboss2011-12-251-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss2011-12-251-23/+204
* * ext/readline/readline.c (readline_readline): check if outstreamnobu2011-12-241-0/+11
* * ext/readline/readline.c (readline_attempted_completion_function):kouji2011-12-231-0/+9
* * ext/readline/readline.c (Init_readline): libedit checkkouji2011-12-231-6/+10
* * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu2011-12-221-2/+2
* ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.elnagachika2011-12-211-0/+6
* * ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assinednagachika2011-12-211-8/+2
* * ext/bigdecimal/bigdecimal.h: remove unused lines.nagachika2011-12-211-6/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu2011-12-212-25/+71
* * ext/psych/emitter.c: fixing clang warnings. Thanks Joey!tenderlove2011-12-201-1/+1
* * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu2011-12-202-2/+2
* * ext/date/date_core.c: uses to_integer instead.tadf2011-12-201-14/+16
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-4/+13
* * ext/date/date_core.c (wholenum): fix the type of the return value.naruse2011-12-201-1/+1
* * ext/date/date_core.c: [ruby-dev:45008].tadf2011-12-191-4/+17
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follownobu2011-12-181-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove2011-12-182-0/+7
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-2/+6
* * ext/strscan/strscan.c: use typed data withnobu2011-12-152-20/+35
* * error.c (rb_check_typeddata): refine error message withnobu2011-12-152-0/+21
* * regcomp.c (onig_region_memsize): implemented for memsize_of().nobu2011-12-151-1/+1
* * ext/stringio/stringio.c (strio_truncate): fix typo. patched bynobu2011-12-121-1/+1
* * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj2011-12-111-1/+1
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-081-1/+1
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-081-1/+1
* Fix invalid test extension.naruse2011-12-081-1/+7
* * ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa2011-12-081-0/+1