summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-25* ext/io/console/console.c (io_getch): default delegating methodnobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-15* ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse
2012-01-14* ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu
2012-01-12Do not define _WIN32_WINNT multiple timesluislavena
2012-01-10* ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-09* ext/readline/readline.c (readline_attempted_completion_function):nagachika
2012-01-09* ext/pathname/pathname.c (path_entries): add document suggested byakr
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): return the givenakr
2012-01-09update doc.akr
2012-01-09update doc.akr
2012-01-08* gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-25* ext/openssl/ossl_cipher.c: Fix more typos.emboss
2011-12-25* ext/openssl/ossl_cipher.c: Fixed typo.emboss
2011-12-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss
2011-12-24* ext/readline/readline.c (readline_readline): check if outstreamnobu
2011-12-23* ext/readline/readline.c (readline_attempted_completion_function):kouji
2011-12-23* ext/readline/readline.c (Init_readline): libedit checkkouji
2011-12-22* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu
2011-12-21ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.elnagachika
2011-12-21* ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assinednagachika
2011-12-21* ext/bigdecimal/bigdecimal.h: remove unused lines.nagachika
2011-12-21* ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu
2011-12-20* ext/psych/emitter.c: fixing clang warnings. Thanks Joey!tenderlove
2011-12-20* ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu
2011-12-20 * ext/date/date_core.c: uses to_integer instead.tadf
2011-12-20* Make sure to clear $! when ignoring an exceptionnahi
2011-12-20* ext/date/date_core.c (wholenum): fix the type of the return value.naruse
2011-12-19 * ext/date/date_core.c: [ruby-dev:45008].tadf
2011-12-18* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follownobu
2011-12-18* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove
2011-12-18* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove
2011-12-15* ext/strscan/strscan.c: use typed data withnobu
2011-12-15* error.c (rb_check_typeddata): refine error message withnobu
2011-12-15* regcomp.c (onig_region_memsize): implemented for memsize_of().nobu
2011-12-12* ext/stringio/stringio.c (strio_truncate): fix typo. patched bynobu
2011-12-11* ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj