public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/154] tzset not called frequently enough by localtime() and friends
       [not found] <bug-154-131@http.sourceware.org/bugzilla/>
@ 2014-02-16 16:56 ` jackie.rosen at hushmail dot com
  2014-05-28 19:45 ` schwab at sourceware dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 16:56 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=154

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #5 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
       [not found] <bug-154-131@http.sourceware.org/bugzilla/>
  2014-02-16 16:56 ` [Bug libc/154] tzset not called frequently enough by localtime() and friends jackie.rosen at hushmail dot com
@ 2014-05-28 19:45 ` schwab at sourceware dot org
  2015-08-27 14:41 ` netjoker45 at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=154

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
       [not found] <bug-154-131@http.sourceware.org/bugzilla/>
  2014-02-16 16:56 ` [Bug libc/154] tzset not called frequently enough by localtime() and friends jackie.rosen at hushmail dot com
  2014-05-28 19:45 ` schwab at sourceware dot org
@ 2015-08-27 14:41 ` netjoker45 at gmail dot com
  2015-08-27 14:43 ` netjoker45 at gmail dot com
  2015-08-27 17:14 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 9+ messages in thread
From: netjoker45 at gmail dot com @ 2015-08-27 14:41 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=154

Mediot Listo <netjoker45 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |dsl.pp.ua
                 CC|                            |netjoker45 at gmail dot com

--- Comment #6 from Mediot Listo <netjoker45 at gmail dot com> ---
http://dsl.pp.ua

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
       [not found] <bug-154-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-08-27 14:41 ` netjoker45 at gmail dot com
@ 2015-08-27 14:43 ` netjoker45 at gmail dot com
  2015-08-27 17:14 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 9+ messages in thread
From: netjoker45 at gmail dot com @ 2015-08-27 14:43 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=154

Mediot Listo <netjoker45 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|dsl.pp.ua                   |http://dsl.pp.ua

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
       [not found] <bug-154-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-08-27 14:43 ` netjoker45 at gmail dot com
@ 2015-08-27 17:14 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 17:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=154

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://dsl.pp.ua            |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
  2004-05-11 22:01 [Bug libc/154] New: " ballen at gravity dot phys dot uwm dot edu
                   ` (2 preceding siblings ...)
  2004-05-12  9:15 ` franke at computer dot org
@ 2004-08-09  7:28 ` drepper at redhat dot com
  3 siblings, 0 replies; 9+ messages in thread
From: drepper at redhat dot com @ 2004-08-09  7:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2004-08-09 07:28 -------
I've made the change to tzset.c.  If TZ is not set some more thorough tests are
performed.  The additional change to tzfile.c I added prevents most of the work
in case the file has not changed.

As for any code which doesn't call tzset all the time: this definitly won't
change.  It's far too expensive.  And for what?  The 0.000001% of the people who
take the laptops on a world tour and expect, e.g., syslog messages with dates
according to the native timezone.  This is not justification enough.  Just
restart your machine.

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


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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
  2004-05-11 22:01 [Bug libc/154] New: " ballen at gravity dot phys dot uwm dot edu
  2004-05-12  1:10 ` [Bug libc/154] " ballen at gravity dot phys dot uwm dot edu
  2004-05-12  8:21 ` franke at computer dot org
@ 2004-05-12  9:15 ` franke at computer dot org
  2004-08-09  7:28 ` drepper at redhat dot com
  3 siblings, 0 replies; 9+ messages in thread
From: franke at computer dot org @ 2004-05-12  9:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From franke at computer dot org  2004-05-12 09:15 -------
Created an attachment (id=74)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=74&action=view)
Patch for tzset.c (2.3.2 and current CVS)

This patch for tzset_internal() handles the issue if TZ is unset.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48184&msg=9 for a patch
handling the TZ=/path/timezonefile case also.


-- 


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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
  2004-05-11 22:01 [Bug libc/154] New: " ballen at gravity dot phys dot uwm dot edu
  2004-05-12  1:10 ` [Bug libc/154] " ballen at gravity dot phys dot uwm dot edu
@ 2004-05-12  8:21 ` franke at computer dot org
  2004-05-12  9:15 ` franke at computer dot org
  2004-08-09  7:28 ` drepper at redhat dot com
  3 siblings, 0 replies; 9+ messages in thread
From: franke at computer dot org @ 2004-05-12  8:21 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From franke at computer dot org  2004-05-12 08:21 -------
To resolve this issue, is would be necessary to call tzset() internally in each
invocation of localtime(). This may be considered as too expensive.

But even if an application calls tzset() itself, glibc does not reload the
timezone info if TZ is unset.

To reproduce this bug, add tzset() to program in comment 0:

 while (1) {
+   tzset();
    time(&epochnow);
    timenow=localtime(&epochnow);

The output will be the same.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |franke at computer dot org


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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libc/154] tzset not called frequently enough by localtime() and friends
  2004-05-11 22:01 [Bug libc/154] New: " ballen at gravity dot phys dot uwm dot edu
@ 2004-05-12  1:10 ` ballen at gravity dot phys dot uwm dot edu
  2004-05-12  8:21 ` franke at computer dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: ballen at gravity dot phys dot uwm dot edu @ 2004-05-12  1:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From ballen at gravity dot phys dot uwm dot edu  2004-05-12 01:10 -------
*** Bug 155 has been marked as a duplicate of this bug. ***

-- 


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

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-27 17:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-154-131@http.sourceware.org/bugzilla/>
2014-02-16 16:56 ` [Bug libc/154] tzset not called frequently enough by localtime() and friends jackie.rosen at hushmail dot com
2014-05-28 19:45 ` schwab at sourceware dot org
2015-08-27 14:41 ` netjoker45 at gmail dot com
2015-08-27 14:43 ` netjoker45 at gmail dot com
2015-08-27 17:14 ` jsm28 at gcc dot gnu.org
2004-05-11 22:01 [Bug libc/154] New: " ballen at gravity dot phys dot uwm dot edu
2004-05-12  1:10 ` [Bug libc/154] " ballen at gravity dot phys dot uwm dot edu
2004-05-12  8:21 ` franke at computer dot org
2004-05-12  9:15 ` franke at computer dot org
2004-08-09  7:28 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).