summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-04[win32] suppress false warning by mingw gccNobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-10-11win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy
2019-09-27Adjusted spaces [ci skip]Nobuyoshi Nakada
2019-08-29drop-in type check for rb_define_method卜部昌平
2019-08-27Added license comment [Bug #12230] [ci skip]Nobuyoshi Nakada
2019-08-19* expand tabs. [ci skip]git
2019-08-19Set flag to allow unprivileged users to create symlinks (#2381)Nobuyoshi Nakada
2019-07-25Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada
2019-04-30Forgotten to removeNAKAMURA Usaku
2019-04-30Revert previous commit; it was meaninglessNAKAMURA Usaku
2019-04-30* expand tabs.git
2019-04-30Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...NAKAMURA Usaku
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-10-13win32/win32.c: fix typo in comment [ci skip]k0kubun
2018-10-13win32/win32.c: I meant FindFreeChildSlot [ci skip]k0kubun
2018-10-13win32/win32.c: don't call FindChildSlot in MJITk0kubun
2018-10-12* expand tabs.svn
2018-10-12win32/win32.c: drop always-NULL psa parameterk0kubun
2018-10-12mjit_worker.c: suppress child process's output properlyk0kubun
2018-10-04Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Updateusa
2018-09-21Suppress more -Wparentheses warningsnobu
2018-07-28win32.c: limit write size on consolenobu
2018-06-12win32.c: precise timenobu
2018-04-18win32.c: fix CSI sequences to deletenobu
2018-02-01win32.c: EPIPE for ERROR_NO_DATAnobu
2018-01-15Fix a typo.hsbt
2018-01-09internal.h: remove dependecy on ruby/io.hnobu
2017-12-12set ino at `File.lstat` on Windowsusa
2017-12-12remove unused variableusa
2017-12-11fixed typousa
2017-12-10support 128bit ino on Windows (if available)usa
2017-12-08win32.c: check error codenobu
2017-12-07win32/win32.c: removed a stale commentnobu
2017-12-07win32.c: fallback to old APInobu
2017-12-04win32.c: fix error on mingwnobu
2017-12-04support nanosec file timestamp on newer Windowsusa
2017-12-04try to pass compiling with VC12usa
2017-12-04support `File.identical?` on ReFSusa
2017-11-20win32.c: vm_exit_handlernobu
2017-10-25win32.c: unknown reparse tagsnobu
2017-10-21Use GetSystemTimePreciseAsFileTime on recent Windowsusa
2017-08-28win32.c: fix function pointernobu
2017-08-26win32.c: fix return valuenobu
2017-08-26thread_win32.c: set thread namenobu
2017-07-03win32.c: restrict cursor movenobu
2017-07-03win32.c: clear relative to screennobu