summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-05-08* ext/json/generator/generator.c (isArrayOrObject): cast char tonaruse
2013-05-08* ext/json/generator/depend: fix dependencies [Bug #8379]naruse
2013-05-08parse.y: fail if invalid namenobu
2013-05-08ruby.h: ISGRAPHnobu
2013-05-07* ext/socket/socket.c (socket_s_ip_address_list): fix wrongly fillednaruse
2013-05-07* ext/readline/readline.c (insert_ignore_escape): Add a cast toakr
2013-05-07* ext/socket/ancdata.c (bsock_recvmsg_internal): Add a cast toakr
2013-05-07* ext/socket/ancdata.c (ancillary_inspect): Don't callakr
2013-05-07* ext/socket/socket.c (socket_s_ip_address_list): Cast EXTRA_SPACE asakr
2013-05-07* ext/socket/extconf.rb: Set close_fds false for Cygwin.akr
2013-05-07* pack.c (swap32): Don't redefine it if it is already defined.akr
2013-05-06* ext/socket/socket.c (socket_s_ip_address_list): Fill sin6_scope_idakr
2013-05-06fix a typokazu
2013-05-05insns.def: refactor by wanabenobu
2013-05-05insns.def: method entry from method framenobu
2013-05-05ruby.pc.in: rubyarchhdrdirnobu
2013-05-05fix a typokazu
2013-05-03* doc/security.rdoc: Add note about reporting security vulnszzak
2013-05-03* include/ruby/defines.h (RUBY_ATTR_ALLOC_SIZE): New forkosaki
2013-05-03* lib/cgi/util.rb: class methods modulize for using like a function.xibbar
2013-05-03* ext/socket/extconf.rb: Make default_ipv6 true for Cygwin.akr
2013-05-03{getaddrinfo,getnameinfo}.c: fix for old platformsnobu
2013-05-03win32.h: INTPTR_MAX, INTPTR_MIN, UINTPTR_MAXnobu
2013-05-03win32.c: fix build errornobu
2013-05-02* common.mk: remove timestamp in distclean-ext realclean-ext.ayumin
2013-05-02object.c: skip prepending modulesnobu
2013-05-02irb: dead codenobu
2013-05-02marshal.c: no overwriting ivarsnobu
2013-05-02thread.c: id localsnobu
2013-05-02id.def: predefined IDsnobu
2013-05-02Imported minitest 4.7.4 (r8483)ryan
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-05-02* win32/win32.c (poll_child_status): [experimental] set the cause ofusa
2013-05-02* lib/yaml.rb: nodoc EngineManager, add History doc #8344zzak
2013-05-01* time.c (localtime_with_gmtoff_zone): musl libc may return NULL forakr
2013-05-01* enum.c (Enumerable#chunk): fix grammar of error messageeregon
2013-05-01curses/extconf.rb: simplifynobu
2013-05-01extmk.rb: always dynamic non-install extensionsnobu
2013-05-01* lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]zzak
2013-05-01eval.c: use predefined IDsnobu
2013-05-01proc.c: use predefined IDsnobu
2013-04-30* lib/benchmark.rb: Update Benchmark results on newer CPUzzak
2013-04-30proc.c: frozen core methodsnobu
2013-04-30intern.h: rb_block_lambdanobu
2013-04-29* ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.naruse
2013-04-28ossl_bn.c: reduce alloca/mallocnobu
2013-04-28* lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon
2013-04-28* lib/yaml.rb: Use another trick to define the YAML module.eregon
2013-04-28* lib/pp.rb: Update PP module overview by @geopetzzak
2013-04-28ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki