summaryrefslogtreecommitdiff
path: root/src/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32 remove deprecated winapi partDavid Carlier2021-11-043-165/+0
* windows deprecate CONTEXT and related types.David Carlier2021-10-161-0/+10
* Fix MSRV on WindowsYuki Okushi2021-10-132-1/+7
* windows add localtime_s/memccpy fnsDavid Carlier2021-09-242-0/+11
* windows adding CONTEXT type for x86_64 arch.David Carlier2021-09-182-0/+149
* 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-063-153/+32
* 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-182-1/+8
* 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-242-5/+11
* Add a few functions & POSIX error codes to Windows APImikehoyle2019-10-231-0/+48
* max_align_t does not need Debuggnzlbg2019-09-251-0/+2
* use no-extra-traitsgnzlbg2019-09-251-2/+2
* Do not use tuple structsgnzlbg2019-09-251-2/+8
* Fix max_align_tgnzlbg2019-09-251-4/+6
* Implement max_align_tgnzlbg2019-09-202-0/+16
* Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-123-70/+172
|/
* 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
|/
* constants are for gnu target onlyMackenzie Clark2018-12-212-5/+5
* add stdio constants for windowsMackenzie Clark2018-12-201-0/+5
* 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-173-23/+14
* add signal and raise bindingsMackenzie Clark2018-12-162-2/+25
* Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-231-1/+1
* Split out windows strcase* work into gnu/msvc filesTom Parker-Shemilt2018-11-233-0/+418