summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-04-20* win32/win32.c (rb_w32_wreadlink): follow the official format ofusa
2015-04-20fix a typo [ci skip]kazu
2015-04-20* ChangeLog: typo.usa
2015-04-20* common.mk ($(arch)-fake.rb): revert r50354 because bsdmake seems notusa
2015-04-20* too/fake.rb: don't fake libdir. use libdirname instead.usa
2015-04-20* lib/mkmf.rb (MakeMakefile#configuration): DESTDIR should never affectusa
2015-04-20* common.mk ($(arch)-fake.rb): fix the path separator up for Windows.usa
2015-04-20fix a typonobu
2015-04-20* win32/win32.c (rb_w32_wreadlink): fixed a bug that a junktion missesusa
2015-04-20* ext/openssl/*: use license instead of licence.hsbt
2015-04-20* benchmark/bm_so_meteor_contest.rb: fix a typo.hsbt
2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal
2015-04-19ext: suppress warningsnobu
2015-04-19hash.c: check env vars encodingnobu
2015-04-18parser.rl: rb_enc_raisenobu
2015-04-17string.c: clear NOFREE flag at embeddingnobu
2015-04-15NEWS: note IO#wait_readable change in r50263normal
2015-04-15lib/net/*: use io/wait methods instead of IO.selectnormal
2015-04-15fix indent [ci skip]kazu
2015-04-15fix typos [ci skip]kazu
2015-04-15* vm_trace.c (rb_tracepoint_new): fix documentation.ko1
2015-04-15* vm_trace.c (rb_tracepoint_new): Add documentation forko1
2015-04-15* doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt
2015-04-14* doc/extension.ja.rdoc: Added description of TypedData_XXX.yugui
2015-04-14thread_pthread.c: keep sp safe zonenobu
2015-04-14* tool/merger.rb (versionup): should also increment revision whenusa
2015-04-14printf.c: uint_to_strnobu
2015-04-14* gc.c: [DOC] Improve documentation for ObjectSpace.count_objectszzak
2015-04-13Fix.akr
2015-04-13* test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr
2015-04-13* ext/openssl/lib/openssl/ssl.rb: stricter hostname verificationnagachika
2015-04-12ChangeLog: fix lognobu
2015-04-12* ext/json/json.gemspec: bump version to 1.8.2.hsbt
2015-04-12* ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly.hsbt
2015-04-12* ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt
2015-04-12parse.y: null by syntax errornobu
2015-04-12* lib/rubygems/test_case.rb: use explicitly exception class and revertedhsbt
2015-04-12wait.c: no EOFnobu
2015-04-12wait.c: poll over nreadnobu
2015-04-12* lib/rubygems/test_case.rb: fixed json load error for rubygems tests.hsbt
2015-04-12* gc.c: Document require name for ObjectSpace methods.hsbt
2015-04-12* test/ruby/test_io.rb: New test that open(fifo) doesn't block otherakr
2015-04-12* ext/coverage/coverage.c: Remove extension from require argument.hsbt
2015-04-12connect_nonblock supports "exception: false"normal
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a block device on GNU/Linux.akr
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a file not owned.akr
2015-04-12* remove trailing spaces.svn
2015-04-12* ext/fiddle/depend: Fix "Wrong mix of special targets" error withakr
2015-04-12* test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix fileusa
2015-04-12* ext/-test-/file/fs.c: OpenBSD needs sys/param.h before sys/mount.h.akr