summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2015-04-24win32.c: fix for mingwnobu
2015-04-24* win32/win32.c (rb_w32_{getc,putc}): removed. they are needed for oldusa
2015-04-23* win32/win32.c: remove bcc related code.naruse
2015-04-23* win32/win32.c (rb_acrt_lowio_lock_fh): wrap _pioinfo(i)->lock.naruse
2015-04-23* win32/win32.c (_filbuf): msvc14 doesn't have it, use _fgetc_nolock.naruse
2015-04-23* win32/win32.c (dupfd): use _set_osfhnd.naruse
2015-04-20* win32/win32.c (rb_w32_wreadlink): follow the official format ofusa
2015-04-20* win32/win32.c (rb_w32_wreadlink): fixed a bug that a junktion missesusa
2015-04-08* win32/win32.c (rb_w32_wreadlink): should treat junctions like asusa
2015-03-30win32.c: symlink than directorynobu
2015-03-23win32.c: readlinknobu
2015-03-23win32.c: fix DLL namenobu
2015-03-23win32.c: w32_lstati64nobu
2015-03-22win32.c: path_drivenobu
2015-03-22win32.c: stat_by_findnobu
2015-03-22win32.c: stati64_handlenobu
2015-03-22win32.c: name_for_statnobu
2015-03-19win32.c: S_IFLNKnobu
2015-03-19win32.c: no S_IWGRP and S_IWOTHnobu
2015-03-14dir.h: direct::d_typenobu
2015-03-08dir.c: glob short namesnobu
2015-02-24win32.c: reduce memory sizenobu
2015-02-20win32.c: volume serial numbersnobu
2015-02-18win32.c: EXDEV for directorynobu
2014-12-24win32: suppress warningsnobu
2014-12-03* win32/win32.c (w32_spawn): `v2` is used not only for `shell` but alsousa
2014-11-29win32.c: use UTF-8 for argvnobu
2014-11-29win32.c: convert by Win32 APInobu
2014-11-26win32.c: for non-standard consolenobu
2014-11-18* win32/win32.c (rb_w32_write): should set the error ofusa
2014-11-13* rb_w32_fstat{,i64}: speed up. adjuting timestamps in this functionusa
2014-11-10win32.c: user namenobu
2014-11-10* win32/win32.c (rb_w32_read): retry with reduced length if cannot tousa
2014-11-10* win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa
2014-11-10win32.c: login name encodingnobu
2014-08-23* win32/win32.c (cmdglob): use inline function.nobu
2014-08-21win32.c: manage reverse videonobu
2014-08-09win32/file.c: share functions with win32.cnobu
2014-06-23win32.c: unused variablenobu
2014-06-02* win32/win32.c (rb_w32_conv_from_wchar): follow nobu's previous commit.usa
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-05-18win32.c: fix infinite recursionnobu
2014-04-30win32.c: add linkagenobu
2014-04-30win32.c: declare for old VCnobu
2014-04-22* win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa
2014-04-16win32.c: CharNextExA with cpnobu
2014-04-15win32.c: adjust typenobu
2014-04-15* include/ruby/win32.h (rb_w32_cmdvector): removed.usa
2014-04-05win32.c: wchar conversionnobu
2014-03-30* win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):usa