Jonas 'Sortie' Termansen
|
534eb3ddd8
|
Fix libk being built with -mmmx, -msse and -msse2 on x86_64.
|
2014-05-28 17:42:19 +02:00 |
|
Jonas 'Sortie' Termansen
|
7db2ea81ab
|
Fix warning about converting a signed value to an unsigned value.
|
2014-05-16 15:12:59 +02:00 |
|
Jonas 'Sortie' Termansen
|
159d8881ec
|
Fix files relying on <unistd.h> including <ioleast.h>.
|
2014-04-06 00:19:05 +02:00 |
|
Jonas 'Sortie' Termansen
|
e8cfd5bf85
|
Handle NULL strings in vprintf_callback(3).
|
2014-03-17 19:22:13 +01:00 |
|
Jonas 'Sortie' Termansen
|
2fe13d33c9
|
Add asprintf(3) and vasprintf(3).
|
2014-03-17 19:22:12 +01:00 |
|
Jonas 'Sortie' Termansen
|
02c18f868f
|
Fix vscanf_callback(3) not ungetcing the last character when stopping.
|
2014-03-17 19:22:12 +01:00 |
|
Jonas 'Sortie' Termansen
|
1986bc2ba2
|
Add vscanf_callback(3).
|
2014-03-17 19:22:12 +01:00 |
|
Jonas 'Sortie' Termansen
|
af9ea5df04
|
Add %m support to vprintf_callback(3).
|
2014-03-17 19:22:11 +01:00 |
|
Jonas 'Sortie' Termansen
|
31c310036c
|
Fix lseek changing errno in fdio_install_fd when no real error occurs.
|
2014-02-16 12:38:04 +01:00 |
|
Jonas 'Sortie' Termansen
|
6473d72621
|
Fix bugs in vprintf_callback(3) and improve %c and %s support.
|
2014-01-18 16:30:56 +01:00 |
|
Jonas 'Sortie' Termansen
|
a4220d5b5f
|
Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals.
These macros might not be defined, in which case this usage would have
generated warnings had they not been in system headers.
|
2014-01-18 16:30:55 +01:00 |
|
Jonas 'Sortie' Termansen
|
011ea58176
|
Rewrite vprintf_callback(3).
|
2013-12-17 14:30:44 +01:00 |
|
Jonas 'Sortie' Termansen
|
30a95dfa1e
|
Split parts of <features.h> into <sys/cdefs.h>.
|
2013-12-17 14:30:44 +01:00 |
|
Jonas 'Sortie' Termansen
|
4e520c8c36
|
Remove sortix_gets(3).
|
2013-12-17 14:30:43 +01:00 |
|
Jonas 'Sortie' Termansen
|
ad84bc75c8
|
Change kernel internal build macro to __is_sortix_kernel.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
bb2a1b3e73
|
Add dprintf(3) and vdprintf(3).
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
91eb5f3af9
|
Split libc/stdio/sprint.cpp into multiple files.
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
edce6b9c2b
|
Split libc/stdio/print.cpp into multiple files.
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
2f49694031
|
Add flockfile(3), ftrylockfile(3), and funlockfile(3).
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
d79808f85f
|
Split gnu_error(3) and perror(3).
|
2013-12-17 14:30:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
8707a0d309
|
Update libc/stdio/fdio to current coding conventions.
|
2013-12-17 14:30:39 +01:00 |
|
Jonas 'Sortie' Termansen
|
2fa4df7576
|
Update libc/stdio/stdio to current coding conventions.
|
2013-12-17 14:30:39 +01:00 |
|
Jonas 'Sortie' Termansen
|
89a2c44493
|
Move stdio.h functions into their own directory.
|
2013-12-17 14:30:39 +01:00 |
|