aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy2019-10-111-75/+2
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-1/+1
* drop-in type check for rb_define_method卜部昌平2019-08-291-1/+1
* Added license comment [Bug #12230] [ci skip]Nobuyoshi Nakada2019-08-271-0/+1
* * expand tabs. [ci skip]git2019-08-191-10/+10
* Set flag to allow unprivileged users to create symlinks (#2381)Nobuyoshi Nakada2019-08-191-2/+22
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+11
* Forgotten to removeNAKAMURA Usaku2019-04-301-1/+0
* Revert previous commit; it was meaninglessNAKAMURA Usaku2019-04-301-20/+0
* * expand tabs.git2019-04-301-16/+16
* Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...NAKAMURA Usaku2019-04-301-0/+21
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-3/+14
* win32/win32.c: fix typo in comment [ci skip]k0kubun2018-10-131-1/+1
* win32/win32.c: I meant FindFreeChildSlot [ci skip]k0kubun2018-10-131-2/+2
* win32/win32.c: don't call FindChildSlot in MJITk0kubun2018-10-131-24/+26
* * expand tabs.svn2018-10-121-2/+2
* win32/win32.c: drop always-NULL psa parameterk0kubun2018-10-121-14/+10
* mjit_worker.c: suppress child process's output properlyk0kubun2018-10-121-0/+42
* Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Updateusa2018-10-041-2/+2
* Suppress more -Wparentheses warningsnobu2018-09-211-1/+2
* win32.c: limit write size on consolenobu2018-07-281-3/+6
* win32.c: precise timenobu2018-06-121-19/+22
* win32.c: fix CSI sequences to deletenobu2018-04-181-8/+8
* win32.c: EPIPE for ERROR_NO_DATAnobu2018-02-011-1/+5
* Fix a typo.hsbt2018-01-151-1/+1
* internal.h: remove dependecy on ruby/io.hnobu2018-01-091-0/+1
* set ino at `File.lstat` on Windowsusa2017-12-121-103/+24
* remove unused variableusa2017-12-121-1/+0
* fixed typousa2017-12-111-2/+2
* support 128bit ino on Windows (if available)usa2017-12-101-99/+92
* win32.c: check error codenobu2017-12-081-1/+6
* win32/win32.c: removed a stale commentnobu2017-12-071-1/+0
* win32.c: fallback to old APInobu2017-12-071-23/+27
* win32.c: fix error on mingwnobu2017-12-041-1/+1
* support nanosec file timestamp on newer Windowsusa2017-12-041-82/+170
* try to pass compiling with VC12usa2017-12-041-3/+5
* support `File.identical?` on ReFSusa2017-12-041-0/+128
* win32.c: vm_exit_handlernobu2017-11-201-13/+32
* win32.c: unknown reparse tagsnobu2017-10-251-1/+4
* Use GetSystemTimePreciseAsFileTime on recent Windowsusa2017-10-211-2/+17
* win32.c: fix function pointernobu2017-08-281-1/+1
* win32.c: fix return valuenobu2017-08-261-2/+1
* thread_win32.c: set thread namenobu2017-08-261-0/+42
* win32.c: restrict cursor movenobu2017-07-031-10/+16
* win32.c: clear relative to screennobu2017-07-031-12/+36
* win32.c: cursor relative to screennobu2017-07-031-2/+4
* win32.c: rb_dir_getwd_ospathnobu2017-06-121-4/+29
* win32.c: no localenobu2017-06-051-2/+2
* rb_w32_ugetcwd: UTF-8 version getcwdnobu2017-05-161-17/+35
* disable critical-error-handlernobu2017-02-281-2/+1