summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-02-02* lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes ofmame
2013-02-02* lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")mame
2013-02-01* proc.c (proc_curry): Fix arity check [Bug #5747]marcandre
2013-02-01* proc.c: Add {*}_min_max_arity and refactor.marcandre
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-02-01marshal.c: prohibit_ivarnobu
2013-01-31parse.y: no assigned but unused warnings in evalnobu
2013-01-31* test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync"kosaki
2013-01-31* ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo
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