summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-11-26* ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss
2011-11-23* ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-20* ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu
2011-11-20* ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-18* ext/io/console/console.c (console_raw, console_set_raw)nobu
2011-11-18* ext/io/console/console.c (console_cooked, console_set_cooked):nobu
2011-11-17* ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].akr
2011-11-17* ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove
2011-11-16* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa
2011-11-15* ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu
2011-11-15* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr
2011-11-14* ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr
2011-11-14add comment.akr
2011-11-14* ext/-test-/num2int/num2int.c: should return valid values.nobu
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-13* ext/dbm/extconf.rb: use convertible_int.nobu
2011-11-13* ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr
2011-11-13update comments.akr