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
/
__main.c
Age
Commit message (
Expand
)
Author
2024-06-11
separate SIGSEGV handler from jkmalloc() so it can be installed without requi...
Jakob Kaivo
2024-06-05
rename all per-header internal structs to __<header>_h
Jakob Kaivo
2024-06-03
add LC_CTYPE epoch and use separate CT_ categories and CTM_ masks to support ...
Jakob Kaivo
2024-05-28
properly handler overriding std{in,out,err} on musl
Jakob Kaivo
2024-01-31
pass main as an argument to __main
Jakob Kaivo
2023-11-27
mark __init_libc() as a constructor to satisfy GCC
Jakob Kaivo
2023-11-27
add weak main() symbol so __main.o can go in the .a and .so
Jakob Kaivo
2023-11-14
disable startup routines
Jakob Kaivo
2022-05-08
use either environ or __stdlib.environ, never both
Jakob Kaivo
2022-05-08
load the locale lazily
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
reenable setting the default locale
Jakob Kaivo
2020-08-15
let freopen() handle buffering for stdin and stdout
Jakob Kaivo
2020-08-15
work better when not targetting POSIX
Jakob Kaivo
2020-08-12
restore setting up the default locale
Jakob Kaivo
2020-08-12
reenable freopen() of stdio now that freopen() is implemented
Jakob Kaivo
2020-08-12
make environment available even without POSIX environ
Jakob Kaivo
2020-08-12
move more stuff out of nonstd/
Jakob Kaivo