aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Removed never used/worked functionsNobuyoshi Nakada2020-12-271-0/+2
* win32: Declared wait and fixed the return typeNobuyoshi Nakada2020-12-271-1/+1
* Enable escape sequence on Windows10 consoleU.Nakamura2020-12-211-0/+11
* win32: Deprecate file CP version functionsNobuyoshi Nakada2020-12-201-34/+33
* win32: Added rb_w32_ureaddir only for UTF-8 [Feature #12654]Nobuyoshi Nakada2020-12-201-0/+8
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-1/+1
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-12-201-0/+1
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-081-1/+0
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-11-281-0/+4
* Windows: Improve readablity of getenv() encodingLars Kanis2020-11-281-4/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* [win32] suppress false warning by mingw gccNobuyoshi Nakada2020-03-041-1/+1
* decouple internal.h headers卜部昌平2019-12-261-0/+4
* 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