summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-02-04* ext/json/lib/json.rb: Move module overview definition for rdoczzak
2013-02-04* lib/tracer.rb: Move class overview definition and reformatzzak
2013-02-04console.c: initializenobu
2013-02-04* vm_dump.c (control_frame_dump): capitalize prefix of `ep'ko1
2013-02-04fix a typokazu
2013-02-03* lib/English.rb: Add English module for RDoc to parse, thenzzak
2013-02-03* lib/yaml.rb (YAML::EngineManager): Documentation for #yamler andzzak
2013-02-03io-console.gemspec: bumpnobu
2013-02-03test_io_console.rb: descriptive assertionsnobu
2013-02-03console.c: fix unit of minnobu
2013-02-03* doc/security.rdoc: add first cut at a Ruby security documentcharliesome
2013-02-03* random.c: Document range argument for Kernel#rand.zzak
2013-02-03* numeric.c: Document Float constants [ruby-core:51484] [Bug #7709]zzak
2013-02-03profiler.rb: block callsnobu
2013-02-03profiler.rb: split PROFILE_PROCnobu
2013-02-02* lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level modulezzak
2013-02-02* lib/debug.rb: Documentation for DEBUGGER__ class methods based onzzak
2013-02-02* lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak
2013-02-02* lib/net/pop.rb: Fix rdoc title for Net::POP3zzak
2013-02-02* lib/gserver.rb (GServer#start): fix a timing issue. patch frommame
2013-02-02* lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes ofmame
2013-02-02* lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]zzak
2013-02-02* lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is notmame
2013-02-02* ChangeLog: Forgot to add a reference to the ChangeLog of themame
2013-02-02* lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")mame
2013-02-02* lib/English.rb: Remove some confusing words from rdoc. [Bug #7406]mame
2013-02-02* NEWS: add keyword arguments.ktsj
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* marshal.c: add security considerations to marshal overview, refer tocharliesome
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-02-01marshal.c: prohibit_ivarnobu
2013-02-01* ext/readline/extconf.rb, ext/readline/readline.c: checkshugo
2013-02-01fix a typokazu
2013-01-31marshal.c: warn against using Marshal.load on untrusted datacharliesome
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* string.c (rb_str_aset_m): Documentation for String#[]= fixzzak
2013-01-31* ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo
2013-01-30* ext/socket/basicsocket.c (bsock_getsockname): ignore truncatedakr
2013-01-30win32.h: revert r37337nobu
2013-01-30* ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo
2013-01-30vm_dump.c: important message firstnobu
2013-01-30ChangeLog, range.c: adjust indent and stylenobu
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-30* lib/matrix.rb: Take conjugate for inner productmarcandre
2013-01-30parse.y: warn assigned but unused in toplevelnobu
2013-01-30cont.c: fiber local svarnobu