summaryrefslogtreecommitdiff
path: root/src/windows/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Appease the style checkermsvc-crt-linkChris Denton2023-03-311-1/+3
* MSVC: Add `msvc_crt_link` optionsChris Denton2023-03-301-4/+91
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+5
* adds putenv call to win32.David Carlier2022-10-161-0/+8
* Fix for https://github.com/rust-lang/libc/issues/2860Tastaturtaste2022-08-041-2/+10
* windows add printf/fprintfDavid Carlier2021-11-131-0/+2
* windows add localtime_s/memccpy fnsDavid Carlier2021-09-241-0/+4
* Add `strtof` for all platforms that have `strtod`Hans Christian Schmitz2021-08-221-0/+1
* Add "_aligned_free" on the Windows platformPavel Samolysov2021-08-181-0/+2
* Signal controlling constants for windowsMichal 'vorner' Vaner2021-06-011-0/+6
* Add all O_* codes from fcntl.h on windowsNoah2021-05-241-10/+21
* Fix styleYuki Okushi2021-04-061-138/+29
* Add execl* functions on WindowsBasix2020-08-121-0/+29
* Add "_aligned_malloc" on windows platformkellda2020-07-251-0/+2
* add wexecv, wexecve, wexecvp, wexecvpeBill Fraser2020-06-261-0/+22
* Remove MSVC's wmemchr declarationLzu Tao2020-03-181-1/+0
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1
* add wmemchr to all platforms support memchrLzu Tao2020-02-211-0/+1
* Add FFI bindings for libc's gmttime_s.Noah Gold2020-02-191-0/+2
* Updating for formatting _time64, and gnu test failuresmikehoyle2019-10-241-5/+7
* Add a few functions & POSIX error codes to Windows APImikehoyle2019-10-231-0/+48
* Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-121-64/+160
|/
* Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-9/+0
* Cleanup dox messgnzlbg2019-02-131-6/+6
* Fix build on all platformsgnzlbg2019-02-071-2/+3
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+13
* Check for Debug impls for all typesBryant Mairs2019-02-021-1/+4
* Auto merge of #1183 - xmclark:make-tm-members-public-windows, r=gnzlbgbors2018-12-241-9/+9
|\
| * make tm struct members publicMackenzie Clark2018-12-231-9/+9
* | use the correct calling convention with extern "system"Mackenzie Clark2018-12-231-14/+29
* | add some socket functions and a SOCKET typeMackenzie Clark2018-12-221-0/+20
|/
* normalize to common name sighandler_tMackenzie Clark2018-12-171-2/+2
* move everything back into window mod with the type alias for msvcMackenzie Clark2018-12-171-0/+14
* Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-231-1/+1
* Split out windows strcase* work into gnu/msvc filesTom Parker-Shemilt2018-11-231-0/+400