summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-02-11* configure.in: enable rb_cv_page_size_log test for MirOS BSD.akr
2013-02-11* configure.in: use -pthread on mirbsd*.akr
2013-02-11* configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.akr
2013-02-11configure.in: sitearchnobu
2013-02-11Makefile.sub: sitearchnobu
2013-02-11* configure.in: move OS specific header/function knowledge beforeakr
2013-02-11* configure.in: move the test for -march=i486 just afterakr
2013-02-10* ext/socket/extconf.rb: test structure members just after types test.akr
2013-02-10* ext/socket/extconf.rb: test types just after headers test.akr
2013-02-10Add ChangeLog from 39193zzak
2013-02-10fix date time mistake in ChangeLog.kosaki
2013-02-10* doc/rake/*: Sync Rake rdoc files from upstreamzzak
2013-02-10fix typo.kosaki
2013-02-10* vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__kosaki
2013-02-10* gc.h (SET_MACHINE_STACK_END): use __volatile__ instead of volatile.kosaki
2013-02-10* doc/rake/, lib/rake/doc/: Move Rake rdoc files to lib/rakezzak
2013-02-10* ext/socket/extconf.rb: test headers at first.akr
2013-02-10* doc/rake/*: Removed stale Rake static fileszzak
2013-02-10* lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrintzzak
2013-02-09* ChangeLog: fix typo.nobu