summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-12-08* ext/extmk.rb (extract_makefile): should sort after map, not beforeusa
2011-12-08* ext/extmk.rb (extract_makefile): need to sort the array of currentusa
2011-12-08Fix invalid test extension.naruse
2011-12-08* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa
2011-12-07* ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain
2011-12-07* io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-12-06fix spaces.akr
2011-12-06* ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr
2011-12-06* ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr
2011-12-05* include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa
2011-12-05* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-02* ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.nobu
2011-12-01* ext/socket/extconf.rb: get rid of warnings bynobu
2011-12-01* ext/socket/extconf.rb: add arguments for macro calls.nobu
2011-12-01* ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-29Don't break tests.naruse
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-28* include/ruby/subst.h: moved Windows specific substitions fromnobu
2011-11-27* ext/tk/tcltklib.c (eventloop_sleep): unused.nobu
2011-11-26* ext/openssl/extconf.rb: remove checks for available functions.emboss