... What's in user.unix.scripts? ... I compiled it (Intel Mac unibin) under the latest XCode with a new project (the original pbxproject couldn't be imported...
Hi Thomas, ... <rant>Macros that look like functions are BAD.</rant> Please make it a function for debuggability. Like (untested): char * fsname(tyfsspec...
Hey Karsten, Thank you for your response. You confirmed what I had already gathered, that I would need to do some reworking to replace fsname for Mac given an...
... Yep. I put the following up on the crypt documentation page to clarify. Is it accurate enough? If not, can you please go in and fix it? Thanks. -- Usage --...
Hi Thomas, ... I'm definitely interested in this too and will help out but I want to get Int64 into a state save for public first. I'm still struggling with...
... That's cool. It compiled for me too, but the problem is that it only works with a pure Frontier install. If you use Radio UserLand or the OPML Editor it...
Hi, Am 02.06.2006 um 12:31 schrieb Tom Morris: ... the part to watch for is : OSType idfrontier = 'LAND'; ^^^^ IIRC the value for Radio is 'Radu' and for OPML...
... A couple of scripts done by Brent (I guess) that use the suites.states table. I have enclosed user.unix.scripts with this mail (I hope its ok to send ...
... For the UserTalk scripters and server admins on the list, the command- line tool is calling Frontier using AppleEvents like an AppleScript might. It does...
... I'd like to extend that request: Testers generally needed. As an added bonus: - no more need to invoke a sint64 via new(); if a calculation needs one it...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
I'm baaackkkk! Exciting news. First, I'm once again serving as the product manager for Radio UserLand. Second, I am leading an effort to use the source code...
... Huh. I thought Dave Winer released the source. He certainly said so many times, and UserLand never really annoucned the release (that I saw). In fact,...
Did we ever come to a consensus on this question? That is, how should string.trimWhitespace be updated? I believe the suggestions include these two variations:...
... I think that's great. Anything that brings all members of this community together and prevents too much branching on the kernel is a win. I would advise...
... If I may offer some unsolicited advice.... One of the things that Userland will likely have to do is some testing to verify that the Open Source release is...
Hello all, A minor milestone. One of ? After several intense days of tearing up the pavement I have done my first sucessful build. Of course this doesn't...
As some have have probably noticed, the date() coercion verb has problems with what Frontier "net standard" dates. Here's a real-life example: the RSS pubDate...
... Sounds good to me. It will certainly be nice for date() to handle more formats automagically. One thing to consider (though I don't care either way): name...
... Right. I like the idea of not having to know the format of the string, and therefore not having to think about which verb to use to coerce the string to a...
Oops. Here are the updated verbs I mentioned in the previous email. Actually, I didn't mention the updated version of rfc822StringtoDate(). I've included that...
You're on a very slippery slope when it comes to mangling dates. Especially be wary of handling out of current time shift dates. Right now, during daylight...
... Bill, Please provide a specific example that won't work. I've been doing this "date math" for 6 years. Coding to work with the standards is EASY: you only...
On or about 6/7/06 12:20 AM, thus spake "frontierkernel@yahoogroups.com" ... Not on my machine. I get: "6/6/06; 4:42:26 PM" However, let it pass. ... On Mac OS...