index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vasprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
I feel this wording of the history is more clear.
obrien
2010-04-05
1
-6
/
+3
*
- Use an initializer macro to initialize fields in 'fake' FILE objects used
jhb
2010-03-11
1
-4
/
+1
*
Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
jhb
2008-04-17
1
-3
/
+2
*
Back out previous, free the buffer when __vfprintf() fails and don't bother
tjr
2002-09-26
1
-19
/
+13
*
Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it
tjr
2002-09-26
1
-12
/
+19
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-1
/
+1
*
Leave room for a trailing NUL not a NULL, that's not an ASCII character.
jmallett
2002-08-19
1
-1
/
+1
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+3
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-3
/
+2
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-2
/
+2
*
Replace my original asprintf() and vasprintf() hacks with something
peter
1998-07-08
1
-113
/
+35
*
Added #include <string.h> to get prototypes.
jb
1998-03-09
1
-1
/
+2
*
Rework previous commit.. I was confused by the number of diffs in the PR
peter
1997-07-06
1
-8
/
+29
*
Fix off-by-one error
peter
1997-07-06
1
-4
/
+6
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix some of the problems that bde pointed out to me some time ago.
peter
1996-07-28
1
-7
/
+16
*
Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer
jraynard
1996-06-22
1
-5
/
+7
*
Add an implementation of the gnu-ish asprintf() and vasprintf(). They are
peter
1996-05-27
1
-0
/
+108