CVS log for src/usr.bin/printf/printf.1
Up to [cvs.NetBSD.org] / src / usr.bin / printf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Nov 24 12:33:31 2024 UTC (3 months, 3 weeks ago) by kre
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +89 -40
lines
Random minor wording and markup cleanups.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 6 17:23:01 2024 UTC (7 months, 2 weeks ago) by uwe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +14 -14
lines
printf(1): misc tweaks
Move the advise about getopt's "--" to where the format is disussed.
Use .Vt for types.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Aug 6 17:18:00 2024 UTC (7 months, 2 weeks ago) by uwe
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -5
lines
printf(1): move \e description to its lexicographic place
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Aug 6 14:55:48 2024 UTC (7 months, 2 weeks ago) by kre
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +38 -9
lines
Add %C format conversion and -L option to printf(1)
%C does what everyone always thought %c should do, but doesn't,
and operates rather like the %c conversion in printf(3) (to be
more precise, like %lc). It takes a code point integer value
in the current locale's LC_CTYPE and prints the character designated.
-L (this printf's first, and only, option) makes the floating conversions
use long double instead of double.
In the manual (printf.1) document both of those, and also be more
precise as to when things are affecting bytes, and when they're
manipulating characters (which makes no difference if LC_ALL=C).
Revision 1.36.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 14 16:12:42 2023 UTC (2 years, 1 month ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +2 -2
lines
Pull up following revision(s) (requested by andvar in ticket #83):
usr.bin/printf/printf.1: revision 1.37
s/chracter/character/ in documentation.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 13 23:02:27 2023 UTC (2 years, 1 month ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
s/chracter/character/ in documentation.
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:25 2021 UTC (3 years, 9 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +7 -6
lines
sync with head
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 19 22:29:18 2021 UTC (3 years, 10 months ago) by kre
Branches: MAIN
CVS tags: netbsd-10-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Branch point for: netbsd-10
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -6
lines
Don't describe "%%: in the format as a format conversion, it isn't,
it is an escaped literal '%' character. None of what applies to
format conversions applies to this.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jun 29 22:50:11 2020 UTC (4 years, 8 months ago) by uwe
Branches: MAIN
CVS tags: cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Add quotes around command substitution in the example
so that it works regardless of IFS and buts.
Requested by kre@
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jun 26 22:05:05 2020 UTC (4 years, 8 months ago) by uwe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
Drop redundant quoting in the nested printf example.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 26 21:03:55 2020 UTC (4 years, 8 months ago) by uwe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
Use ASCII single quote.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 26 20:16:55 2020 UTC (4 years, 8 months ago) by uwe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +111 -73
lines
Try to improve markup to get a nicer PostScript output.
While here edit slightly for consistency: get the octal character
ranges in order, use \num to refer to octal everywhere, etc.
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:23 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +34 -7
lines
Sync with HEAD
Revision 1.25.22.3: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:50 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.25.22.2: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.22.2: +8 -5
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.25.16.1: download - view: text, markup, annotated - select for diffs
Sat Sep 1 06:27:12 2018 UTC (6 years, 6 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +8 -5
lines
Pull up following revision(s) (requested by kre in ticket #1002):
usr.bin/printf/printf.1: revision 1.31 (via patch)
usr.bin/printf/printf.c: revision 1.43 (via patch)
PR standards/53563
POSIX requires that signed numbers (strings preceded by '+' or '-')
be allowed as inputs to all of the integer format conversions, including
those which treat the data as unsigned.
Hence we do not need a variant function whose only difference from its
companion is to reject strings starting with '-' - instead we use
the primary function (getintmax()) for everything and remove getuintmax().
Minor update to the man page to indicate that the arg to all of the
integer conversions (diouxX) must be an integer constant (with an
optional sign) and to make it blatantly clear that %o is octal and
%u is unsigned decimal (for some reason those weren't explicitly stated
unlike d i x and X). Delete "respectively", it is not needed (and does
not really apply).
XXX pullup -8
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Aug 31 17:27:35 2018 UTC (6 years, 6 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -5
lines
PR standards/53563
POSIX requires that signed numbers (strings preceded by '+' or '-')
be allowed as inputs to all of the integer format conversions, including
those which treat the data as unsigned.
Hence we do not need a variant function whose only difference from its
companion is to reject strings starting with '-' - instead we use
the primary function (getintmax()) for everything and remove getuintmax().
Minor update to the man page to indicate that the arg to all of the
integer conversions (diouxX) must be an integer constant (with an
optional sign) and to make it blatantly clear that %o is octal and
%u is unsigned decimal (for some reason those weren't explicitly stated
unlike d i x and X). Delete "respectively", it is not needed (and does
not really apply).
XXX pullup -8
Revision 1.25.22.2: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:38:14 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.25.22.1: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.22.1: +28 -4
lines
Sync with HEAD
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jul 24 20:58:39 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Add the new formats to the list of format cracters (oops...)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 24 20:49:19 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -3
lines
Add support for F a and A formats (which go with the eEfgG formats
already supported.)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jul 24 19:49:33 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
Correct a typo (off by one (key)) ...
There is no 'w' format, but there is an 'e'
Revision 1.25.22.1: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:12:08 2018 UTC (7 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +16 -16
lines
Synch with HEAD
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 12 09:29:43 2018 UTC (7 years ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -15
lines
Remove Tn.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 12 00:42:05 2018 UTC (7 years ago) by dholland
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +9 -2
lines
Explicitly mention use of -- for format strings beginning with -,
per PR 21970.
Revision 1.24.12.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:05:02 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -3
lines
Rebase to HEAD as of a few days ago.
Revision 1.24.22.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:58:43 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -3
lines
Rebase.
Revision 1.24.6.1: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:48 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -3
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Apr 13 01:45:34 2014 UTC (10 years, 11 months ago) by snj
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: pgoyette-compat,
netbsd-8
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3
lines
Change some standard exit status text to ".Ex -std"
From Eitan Adler in PR bin/47790.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 5 21:24:14 2010 UTC (14 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
agc-symver-base,
agc-symver
Branch point for: yamt-pagecache,
tls-maxphys,
tls-earlyentropy
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
\\*(Pm -> \*(Pm
Revision 1.22.6.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:20:01 2009 UTC (15 years, 10 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +2 -2
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Mar 11 13:57:39 2009 UTC (16 years ago) by joerg
Branches: MAIN
CVS tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Use semantic markup
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:29:18 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +2 -2
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 1 09:20:41 2008 UTC (16 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: jym-xensuspend
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Fix description of %b format. PR 39111 from Paul Goyette.
Revision 1.20.32.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:36:10 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +25 -2
lines
sync with head.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue May 6 12:01:35 2008 UTC (16 years, 10 months ago) by apb
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +25 -2
lines
Add a note about the stupid behaviour of "%c" format.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 7 11:15:32 2003 UTC (21 years, 7 months ago) by agc
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pf42
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -6
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 28 09:38:19 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +68 -33
lines
Use .Aq instead of \*[Lt]...\*[Gt]; sort SEE ALSO; add some more commas;
new sentence, new line; fix some mdoc nits.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 28 09:26:34 2003 UTC (21 years, 10 months ago) by augustss
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Add missing comma.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Nov 24 22:35:45 2002 UTC (22 years, 4 months ago) by christos
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +87 -16
lines
Fixes from David Laight:
- ansification
- format of output of jobs command (etc)
- job identiers %+, %- etc
- $? and $(...)
- correct quoting of output of set, export -p and readonly -p
- differentiation between nornal and 'posix special' builtins
- correct behaviour (posix) for errors on builtins and special builtins
- builtin printf and kill
- set -o debug (if compiled with DEBUG)
- cd src obj (as ksh - too useful to do without)
- unset -e name, remove non-readonly variable from export list.
(so I could unset -e PS1 before running the test shell...)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 30 11:09:09 2002 UTC (22 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -7
lines
New sentence, new line.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 8 01:36:31 2002 UTC (23 years, 1 month ago) by ross
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -10
lines
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:10:43 2001 UTC (23 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Punctuation nits.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 1 16:43:23 2001 UTC (23 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -8
lines
Whitespace cleanup.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 3 13:59:22 2001 UTC (23 years, 11 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2
lines
Xr printf(9)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 4 07:35:18 2000 UTC (24 years, 6 months ago) by kleink
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 22 14:54:48 1998 UTC (26 years, 7 months ago) by garbled
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
minoura-xpg4dl-base,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1
lines
\e generates an escape character but is not listed in the manpage. Fixed.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Nov 8 09:34:24 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
remove WARNS?=1, cleanup .Nm usage
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Oct 18 15:38:05 1997 UTC (27 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -7
lines
"merge" lite-2. our printf is already kinda different...minor changes only.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 8 14:20:21 1997 UTC (28 years ago) by mouse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
alternate -> alternative, per PR 2643
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 9 20:20:48 1997 UTC (28 years, 2 months ago) by tls
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1
lines
RCS ID police
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 7 23:00:13 1995 UTC (29 years, 8 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -5
lines
Changed floating point output format to be exactly the same (use same
text and macros) as those in the printf(3) manpage.
This fixes PR #1194, albeit differently.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 15 15:32:27 1995 UTC (30 years, 1 month ago) by jtc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
The descriptions of the o and u formatting options were reversed (PR #785).
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 30 23:42:26 1993 UTC (31 years, 2 months ago) by mrg
Branches: WFJ-920714,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +6 -6
lines
4.4BSD-Lite2
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 5 20:12:38 1993 UTC (31 years, 4 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -21
lines
Changes required to make printf utility POSIX.2 compliant:
* Escape characters in the string needed to be processed as they were
encountered, otherwise a "\000" octal constant would prematurely
terminate the formatting string.
* Implemented the %b, SysV echo(1) compatibility, formatting directive.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 1 07:29:50 1993 UTC (31 years, 7 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add RCS indentifiers.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (32 years ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8,
WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (32 years ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>