Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 270 - 299 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
270
Hi, just lurking here on the list and wanted to address an issue that can hopefully be fixed in future releases of Frontier (and who knows maybe there's a temp...
Adam Curry
adamc1999
Offline Send Email
Nov 1, 2004
9:43 am
271
Hi Adam' I think the problem was fixed by the Ducktape tool: <http://homepage.mac.com/WebObjects/FileSharing.woa/wa/default? ...
Jan M.J. Storms
janstorms
Offline Send Email
Nov 1, 2004
10:42 am
272
Adam and Jan: I'll add this to my internal fix list. Thanks for the pointer to the glue... -- Steve Kirks Product Manager, Radio UserLand ...
Steve Kirks
srkbuh
Offline Send Email
Nov 1, 2004
3:40 pm
273
... With the latest changes checked in, I am now down to two GCC compiler warnings total. These come from langparser.c and require some more investigation...
Andre Radke
andre_radke
Offline Send Email
Nov 1, 2004
4:01 pm
274
... Awesome job! I did a clean recompile and got 2 warnings as well. I was wondering why you didn't simply comment out the declarations of fopen and fclose,...
Henri Asseily
hasseily
Offline Send Email
Nov 1, 2004
5:25 pm
275
I'm happily poring through the source code, giddily trying to figure out how to subvert Frontier to my own nefarious desires, and many things come to mind... ...
David Brown
davidbro
Offline Send Email
Nov 1, 2004
5:56 pm
276
When I get back from BloggerCon why don't the Seattle people on this list get together. We can spend a few hours reviewing the code and I'll do a brain dump. ...
Dave Winer
dwiner
Offline Send Email
Nov 1, 2004
6:10 pm
277
Such a brain dump would be very helpful. I'll be there. Dave L. ... this list get together. We can spend a few hours reviewing the code and I'll do a brain...
David Luebbert
davidlu7
Offline Send Email
Nov 1, 2004
6:16 pm
278
You can definitely count me in for this. In addition, we could record the session and release it as a podcast for those potential Frontier developers that...
David Brown
davidbro
Offline Send Email
Nov 1, 2004
7:22 pm
279
... I think stringfunctionvalue() in stringverbs.c is probably a good starting point. If you have some experience with UserTalk scripting, you will know what...
Andre Radke
andre_radke
Offline Send Email
Nov 1, 2004
9:33 pm
280
... Yes, great job. I was waiting until you guys had finished removing all/most of the warnings before I would start merging my changes. I will take a look at...
Terry Teague
terry_teague
Offline Send Email
Nov 2, 2004
10:58 am
281
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
wfrhmkxwjje
Offline Send Email
Nov 2, 2004
2:04 pm
282
... Just curious, what kind of changes have you been working on? ... The warnings are due to static definitions at the top of langparser.c that override...
Andre Radke
andre_radke
Offline Send Email
Nov 2, 2004
2:29 pm
283
... You could try to use yacc that comes in OS X. (/usr/bin/yacc)...
Henri Asseily
hasseily
Offline Send Email
Nov 2, 2004
5:51 pm
284
... I would agree, and I would take it further and say that we should specifically make it so that langparser.y works with yacc or bison (which I would guess...
David Brown
davidbro
Offline Send Email
Nov 2, 2004
6:15 pm
285
... Yes, I already tried that and indeed the resulting file does not rely on any stdio.h functions. However, it also look very different from the current...
Andre Radke
andre_radke
Offline Send Email
Nov 2, 2004
6:45 pm
286
Hi there, I know that I'm surely quite ahead of time about this, and maybe this is not a good time, but I'll ask anyway. I always found the Frontier website...
Emmanuel Décarie
emmanueldecarie
Offline Send Email
Nov 2, 2004
7:12 pm
287
... While I probably won't get to it for a few days, I am still a big MPW user, so it should be no problem for me to regenerate the langparser.c file etc. I...
Terry Teague
terry_teague
Offline Send Email
Nov 3, 2004
8:51 am
288
... warnings before I would start merging my changes. ... As I posted to this list some time ago, my changes are in the area of support for Spotlight on...
Terry Teague
terry_teague
Offline Send Email
Nov 3, 2004
8:54 am
289
... That's the direction I am moving in. I haven't had a lot of experience with cygwin, but several LARGE open source projects I am involved in, use cygwin for...
Terry Teague
terry_teague
Offline Send Email
Nov 3, 2004
8:59 am
290
... I just bumped the version numbers in versions.h to 10.0a2 in order to distinguish the current state of the kernel from the original release. Then I tagged...
Andre Radke
andre_radke
Offline Send Email
Nov 3, 2004
10:11 pm
291
That's not exactly right, as there is one change that I already committed previously that improves the performance of lists only (not records) by making it the...
Henri Asseily
hasseily
Offline Send Email
Nov 3, 2004
10:59 pm
292
Hello! Sorry this is probably a pretty newbie set of questions. I am running on Windows XP SP2. I am just mucking around with the posted .exe from the...
Steve Holden
sholden07
Offline Send Email
Nov 4, 2004
4:16 am
293
... Good (I suspected Henri's list patch was in there, not a problem). I was going to tidy up the loose ends with the application icon and Info.plist for the...
Terry Teague
terry_teague
Offline Send Email
Nov 4, 2004
9:03 am
294
... Using Xcode v1.5, I get an Info.plist file in Frontier.app/Contents and another in Frontier.app/Contents/Resources. The latter contains the same unresolved...
Andre Radke
andre_radke
Offline Send Email
Nov 4, 2004
9:31 am
295
... I think the best way to do this is to add a build step that does some shell script hackery to extract the string from versions.h and puts it into the...
David Brown
davidbro
Offline Send Email
Nov 4, 2004
3:48 pm
296
Random thoughts... Is visiting list values truly necessary? I hope that as we fix the list type, it's as fast to do it in UserTalk as it is in C in the kernel....
Henri Asseily
hasseily
Offline Send Email
Nov 4, 2004
9:39 pm
297
I would like to know the right way to handle large string paramaters in kernel verbs. By large, I mean longer than 255 chars, i.e. longer than a pascal string...
David Brown
davidbro
Offline Send Email
Nov 5, 2004
4:18 am
298
... I ended up going in a completely different direction. I needed a cstring, and so I did the following: Handle text; if (!getreadonlytextvalue (hp1, 1,...
David Brown
davidbro
Offline Send Email
Nov 5, 2004
5:39 am
299
... If malloc returns a nil pointer, you must call memoryerror to report this to the user. If you don't, scripts will just die silently when they encounter...
Andre Radke
andre_radke
Offline Send Email
Nov 5, 2004
7:56 am
Messages 270 - 299 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help