../
|
internal
|
|
9b1503e
|
14 years
|
zarevucky.jiri |
Move common.h to the internal subdirectory.
|
stdlib
|
|
2b83add
|
14 years
|
zarevucky.jiri |
Add string to int conversion functions and implement some in stdlib.h
|
sys
|
|
fa9815d9
|
14 years
|
zarevucky.jiri |
Add types and constants to signal.h
|
ctype.c
|
2.5 KB
|
21abb9a
|
14 years
|
zarevucky.jiri |
Add the rest of C99 functions to ctype.h
|
ctype.h
|
2.1 KB
|
21abb9a
|
14 years
|
zarevucky.jiri |
Add the rest of C99 functions to ctype.h
|
fcntl.c
|
3.7 KB
|
4ec6820
|
14 years
|
petr.koupy |
Implemented fcntl.
|
fcntl.h
|
2.8 KB
|
87ba48cb
|
14 years
|
petr.koupy |
Cstyle corrections.
|
float.h
|
1.6 KB
|
14aa03a
|
14 years
|
petr.koupy |
Added headers to satisfy preprocessor.
|
fnmatch.c
|
1.8 KB
|
be64a84
|
14 years
|
zarevucky.jiri |
Add fnmatch.h and a stub implementation.
|
fnmatch.h
|
2.1 KB
|
230fcfe
|
14 years
|
zarevucky.jiri |
fnmatch.h: Return GNU extensions (other software still needs them).
|
inttypes.h
|
1.6 KB
|
b4d6252
|
14 years
|
petr.koupy |
Various minor changes to header files.
Added stdint.h header.
Added …
|
limits.h
|
1.8 KB
|
67c64b9f
|
14 years
|
petr.koupy |
Hexadecimal literals in stdint.h changed to decimal literals.
|
Makefile
|
1.9 KB
|
7530a00
|
14 years
|
zarevucky.jiri |
Fix environ. Add signal.c and fix signal.h
|
math.c
|
1.9 KB
|
823a929
|
14 years
|
petr.koupy |
Added function stubs (binutils compile-time dependencies).
|
math.h
|
1.8 KB
|
823a929
|
14 years
|
petr.koupy |
Added function stubs (binutils compile-time dependencies).
|
pwd.c
|
3.9 KB
|
f232189
|
14 years
|
zarevucky.jiri |
Fix shell path in pwd.c
|
pwd.h
|
2.5 KB
|
90c5eb6
|
14 years
|
zarevucky.jiri |
Add a dumb implementation of pwd.h
|
signal.c
|
2.1 KB
|
244d6fd
|
14 years
|
zarevucky.jiri |
Add sigaddset(), getlogin() and getlogin_r() functions.
|
signal.h
|
5.3 KB
|
244d6fd
|
14 years
|
zarevucky.jiri |
Add sigaddset(), getlogin() and getlogin_r() functions.
|
stdbool.h
|
1.9 KB
|
0319e104
|
14 years
|
zarevucky.jiri |
Add stdbool.h
|
stddef.h
|
1.8 KB
|
b4d6252
|
14 years
|
petr.koupy |
Various minor changes to header files.
Added stdint.h header.
Added …
|
stdint.h
|
2.8 KB
|
8b5fb5e
|
14 years
|
zarevucky.jiri |
stdio.h: Add and implement more functions
|
stdio.c
|
8.9 KB
|
8b5fb5e
|
14 years
|
zarevucky.jiri |
stdio.h: Add and implement more functions
|
stdio.h
|
5.5 KB
|
8b5fb5e
|
14 years
|
zarevucky.jiri |
stdio.h: Add and implement more functions
|
stdlib.c
|
7.4 KB
|
3acff69
|
14 years
|
zarevucky.jiri |
Add getloadavg() stub to stdlib
|
stdlib.h
|
5.0 KB
|
3acff69
|
14 years
|
zarevucky.jiri |
Add getloadavg() stub to stdlib
|
string.c
|
9.7 KB
|
4f4b4e7
|
14 years
|
petr.koupy |
Coding style and file structure unified.
_exit moved to unistd.h.
|
string.h
|
5.1 KB
|
458d356
|
14 years
|
petr.koupy |
Added legacy declarations into string.h.
|
strings.c
|
2.8 KB
|
6128390
|
14 years
|
zarevucky.jiri |
Implement strcasecmp() and strncasecmp()
|
strings.h
|
2.6 KB
|
458d356
|
14 years
|
petr.koupy |
Added legacy declarations into string.h.
|
time.c
|
2.4 KB
|
823a929
|
14 years
|
petr.koupy |
Added function stubs (binutils compile-time dependencies).
|
time.h
|
2.8 KB
|
823a929
|
14 years
|
petr.koupy |
Added function stubs (binutils compile-time dependencies).
|
unistd.c
|
3.6 KB
|
244d6fd
|
14 years
|
zarevucky.jiri |
Add sigaddset(), getlogin() and getlogin_r() functions.
|
unistd.h
|
4.1 KB
|
244d6fd
|
14 years
|
zarevucky.jiri |
Add sigaddset(), getlogin() and getlogin_r() functions.
|