chao.an
|
b438d529f1
|
libs/libc/stdio/lib_getdelim.c: Correct the character slash
|
2020-02-19 12:47:25 -06:00 |
|
Gregory Nutt
|
ace25a78d9
|
include/cxx/ctime: Remove gititimer and setitimer. These are prototyped in sys/time.h, not time.h. Alternatively, ctime could include sys/time.h. Those APIs should also be in the std namespace.
|
2019-11-13 14:01:25 -06:00 |
|
Gregory Nutt
|
dbf266b9d4
|
libs/libc/stdio/lib_getdelim.c: Initial allocation should be larger; incremental reallocs should be smaller. Update some comments.
|
2019-11-13 11:45:26 -06:00 |
|
Gregory Nutt
|
675bf4e9b7
|
libs/libc/stdio/lib_getdelim.c: Make getdelim() behave per specification on OpenGroup.org. Specificailly, needs to reallocate buffer if more data is received than will fit.
|
2019-11-13 09:01:52 -06:00 |
|
Gregory Nutt
|
14fcacaf27
|
libs/libc/stdio/lib_libfgets.c: Because of how the function is defined, getline() canot be used on platforms that require CR-LF line terminations.
|
2019-11-12 19:43:42 -06:00 |
|
Gregory Nutt
|
0820af5f8d
|
libs/libc/stdio/lib_getdelim.c: Add implementations of the POSIX functions getdelim() and getline().
|
2019-11-12 18:58:50 -06:00 |
|