strptime and mktime()?

2008-10-14 Thread Mark B.
Hi, [Posting here because I think there is a potential manual improvement in this puzzle, which I will be happy to write up once I figure it out.] I'm trying to figure out how to convert a string to seconds since epoch in the local timezone. When I use strptime() and mktime(), I get a result

Re: strptime and mktime()?

2008-10-14 Thread Mark B.
On Tue, Oct 14, 2008 at 1:31 PM, Philip Guenther [EMAIL PROTECTED] wrote: On Tue, Oct 14, 2008 at 10:04 AM, Mark B. [EMAIL PROTECTED] wrote: ... My best guess is that mktime() expects tm_isdst but strptime() doesn't load it. But I don't know how to work around this. strptime() doesn't have

audio player

2008-09-29 Thread Mark B.
Hi, I'm curious if anyone here has cobbled together a box that: - plugs into ethernet - plugs into stereo - plays music on stereo from iTunes library on home subnet - has gui that you can read from 15 feet away, allows you to navigate the iTunes library, and that you can control

default value for MALLOC_OPTIONS?

2008-06-28 Thread Mark B.
What is the default value for MALLOC_OPTIONS? /usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given that OpenBSD will alert me to memory issues for programs that run fine on another BSD. Also, what options do folks use when they want to really test things out? A big thank you

Re: default value for MALLOC_OPTIONS?

2008-06-28 Thread Mark B.
On Sat, Jun 28, 2008 at 5:37 PM, Philip Guenther [EMAIL PROTECTED] wrote: On Sat, Jun 28, 2008 at 3:06 PM, Mark B. [EMAIL PROTECTED] wrote: What is the default value for MALLOC_OPTIONS? All the options default to off, with the partial exception of the a/A option: the default behavior