aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compile error at r66280nobu2018-12-081-1/+3
* update-deps: support coroutine dependenciesnobu2018-12-031-8/+9
* Fix for coroutine/win32/Context.objnobu2018-11-281-2/+2
* win32/Makefile.sub: add flags for ASnobu2018-11-282-4/+6
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-3/+14
* configure.ac: add --disable-fiber-coroutine optionnobu2018-11-211-3/+3
* Make coroutine object directory for each archnobu2018-11-201-2/+3
* Fix typo and make directorynobu2018-11-201-2/+0
* Support Visual C++ (mswin)samuel2018-11-201-0/+23
* gmake.mk: force updating revision.hnobu2018-11-131-0/+6
* win32/setup.mak: Substitute slashes in `MJIT_CC`nobu2018-11-111-2/+1
* `MJIT_BUILD_DIR` is not used on Windowsnobu2018-11-111-1/+0
* Expand MJIT_CC on mswin toonobu2018-11-071-0/+4
* support --disable-mjit-support on mswin32/64.ko12018-10-203-1/+20
* fix macro-name.ko12018-10-201-1/+1
* fix MJIT_SUPPORT on win32.ko12018-10-201-0/+2
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-2/+2
* configure.ac: add --disable-install-mjit-headerk0kubun2018-10-191-2/+5
* Define PRIdPTR etcnobu2018-10-131-0/+2
* 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
* win32/Makefile.sub: generate MJIT header pdbk0kubun2018-10-111-1/+5
* win32/Makefile.sub: install MJIT header and objectk0kubun2018-10-111-0/+5
* revert r64947 and r64949k0kubun2018-10-081-3/+0
* win32/Makefile.sub: create header install dir firstk0kubun2018-10-071-0/+1
* win32/Makefile.sub: install precompiled header to prefixk0kubun2018-10-071-0/+2
* 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
* Makefile.sub: remove -DRUBY_EXPORT overridden by -U optionnobu2018-08-161-1/+1
* win32/Makefile.sub: escape `=` in MJIT cflagsk0kubun2018-08-071-6/+6
* win32/Makefile.sub: remove RUBY_EXPORT macrok0kubun2018-08-071-1/+1
* mjit.c: link precompiled objectk0kubun2018-08-051-1/+5
* mjit.c: initialize prebuilt precompiled headerk0kubun2018-08-051-1/+1
* win32/Makefile.sub: build precompiled headerk0kubun2018-08-041-0/+33
* mjit.c: allow using MJIT header in build directoryk0kubun2018-07-311-0/+1
* mkexports.rb: flip-flopnobu2018-07-291-1/+7
* win32.c: limit write size on consolenobu2018-07-281-3/+6
* common.mk: codesign ruby-runner toonobu2018-07-091-0/+1
* benchmark: introduce benchmark_driver.gemk0kubun2018-07-081-0/+4
* Revert "get rid of a compiler warning of VC"normal2018-07-051-1/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-1/+1
* Revert r63758 and related commitsnaruse2018-07-041-1/+1
* get rid of a compiler warning of VCusa2018-07-021-1/+1
* remove DISABLE_RUBYGEMS from config filesnobu2018-06-222-2/+5
* win32/Makefile.sub: gettimeofday is defined in win32.cnobu2018-06-151-0/+1
* win32.c: precise timenobu2018-06-121-19/+22