index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src-cslul
/
unittest
/
test_winlibc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2024-03-21
Use offsetof/size_t instead of uintptr_t where possible
Samuel Lidén Borell
1
-1
/
+1
2023-07-15
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2023-06-18
winlibc: Support for 64-bit integers in printf (%lld,%llu,%llx)
Samuel Lidén Borell
1
-0
/
+16
2022-12-23
winlibc: Fix test under winlibc and add tests cases. Add TODO
Samuel Lidén Borell
1
-4
/
+8
2022-09-03
Multi-directory makefile + break out testing functions
Samuel Lidén Borell
1
-0
/
+1
2022-08-14
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2022-04-26
winlibc: Fix handling of U+E000 - U+FFFF in cmdline
Samuel Lidén Borell
1
-5
/
+7
2022-04-24
Fixes for building/running on Windows
Samuel Lidén Borell
1
-2
/
+30
2022-04-23
Locate slul-interfaces directory on Windows also
Samuel Lidén Borell
1
-1
/
+18
2022-04-23
winlibc: Add strdup and strndup
Samuel Lidén Borell
1
-0
/
+29
2022-04-22
winlibc: Implement left justification (%-) in printf
Samuel Lidén Borell
1
-3
/
+10
2022-04-22
winlibc: Implement %+ and %space for printf. Handle %X as lowercase for now
Samuel Lidén Borell
1
-3
/
+17
2022-04-20
winlibc: Test of %.0d in printf()
Samuel Lidén Borell
1
-3
/
+3
2022-04-20
winlibc: Improve/fix printf(). Unicode console output. Fix cmdline
Samuel Lidén Borell
1
-9
/
+44
2022-04-18
Add proper Windows support, by using a custom C library
Samuel Lidén Borell
1
-0
/
+351