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
/
usr.bin
/
printf
/
printf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
No reason to write \a and \v as octal escape sequences.
stefanf
2005-04-14
1
-2
/
+2
*
- Move parts of the long main() function into a new function doformat().
stefanf
2005-04-14
1
-153
/
+160
*
Assign 0.0 to the variable passed to getfloating() if the argument is missing.
stefanf
2005-04-13
1
-1
/
+3
*
Replace buggy for-loops to skip certain character with strspn(). If *fmt was
stefanf
2005-04-11
1
-3
/
+3
*
Support the L modifier for floating-point values as an extension.
das
2005-03-21
1
-6
/
+34
*
Allow %' to be used as a format flag by printf(1). This makes it
keramida
2004-09-24
1
-1
/
+1
*
Enable support for the %a, %A, and %F format specifiers.
das
2004-06-05
1
-1
/
+4
*
Make it possible for the %[eEfgG] formats to not result in an error
cperciva
2004-03-07
1
-1
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-25
/
+14
*
Fix duplicate % in %b format introduced in rev 1.22.
tjr
2002-06-19
1
-5
/
+6
*
Let printf(1) tell the difference between zero width/precision and
tjr
2002-06-19
1
-7
/
+9
*
Allow format strings containing "%%" to be reused.
tjr
2002-06-19
1
-2
/
+2
*
Allow `%' to be written out with an octal escape (\45 or \045).
tjr
2002-06-19
1
-1
/
+5
*
Handle numbers larger than QUAD_MAX for unsigned conversions correctly.
tjr
2002-04-25
1
-50
/
+96
*
- printf shouldn't bail out if a conversion fails, it should just keep
jmallett
2002-04-23
1
-37
/
+66
*
remove __P
imp
2002-03-22
1
-9
/
+9
*
Warns cleanups.
dwmalone
2001-12-03
1
-5
/
+5
*
Localize it (LC_NUMERIC)
ache
2001-02-10
1
-0
/
+7
*
Fix printf(1) for cases where a long string with no format specifiers is
ben
2000-12-21
1
-4
/
+16
*
When we have both a rcsid and sccsid, ifdef 0 the sccsid. This
imp
2000-09-04
1
-0
/
+2
*
Extend to deal with 64 bit numeric arguments.
se
2000-07-10
1
-14
/
+17
*
Remove redundat extern declaration
cracauer
2000-04-20
1
-1
/
+2
*
Fixed warnx format errors in printf and csh, and snprintf format errors
bde
1998-12-07
1
-7
/
+11
*
Back out revision 1.10. It broke the build of sh, which compiles
jdp
1997-11-18
1
-4
/
+5
*
Fix: too many arguments for format string in 4 calls to warnx().
jdp
1997-11-18
1
-5
/
+4
*
#include <unistd.h> for getopt(3) call.
steve
1997-08-07
1
-0
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
-Wall cleaning.
steve
1996-12-14
1
-2
/
+2
*
Remove annoying -Wall warning.
steve
1996-10-06
1
-1
/
+1
*
When used as a shell builtin, this program decoded a subset of arguments
peter
1996-10-01
1
-4
/
+9
*
Move out some of the shell builtin bogosity from printf's source to
joerg
1995-12-10
1
-14
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Make the syntax checks for the format string more strict. The string
joerg
1995-05-07
1
-12
/
+19
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+410