summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-01-30* configure.in: use $@ instead of $(.TARGET) because .TARGET is notshugo
2014-01-29* ext/fiddle/closure.c: use sizeof(*pcl) for correct sizeof value.mame
2014-01-29io.c: check socket on other than linuxnobu
2014-01-29io.c: remove socket checknormal
2014-01-29* ChangeLog: remove a duplicated entry at r44726.nagachika
2014-01-28* ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove
2014-01-28* ext/fiddle/closure.c: use sizeof(*pcl) for correct sizeof value.tenderlove
2014-01-28doc/contributing.rdoc: allow/encourage other git hostsnormal
2014-01-28* ext/socket: Avoid redundant fcntl/fstat syscalls for cloexecakr
2014-01-28* process.c (READ_FROM_CHILD): Apply the last hunk ofakr
2014-01-28thread_pthread.c: use get_stacknobu
2014-01-28* thread_pthread.c: rlimit is only available on Linux.naruse
2014-01-28* lib/set.rb: [DOC] Add examples for Set#intersect? and Set#disjoint?zzak
2014-01-28* ext/zlib/zlib.c (rb_zlib_adler32): [DOC] Add example for adler32zzak
2014-01-27compile.c: use correct key for block when loading serialized iseqscharliesome
2014-01-27* ChangeLog: remove a duplicated entry at r44712.nagachika
2014-01-27thread_pthread.c: get current main thread stack sizenobu
2014-01-25* README.ja.md, README.md: update the controller address of mailing lists.kazu
2014-01-25process.c: avoid EINTR from Process.spawnnobu
2014-01-25compile.c: assignment result of aset_withnobu
2014-01-25class.c: allow nil keyword_hashnobu
2014-01-24* lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typoszzak
2014-01-23* test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby processko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23* lib/fileutils.rb: [DOC] Fix typo in options_of() example [Bug #9392]zzak
2014-01-23* README -> README.md: [DOC] Format README with Markdown [Bug #9255]zzak
2014-01-22thread/thread.c: no dupnobu
2014-01-21thread_pthread.c: fix for dynamic PTHREAD_STACK_MINnobu
2014-01-21* lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak
2014-01-21* enum.c: [DOC] Add simple example of Enumerable#zip [ci skip]zzak
2014-01-21thread_pthread.c: expand timer thread stack sizenobu
2014-01-20* ext/socket/option.c: Use "int" for IP_MULTICAST_LOOP andakr
2014-01-20* ext/socket/option.c: Use "int" for IP_MULTICAST_LOOP andakr
2014-01-20* ext/socket/option.c: Use "byte" as default argument forakr
2014-01-20* ext/socket/option.c: Use preprocessor macros to avoid repeatedakr
2014-01-20* lib/rubygems/version.rb: [DOC] Use gender-neutral pronouns [ci skip]zzak
2014-01-18* compar.c (cmp_equal): warn for this release and still rescueeregon
2014-01-18* ext/socket: Avoid unnecessary ppoll/select on Linux.akr
2014-01-18* lib/resolv.rb (Resolv::DNS::Resource::TXT#data): Return concatenatedakr
2014-01-18* io.c (rb_update_max_fd): Return immediately if the given fd is smallakr
2014-01-18* io.c: Test O_CLOEXEC only once.akr
2014-01-18* ext/socket/option.c: IP_MULTICAST_LOOP and IP_MULTICAST_TTL socketakr
2014-01-18* lib/open-uri.rb: Make proxy disabling working again.akr
2014-01-17ChangeLog: fix refnobu
2014-01-17delegate.rb: keep special methodsnobu
2014-01-17eval.c: singleton class constantsnobu
2014-01-15* ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.mrkn
2014-01-15* io.c (io_binwrite): use writev(2) to avoid double write if available.glass
2014-01-15string.c: respect BOMnobu