issues
search
XboxDev
/
nxdk-pdclib
The Public Domain C Library (adapted for original Xbox / nxdk toolchain)
http://pdclib.rootdirectory.de
Creative Commons Zero v1.0 Universal
19
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`hypot` functions may have precision issues
#58
thrimbor
opened
9 months ago
0
Implement hypot.c
#57
AJenbo
closed
9 months ago
7
Use DbgPrint in place of internal `_PDCLIB_print`
#56
GXTX
closed
1 year ago
11
Add localtime
#55
PQCraft
opened
1 year ago
0
Fixed an error
#54
PQCraft
closed
1 year ago
7
xbox: Fix errors in stdatomic.h
#53
thrimbor
closed
2 years ago
1
Expose aligned_alloc() in stdlib.h
#52
thrimbor
closed
2 years ago
1
Do not override `static_assert` for C++
#51
glebm
closed
2 years ago
1
Implement `stdatomic.h`
#50
thrimbor
closed
2 years ago
1
xbox: Fix -Wformat warning in assert.c
#49
dracc
closed
3 years ago
0
xbox: Run constructors in main thread, provide mechanism for old way
#48
thrimbor
closed
2 years ago
4
xbox: Fix assert() compatibility with comma operator
#47
thrimbor
closed
3 years ago
1
xbox: Avoid unistd dependency
#46
JayFoxRox
closed
3 years ago
1
Fix strict prototypes warning
#45
thrimbor
closed
3 years ago
3
xbox: Add includes/alloca.h
#44
Teufelchen1
opened
3 years ago
4
xbox: Make setjmp/longjmp SafeSEH-compatible
#43
thrimbor
closed
3 years ago
0
xbox: Initialize stack protection cookie at startup
#42
thrimbor
closed
3 years ago
0
xbox: Make _tls_array.s SafeSEH-compatible
#41
thrimbor
closed
3 years ago
0
xbox: Work around LLVM LTO symbol issues
#40
thrimbor
closed
3 years ago
0
xbox: Use IMAGE_TLS_DIRECTORY_32 from winapi
#39
thrimbor
closed
3 years ago
0
xbox: Rename XboxCRTEntry to WinMainCRTStartup
#38
thrimbor
closed
3 years ago
2
xbox: Fix tan() implementation
#37
thrimbor
closed
3 years ago
0
tan() and tanf() seem broken
#36
fgsfdsfgs
closed
3 years ago
0
xbox: Use Win32 functions as a backend for C11 threads / TSS
#35
thrimbor
closed
3 years ago
2
xbox: time: Remove extraneous multiplication
#34
dracc
closed
4 years ago
0
Update to current upstream PDCLib
#33
dracc
closed
3 years ago
3
xbox: Implement nexttoward()
#32
thrimbor
closed
4 years ago
3
xbox: Fix incorrect behavior of log, exp and pow functions
#31
thrimbor
closed
4 years ago
0
xbox: Cleanup assert.c
#30
JayFoxRox
closed
4 years ago
0
xbox: Support extension hook for float.h
#29
JayFoxRox
closed
4 years ago
0
Base version (4f5b433) is outdated
#28
JayFoxRox
opened
4 years ago
3
Implement gmtime()
#27
JayFoxRox
closed
4 years ago
0
xbox: Fix lld dropping the _tls_index symbol when using LTO
#26
thrimbor
closed
4 years ago
6
`pow()` leads to issues in SDL2 audio conversion
#25
JayFoxRox
closed
4 years ago
1
Fix time() and implement gmtime()
#24
sam-itt
closed
4 years ago
3
Fix PDCLib fwrite segfault - Also upstreamed
#23
sam-itt
closed
4 years ago
3
Move libc file functions from X*FIle* to Win32 API
#22
sam-itt
closed
4 years ago
4
libc: Fix time() and implement gmtime()
#21
sam-itt
closed
4 years ago
3
Use local labels in inline asm of assert() implementation
#20
thrimbor
closed
4 years ago
1
Fix C++ version of isfinite()
#19
thrimbor
closed
4 years ago
1
Add actual Win32 errno values and error strings
#18
thrimbor
closed
4 years ago
3
CMakeLists.txt points at missing file
#17
JayFoxRox
opened
4 years ago
0
sscanf() is broken (hangs / stores unexpected values)
#16
JayFoxRox
opened
4 years ago
1
Switch to using winapi for file I/O
#15
thrimbor
closed
4 years ago
12
Provide wctrans_t and wctype_t
#14
thrimbor
closed
5 years ago
2
Add extension hook if corresponding header is found
#13
thrimbor
closed
5 years ago
0
Update to current upstream PDCLib
#12
thrimbor
closed
5 years ago
2
ptrdiff_t needs to be int, not long
#11
thrimbor
closed
5 years ago
1
Add at_quick_exit() / quick_exit()
#10
thrimbor
closed
5 years ago
3
Math improvements
#9
thrimbor
closed
5 years ago
2
Next