index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-04
update year in license
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
fix incorrect ERE
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
make all before running tests
Jakob Kaivo
2019-03-06
latest commit
Jakob Kaivo
2019-03-06
add CMPLX* macros to deps
Jakob Kaivo
2019-03-06
add architecture specific stuff into base library
Jakob Kaivo
2019-03-06
move header deps down one directory so libgen.h.deps doesn't keep getting del...
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 __fpclassify to deps
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
2019-03-03
add macros from C11/C18 as they make implementation *much* cleaner
Jakob Kaivo
2019-03-03
purely inline signbit() implementation
Jakob Kaivo
2019-03-02
the described behavior for _Complex is already in 9899
Jakob Kaivo
2019-03-02
update dependencies
Jakob Kaivo
2019-03-02
document and implement in terms of tcgetattr()
Jakob Kaivo
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
add $(TESTS) to test target for only executing specific tests
Jakob Kaivo
2019-03-02
add <ctype.h> include for consuming leading spaces
Jakob Kaivo
2019-03-02
more robust implementation
Jakob Kaivo
[next]