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
/
winlibc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
Update copyright years
Samuel Lidén Borell
10
-10
/
+10
2024-04-21
winlibc: Implicitly define NULL and size_t in certain headers
Samuel Lidén Borell
5
-24
/
+50
2024-04-21
winlibc: Don't implicitly include stddef.h
Samuel Lidén Borell
5
-20
/
+24
2024-04-21
winlibc: Header definition fixes
Samuel Lidén Borell
6
-8
/
+6
2024-04-21
winlibc: Support setjmp/longjmp on GCC/clang on x86/x86_64
Samuel Lidén Borell
3
-15
/
+41
2024-04-20
winlibc: Fix building with clang
Samuel Lidén Borell
4
-10
/
+52
2024-04-20
winlibc: Fix definition of mainCRTStartup
Samuel Lidén Borell
1
-4
/
+25
2024-03-03
Fix various cppcheck warnings
Samuel Lidén Borell
1
-1
/
+1
2024-02-03
winlibc: Fix errno for "already exists" error
Samuel Lidén Borell
1
-3
/
+19
2024-02-03
winlibc: UINT_MAX etc. should be unsigned constants
Samuel Lidén Borell
1
-4
/
+4
2024-01-02
winlibc: Fix INT_MIN / INT_MAX
Samuel Lidén Borell
1
-3
/
+3
2023-12-25
winlibc: Use "" instead of <> for including winlibc_internal.h
Samuel Lidén Borell
2
-3
/
+3
2023-08-11
Use namespace prefix in include guards
Samuel Lidén Borell
11
-22
/
+22
2023-07-21
winlibc: Add remove()
Samuel Lidén Borell
2
-19
/
+60
2023-07-21
winlibc: Add int_fast*_t in stdint.h
Samuel Lidén Borell
1
-0
/
+8
2023-07-15
Update copyright years
Samuel Lidén Borell
3
-3
/
+3
2023-06-18
winlibc: Add vsprintf
Samuel Lidén Borell
2
-4
/
+12
2023-06-18
winlibc: Support for 64-bit integers in printf (%lld,%llu,%llx)
Samuel Lidén Borell
2
-7
/
+61
2023-06-11
winlibc: Fix return value of fwrite to console
Samuel Lidén Borell
1
-1
/
+2
2023-06-11
winlibc: Fix error handling in fputs
Samuel Lidén Borell
1
-1
/
+1
2023-06-11
winlibc: Put mainCRTstartup function first in executable
Samuel Lidén Borell
1
-30
/
+35
2022-12-23
winlibc: Fix test under winlibc and add tests cases. Add TODO
Samuel Lidén Borell
1
-0
/
+2
2022-11-12
Update TODOs (regarding error messages, 32 bit Windows, etc.)
Samuel Lidén Borell
1
-8
/
+1
2022-08-04
Fix cppcheck warnings and silence false positives
Samuel Lidén Borell
3
-7
/
+6
2022-04-27
winlibc: Fix order of calls to atexit() handlers
Samuel Lidén Borell
1
-1
/
+2
2022-04-26
winlibc: Fix handling of U+E000 - U+FFFF in cmdline
Samuel Lidén Borell
1
-1
/
+1
2022-04-24
winlibc: Fix error handling in getenv()
Samuel Lidén Borell
1
-3
/
+6
2022-04-24
Fixes for building/running on Windows
Samuel Lidén Borell
7
-34
/
+84
2022-04-23
Locate slul-interfaces directory on Windows also
Samuel Lidén Borell
3
-8
/
+70
2022-04-23
winlibc: Add strdup and strndup
Samuel Lidén Borell
2
-0
/
+27
2022-04-22
winlibc: Fix getenv
Samuel Lidén Borell
1
-3
/
+1
2022-04-22
winlibc: Implement left justification (%-) in printf
Samuel Lidén Borell
1
-11
/
+34
2022-04-22
winlibc: Fix putc, and always use it in printf
Samuel Lidén Borell
2
-4
/
+4
2022-04-22
winlibc: Implement %+ and %space for printf. Handle %X as lowercase for now
Samuel Lidén Borell
1
-4
/
+21
2022-04-21
winlibc: Implement utf16_to_utf8. Fixes system error message texts
Samuel Lidén Borell
1
-2
/
+14
2022-04-20
winlibc: Improve/fix printf(). Unicode console output. Fix cmdline
Samuel Lidén Borell
2
-55
/
+144
2022-04-18
Add proper Windows support, by using a custom C library
Samuel Lidén Borell
13
-0
/
+1545