summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-30* ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo
2013-01-30vm_dump.c: important message firstnobu
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* range.c: Restrict bsearch to integers [#7728]marcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-30parse.y: warn assigned but unused in toplevelnobu
2013-01-30cont.c: fiber local svarnobu
2013-01-29* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre
2013-01-29* object.c: Improve error for failed implicit conversions [Bug #7539]marcandre
2013-01-29* range.c: Fix Range#bsearch for floats [Bug #7724]marcandre
2013-01-29test_settracefunc.rb: fix testsnobu
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-29vm_trace.c: TracePoint safe level checknobu
2013-01-29vm_trace.c: trace_func safe level checknobu
2013-01-29proc.c: original aritynobu
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-29* ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate theshugo
2013-01-28envutil.rb: no core dumpnobu
2013-01-27test_system.rb: commit missnobu
2013-01-27test_system.rb: indentnobu
2013-01-27test_system.rb: fix testnobu
2013-01-26marshal.c: marshal_dump instance varialbesnobu
2013-01-25* test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki
2013-01-25* ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),shugo
2013-01-25test_process.rb: reduce command string sizenobu
2013-01-25* lib/rdoc/generator/darkfish.rb: Fixed debug message. RDoc bug #174drbrain
2013-01-24* enumerator.c (lazy_zip): raise error for bad argumentsmarcandre
2013-01-24* enumerator.c: Optimize Lazy#zip when passed only arraysmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#zipmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#dropmarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#drop_whilemarcandre
2013-01-24* enumerator.c: Fix state handling for Lazy#takemarcandre
2013-01-23mkmf.rb: large unsignednobu
2013-01-23mkmf.rb: larger constantsnobu
2013-01-23mkmf.rb: try_constant testsnobu
2013-01-23* lib/rdoc/servlet.rb: Fixed display of site and home documentation.drbrain
2013-01-22Sync output messagenaruse
2013-01-21test_have_macro.rb: unused variablesnobu
2013-01-20test_logger.rb: uset tmpfilenobu
2013-01-20test_parser.rb: tempfilenobu
2013-01-17* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Removekou
2013-01-17 * lib/rubygems/installer.rb: Untaint string when checking outputdrbrain
2013-01-16win32ole.rb: use TracePointnobu
2013-01-16Remove commenting out tests introduced by r38478naruse
2013-01-15* test_lazy_enumerator: Test that map & flat_map also require a blockmarcandre
2013-01-14* lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain
2013-01-14* enumerator.c (lazy_flat_map_func): flat_map should call each onlyshugo
2013-01-14* enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]marcandre
2013-01-14* enumerator.c: Fix size for Enumerator::Lazy#flat_mapmarcandre
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse