summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-02-16* ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak
2013-02-16* tool/mkconfig.rb: remove prefix from rubyarchdir.naruse
2013-02-16* vm.c (ENV_IN_HEAP_P): fix off-by-one error.ktsj
2013-02-16Properly reflect --with-opt-dir to LIBRUBY_DLDFLAGS on all platforms.knu
2013-02-16* ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part ofakr
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-16* proc.c (rb_binding_new_with_cfp): create binding object even ifko1
2013-02-16configure.in: don't substitute exec_prefix itselfnobu
2013-02-16io/console: 0.4.2nobu
2013-02-16io/console: compatibility with 1.8nobu
2013-02-16io/console: compatibility with 1.9nobu
2013-02-16configure.in: unexpand exec_prefix etcnobu
2013-02-16* parse.y: add dtrace probe for symbol create.tenderlove
2013-02-16* ext/socket/extconf.rb: don't test sys/feature_tests.h which is notakr
2013-02-16* ext/socket/extconf.rb: reorder header tests to consider inclusionakr
2013-02-15* configure.in, ext/socket/extconf.rb: test netinet/in_systm.h inakr
2013-02-15* configure.in: don't test xti.h here.akr
2013-02-15* ext/socket/extconf.rb: test struct sockaddr_un and its member,akr
2013-02-15* ext/socket/sockport.h (INIT_SOCKADDR_IN): don't need familyakr
2013-02-15 * ext/socket/extconf.rb: workaround for mswin/mingw build problem.usa
2013-02-15* ext/socket/extconf.rb: use all all tested available headers forakr
2013-02-15Fix CFLAGS and CXXFLAGS in RbConfig::CONFIG on FreeBSD and NetBSD/amd64.knu
2013-02-15* ext/socket/sockport.h (SET_SIN_LEN): defined for strict-aliasingakr
2013-02-15mkmf.rb: fail if cross compilingnobu
2013-02-15* ext/socket/extconf.rb: test struct sockaddr_storage directly.akr
2013-02-15* ext/socket/getaddrinfo.c (GET_AI): don't cast 1st argument forakr
2013-02-14* ext/socket/sockport.h (SET_SS_LEN): removed.akr
2013-02-14 * lib/rdoc.rb: Update to release version of 4.0.0drbrain
2013-02-14* ext/socket/sockport.h (SA_LEN): removed because unused now.akr
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki
2013-02-14* ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validateakr
2013-02-14remove trailing spaceskazu
2013-02-14* ext/socket/socket.c (sockaddr_len): extracted from sockaddr_obj.akr
2013-02-14* ext/socket: always operate length of socket addess companion withakr
2013-02-14* lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain
2013-02-14class.c: cyclic prependnobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-02-13* ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.akr
2013-02-13* ext/socket/extconf.rb: don't define socklen_t here, just test.akr
2013-02-13proc.c: skip prependsnobu
2013-02-13proc.c: original_namenobu
2013-02-13proc.c: show the given namenobu
2013-02-13configure.in: no Werrornobu
2013-02-12* lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.drbrain
2013-02-12* ext/socket/extconf.rb: test functions just after struct members.akr
2013-02-12* ext/json: merge JSON 1.7.7.naruse