aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_winlibc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-21Use offsetof/size_t instead of uintptr_t where possibleSamuel Lidén Borell1-1/+1
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-06-18winlibc: Support for 64-bit integers in printf (%lld,%llu,%llx)Samuel Lidén Borell1-0/+16
2022-12-23winlibc: Fix test under winlibc and add tests cases. Add TODOSamuel Lidén Borell1-4/+8
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+1
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-04-26winlibc: Fix handling of U+E000 - U+FFFF in cmdlineSamuel Lidén Borell1-5/+7
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-2/+30
2022-04-23Locate slul-interfaces directory on Windows alsoSamuel Lidén Borell1-1/+18
2022-04-23winlibc: Add strdup and strndupSamuel Lidén Borell1-0/+29
2022-04-22winlibc: Implement left justification (%-) in printfSamuel Lidén Borell1-3/+10
2022-04-22winlibc: Implement %+ and %space for printf. Handle %X as lowercase for nowSamuel Lidén Borell1-3/+17
2022-04-20winlibc: Test of %.0d in printf()Samuel Lidén Borell1-3/+3
2022-04-20winlibc: Improve/fix printf(). Unicode console output. Fix cmdlineSamuel Lidén Borell1-9/+44
2022-04-18Add proper Windows support, by using a custom C librarySamuel Lidén Borell1-0/+351