../
|
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
|
|
3daf2c31
|
14 years
|
petr.koupy |
Implemented and commented rest of the functions in sys/stat.c.
|
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
|
10.0 KB
|
65ed8f4
|
14 years
|
zarevucky.jiri |
Add unfinished and untested implementation of fnmatch() (work in progress)
|
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
|
6b4c64a
|
14 years
|
zarevucky.jiri |
stdbool.h: Fix the error line.
|
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.4 KB
|
b52ef5a
|
14 years
|
zarevucky.jiri |
Fix up string.h a bit.
|
string.h
|
5.2 KB
|
517cedc0
|
14 years
|
zarevucky.jiri |
string.h: Add strchrnul().
|
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
|
9067152
|
14 years
|
petr.koupy |
Functions from time.c made runnable.
|
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.
|