Ben Gras
|
dc1cc91df1
|
<ansi.h> -> <minix/ansi.h>
|
2011-01-28 11:35:02 +00:00 |
|
Ben Gras
|
efcfaf4b96
|
stdio: split vsprintf and vsnprintf
- workaround for linking problems
|
2010-11-02 22:05:40 +00:00 |
|
Ben Gras
|
51d9144e9f
|
stdio/freopen.c: fill __iotab table with stream pointer
- lets fclose()d and then freopen()ed streams be fclose()d again
without error
|
2010-11-02 22:02:50 +00:00 |
|
Ben Gras
|
09569d399f
|
stdio/fclose.c: reset _buf
- if the stream gets freopen()ed, avoid buffer being seen as valid
|
2010-11-02 22:01:47 +00:00 |
|
Erik van der Kouwe
|
551374c228
|
Add ftello function
|
2010-08-16 17:07:40 +00:00 |
|
Erik van der Kouwe
|
a3e4dcafe0
|
Add fseeko function
|
2010-08-16 17:06:08 +00:00 |
|
Ben Gras
|
c4bb6abc2b
|
vsprintf: fix special yet useful case for vsprintf where n < 1.
reported by jaldhar.
|
2010-07-22 22:35:44 +00:00 |
|
Ben Gras
|
8a0c10fcb9
|
lib: mkdtemp(), contributed by by Gautam Tirumala
|
2010-07-14 22:45:28 +00:00 |
|
Ben Gras
|
8d24932c80
|
lib: don't give back the same temporary filenames even if removed.
workaround for what seems to be a clang/llvm bug/assumption.
|
2010-07-14 15:18:50 +00:00 |
|
Arun Thomas
|
1cee6fe95e
|
Import asprintf() and vasprintf()
Ported from libnbcompat by Gautam Tirumala
|
2010-07-11 13:46:58 +00:00 |
|
Ben Gras
|
68db8ed0b9
|
lib: fixes for warnings that clang has for libraries.
|
2010-07-06 12:08:22 +00:00 |
|
Ben Gras
|
81056ac999
|
stdio: j modifier for %d. (Contributed by Buccapatnam Tirumala, Gautam)
|
2010-06-22 16:22:17 +00:00 |
|
Erik van der Kouwe
|
8bca982581
|
Remove those annoying $Id and $Revision tags
|
2010-05-31 20:00:08 +00:00 |
|
Kees van Reeuwijk
|
bc314bda91
|
Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
Use ANSI-style function declarations where necessary.
|
2010-04-13 10:58:41 +00:00 |
|
Ben Gras
|
7c4cd0e6b0
|
- new pread(), fnmatch() calls
- split sprintf() and snprintf() to solve a linking problem when
compiling an application
|
2010-02-25 17:08:08 +00:00 |
|
Arun Thomas
|
b706112487
|
Incorporate bsdmake into buildsystem and reorganize libs
|
2010-02-16 14:41:33 +00:00 |
|