aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain2011-12-071-0/+24
* * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain2011-12-071-0/+28
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-062-14/+50
* fix spaces.akr2011-12-061-3/+3
* * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr2011-12-062-7/+12
* * ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr2011-12-062-1/+48
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-052-2/+3
* * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa2011-12-051-8/+0
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+8
* * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.nobu2011-12-021-6/+8
* * ext/socket/extconf.rb: get rid of warnings bynobu2011-12-011-4/+5
* * ext/socket/extconf.rb: add arguments for macro calls.nobu2011-12-011-6/+6
* * ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu2011-12-011-1/+7
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-302-0/+15
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-2/+2
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-8/+11
* Don't break tests.naruse2011-11-291-2/+2
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-2/+2
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-281-0/+1
* * ext/tk/tcltklib.c (eventloop_sleep): unused.nobu2011-11-271-0/+2
* * ext/openssl/extconf.rb: remove checks for available functions.emboss2011-11-262-15/+0