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
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
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
document and implement in terms of tcgetattr()
Jakob Kaivo
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
add <ctype.h> include for consuming leading spaces
Jakob Kaivo
2019-03-02
more robust implementation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
add documentation
Jakob Kaivo
2019-03-02
clean up documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
clean up documentation
Jakob Kaivo
2019-03-02
update documentation
Jakob Kaivo
2019-03-02
correct inline definition of isatty()
Jakob Kaivo
2019-03-01
add the missing 0
Jakob Kaivo
2019-03-01
these should be references to the <wchar.h> definition
Jakob Kaivo
2019-03-01
set signals to match requirements for kill and trap commands, adjust others a...
Jakob Kaivo
2019-03-01
make the syscall directly if not _POSIX_SOURCE
Jakob Kaivo
2019-02-28
fix macro
Jakob Kaivo
2019-02-28
fix ctype functions in the C/POSIX locale
Jakob Kaivo
2019-02-28
locale is an object, not a pointer
Jakob Kaivo
2019-02-28
handle differences between C89/95 and C99+
Jakob Kaivo
2019-02-28
set max length to a very big number, undefined behavior happens if the user p...
Jakob Kaivo
2019-02-28
move to global locale if thread locale isn't set for time
Jakob Kaivo
2019-02-28
include <locale.h> in <nonstd/locale.h>
Jakob Kaivo
2019-02-28
fix outputing 0
Jakob Kaivo
2019-02-28
organize by section
Jakob Kaivo
2019-02-28
add locale stuff
Jakob Kaivo
2019-02-28
cleanup
Jakob Kaivo
2019-02-28
set up (most of) a working POSIX/C locale (missing collation)
Jakob Kaivo
[prev]
[next]