Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/bin/sh



Module Name:    src
Committed By:   snj
Date:           Tue Dec 31 01:40:26 UTC 2024

Modified Files:
        src/bin/sh [netbsd-10]: var.c

Log Message:
Pull up following revision(s) (requested by kre in ticket #1034):
        bin/sh/var.c: 1.88
Fix a bug from when the ToD variable was added (July 2017) where if
TZ is unset, and ToD_FORMAT contains and strftime() conversions which
need to know the zone, bad things happen.
Amazing that no-one (incl me) ever noticed this.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.82.2.1 src/bin/sh/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index