aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
...
* win32.c: use numberofnobu2015-06-221-1/+1
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-1/+48
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-2/+5
* * win32/win32.c (setup_overlapped): seek to the file end only whennaruse2015-05-251-4/+8
* win32.c: suppress a warningnobu2015-05-231-1/+1
* * win32/win32.c (rb_w32_write_console): should return the count ofusa2015-05-221-1/+4
* * win32/win32.c (constat_apply): fixed comment. [skip ci]usa2015-05-221-1/+1
* intern.h: rb_f_notimplement for ext on Windowsnobu2015-05-181-0/+2
* * win32/win32.c (rb_w32_accept): simplified.usa2015-05-161-18/+11
* * win32/win32.c: restore a license comment accidentally removed at r50381.usa2015-04-241-1/+3
* win32.c: fix for mingwnobu2015-04-241-11/+3
* * win32/win32.c (rb_w32_{getc,putc}): removed. they are needed for oldusa2015-04-241-39/+0
* * win32/win32.c: remove bcc related code.naruse2015-04-231-193/+7
* * win32/win32.c (rb_acrt_lowio_lock_fh): wrap _pioinfo(i)->lock.naruse2015-04-231-28/+30
* * win32/win32.c (_filbuf): msvc14 doesn't have it, use _fgetc_nolock.naruse2015-04-231-11/+37
* * win32/win32.c (dupfd): use _set_osfhnd.naruse2015-04-231-2/+2
* * win32/win32.c (rb_w32_wreadlink): follow the official format ofusa2015-04-201-12/+23
* * win32/win32.c (rb_w32_wreadlink): fixed a bug that a junktion missesusa2015-04-201-3/+12
* * win32/win32.c (rb_w32_wreadlink): should treat junctions like asusa2015-04-081-1/+2
* win32.c: symlink than directorynobu2015-03-301-5/+9
* win32.c: readlinknobu2015-03-231-0/+110
* win32.c: fix DLL namenobu2015-03-231-1/+1
* win32.c: w32_lstati64nobu2015-03-231-1/+100
* win32.c: path_drivenobu2015-03-221-2/+9
* win32.c: stat_by_findnobu2015-03-221-24/+35
* win32.c: stati64_handlenobu2015-03-221-3/+16
* win32.c: name_for_statnobu2015-03-221-10/+22
* win32.c: S_IFLNKnobu2015-03-191-0/+3
* win32.c: no S_IWGRP and S_IWOTHnobu2015-03-191-5/+2
* dir.h: direct::d_typenobu2015-03-141-2/+7
* dir.c: glob short namesnobu2015-03-081-6/+26
* win32.c: reduce memory sizenobu2015-02-241-4/+5
* win32.c: volume serial numbersnobu2015-02-201-19/+19
* win32.c: EXDEV for directorynobu2015-02-181-2/+33
* win32: suppress warningsnobu2014-12-241-19/+19
* * win32/win32.c (w32_spawn): `v2` is used not only for `shell` but alsousa2014-12-031-1/+1
* win32.c: use UTF-8 for argvnobu2014-11-291-6/+7
* win32.c: convert by Win32 APInobu2014-11-291-6/+13
* win32.c: for non-standard consolenobu2014-11-261-1/+1
* * win32/win32.c (rb_w32_write): should set the error ofusa2014-11-181-1/+1
* * rb_w32_fstat{,i64}: speed up. adjuting timestamps in this functionusa2014-11-131-1/+8
* win32.c: user namenobu2014-11-101-0/+3
* * win32/win32.c (rb_w32_read): retry with reduced length if cannot tousa2014-11-101-0/+7
* * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa2014-11-101-1/+43
* win32.c: login name encodingnobu2014-11-101-3/+4
* * win32/win32.c (cmdglob): use inline function.nobu2014-08-231-4/+1
* win32.c: manage reverse videonobu2014-08-211-14/+23
* win32/file.c: share functions with win32.cnobu2014-08-091-2/+3
* win32.c: unused variablenobu2014-06-231-9/+0
* * win32/win32.c (rb_w32_conv_from_wchar): follow nobu's previous commit.usa2014-06-021-1/+1