aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* remove prelude.cKoichi Sasada2019-12-111-5/+0
* Fix `$(RMALL) -r` on WindowsNAKAMURA Usaku2019-11-262-2/+2
* Turn C4047 warning into errorNobuyoshi Nakada2019-11-201-1/+1
* Define NULLCMD as printing NUL [Bug #16331]Nobuyoshi Nakada2019-11-101-1/+1
* Define NULLCMD as an empty label [Bug #16331]Nobuyoshi Nakada2019-11-101-0/+1
* Fix builtin scirpt pathsNobuyoshi Nakada2019-11-091-3/+0
* Add VPATH to rbinc rule for nmakeNobuyoshi Nakada2019-11-081-0/+3
* Share test-bundled-gems-run in common.mkNobuyoshi Nakada2019-11-051-7/+0
* win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy2019-10-111-75/+2
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-1/+1
* [EXPERIMENTAL] MakeMakefile::CXX for C++Nobuyoshi Nakada2019-09-181-0/+1
* fix CentOS 6 compile error卜部昌平2019-09-101-0/+1
* Try to fix compile error on win32Kazuhiro NISHIYAMA2019-09-061-0/+2
* 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
* [DOC] "nmake check" is preferable to "nmake exam" now [ci skip]Nobuyoshi Nakada2019-08-041-4/+4
* [DOC] updated about icons in win32/README.win32 [ci skip]Nobuyoshi Nakada2019-08-041-5/+9
* [DOC] "nmake check" is preferable to "nmake exam" now [ci skip]Nobuyoshi Nakada2019-08-041-1/+1
* [DOC] Mark up path names to show a backslash [ci skip]Nobuyoshi Nakada2019-08-041-2/+2
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+11
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-13/+13
* Remove IA64 support.Samuel Williams2019-06-194-15/+9
* Do not export InitVM functionsNobuyoshi Nakada2019-05-171-1/+1
* No longer svn & git-svn are usedNobuyoshi Nakada2019-05-101-6/+1
* 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
* Makefiles need to be indented by tabsNobuyoshi Nakada2019-04-281-1/+1
* Now only supports Git repositoryNAKAMURA Usaku2019-04-221-8/+6
* Remove debug linesusa2019-04-211-2/+2
* Show/unshow executing command as specified by `V`usa2019-04-211-3/+3
* FindFirstFile cannot glob share namesnobu2019-03-041-0/+14
* Parenthesize `for` to ignore errorsnobu2019-02-131-4/+4
* Ignore errors on cleaningnobu2019-02-131-1/+1
* README.win32: [DOC] added modeline [ci skip]nobu2019-02-051-0/+2
* Update requirementsusa2019-02-041-2/+2
* README.win32: mention GIT as well as SVNnobu2019-02-021-2/+4
* README.win32: update required commands and platform namesnobu2019-02-021-2/+6
* README.win32: use label-listnobu2019-02-021-2/+2
* README.win32: reformat as RDocnobu2019-02-011-40/+35
* win32/Makefile.sub: try to use __restrict on Visual Studio 2013k0kubun2019-01-041-1/+1
* Add RUBY_API_VERSION to rbconfig.rb on mswin toonobu2018-12-281-1/+2
* RUBY_PROGRAM_VERSION for MJIT_PRECOMPILED_HEADERnobu2018-12-281-0/+1
* Moved version numbersnobu2018-12-282-11/+6
* Check if restrict keyword is supportednobu2018-12-281-0/+5
* win32/Makefile.sub: missing dependency of mjit_config.hnobu2018-12-101-1/+1