index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-08-12
remove __syscall_lookup()
Jakob Kaivo
2020-08-11
split __setjmp and __longjmp into separate assembly files under src/setjmp
Jakob Kaivo
2020-08-11
remove unused things
Jakob Kaivo
2020-08-11
remove syscall related stuff
Jakob Kaivo
2020-08-11
add __stack_chk_fail for GCC compatibility
Jakob Kaivo
2020-08-11
remove unused header
Jakob Kaivo
2020-08-11
fix call to va_start()
Jakob Kaivo
2020-08-11
add missing argument name
Jakob Kaivo
2020-08-11
move auto-generated nonstd/syscall.h to static private _syscall.h
Jakob Kaivo
2020-08-11
remove dependence on "nonstd/internal.h"
Jakob Kaivo
2020-08-11
add missing include
Jakob Kaivo
2020-08-11
pull in future definitions if building C89/C95
Jakob Kaivo
2020-08-11
pull in newer definitions if building C89/C95
Jakob Kaivo
2020-08-11
move stdlib internals to _stdlib.h and struct __stdlib
Jakob Kaivo
2020-08-11
rename __FILES to __stdio to catch all <stdio.h> internals
Jakob Kaivo
2020-08-11
include forward definitions when building C89/C95
Jakob Kaivo
2020-08-11
move array of __FILE structs from __libc() to _stdio internal
Jakob Kaivo
2020-03-04
compile with c=AMD1 and POSIX.2
Jakob Kaivo
2020-03-04
fix path to _ctype.h
Jakob Kaivo
2020-03-04
fix compilation when c=199409
Jakob Kaivo
2020-03-04
remove nonstd/ctype.h
Jakob Kaivo
2020-03-04
remove nonstd/ctype.h
Jakob Kaivo
2020-03-04
eliminate nonstd/io.h
Jakob Kaivo
2020-03-04
add LC_*_MASK so they can always be used internally at the very least
Jakob Kaivo
2020-02-26
fix name
Jakob Kaivo
2020-02-26
properly implement getopt()
Jakob Kaivo
2019-08-20
call pthread function instead of self-recursion
Jakob Kaivo
2019-08-20
return correct values
Jakob Kaivo
2019-08-20
thrd_timedout, not mtx_timedout
Jakob Kaivo
2019-08-20
initial version
Jakob Kaivo
2019-03-06
working setjmp()/longjmp()
Jakob Kaivo
2019-03-06
notes for future reference
Jakob Kaivo
2019-03-06
begin work on a common string-to-floating-point implementation
Jakob Kaivo
2019-03-06
add include and define
Jakob Kaivo
2019-03-06
add include and define
Jakob Kaivo
2019-03-06
prefix arguments with __
Jakob Kaivo
2019-03-06
consistently use __exp as argument
Jakob Kaivo
2019-03-06
remove incorrect ##, prefix args with __
Jakob Kaivo
2019-03-06
add missing #endif
Jakob Kaivo
2019-03-03
define unconditionally, we will always support the full floating point enviro...
Jakob Kaivo
2019-03-03
outline details from C18 annex F
Jakob Kaivo
2019-03-03
reference TGFNs from __fpclassify
Jakob Kaivo
2019-03-03
remove stray _
Jakob Kaivo
2019-03-03
implement in terms of fpclassify()
Jakob Kaivo
2019-03-03
add TGCMPLX macro (only used by <complex.h> stuff, but it's a shared file)
Jakob Kaivo
2019-03-03
add functions to be referenced by fpclassify() macro
Jakob Kaivo
2019-03-03
fill out special cases outlined in C18 annex G
Jakob Kaivo
2019-03-03
always include CMPLX macros so they can be used even for C99
Jakob Kaivo
2019-03-03
get around to implementing
Jakob Kaivo
2019-03-03
clean up definition, add some linebreaks to improve readability
Jakob Kaivo
[next]