This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/172] [PATCH] syslog date format should not be locale dependent


------- Additional Comments From jakub at redhat dot com  2004-05-18 20:41 -------
glibc-2.3.1 is very old.
Current glibc uses:
            f->_IO_write_ptr += __strftime_l (f->_IO_write_ptr,
                                              f->_IO_write_end -
f->_IO_write_ptr,
                                              "%h %e %T ",
                                              __localtime_r (&now, &now_tm),
                                              &_nl_C_locobj);
and so doesn't have this problem (since 2003-09-25).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=172

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]