Page MenuHomeFreeBSD

Locale change in stdtime/strftime.c from Apple Inc.
ClosedPublic

Authored by pfg on Jul 25 2014, 2:22 PM.
Tags
None
Referenced Files
F80200410: D482.diff
Fri, Mar 29, 4:56 AM
Unknown Object (File)
Jan 16 2024, 2:12 PM
Unknown Object (File)
Dec 22 2023, 8:45 PM
Unknown Object (File)
Nov 18 2023, 10:32 PM
Unknown Object (File)
Nov 17 2023, 11:23 PM
Unknown Object (File)
Nov 17 2023, 11:15 PM
Unknown Object (File)
Nov 17 2023, 10:58 PM
Unknown Object (File)
Sep 12 2023, 1:17 AM
Subscribers
None

Details

Reviewers
theraven
pfg
Summary

This is a set of changes from Apple to the strftime implementation:

  • Replace fprintf_l with fputs when output is unformated.
  • Use locale_t in _conv() since it was using sprintf (now sprintf_l)
  • Use locale_t on _yconv() sinci it calls _conv()

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

pfg retitled this revision from to Locale change in stdtime/strftime.c from Apple Inc..
pfg updated this object.
pfg edited the test plan for this revision. (Show Details)
pfg added a reviewer: theraven.

Please ignore the strptime changes: that is unrealted WIP.

Drop unrelated changes.

pfg added a reviewer: pfg.

Committed as r269124

This revision is now accepted and ready to land.Jul 27 2014, 5:31 PM