A while ago I was planning to make a binding for the PCRS regular expression library (see below), but I haven't gotten around to working out how to do...
5191
Shenme Shenme
junkblocker
Feb 3, 2005 5:38 am
... Count me in. -manpreet...
5192
Quag
quagath
Feb 3, 2005 8:04 am
On Wed, 2 Feb 2005 22:37:45 -0500, Jason Grossman ... Hi Jason, To run IoWiki 0.8.6 on IoServer 2005-02-02 the translates need to be changed over to maps....
5193
Tobias
tpeters@...
Feb 3, 2005 9:32 am
... The problem is the yahoo archive detects what it thinks is an email address within the encoded data and replaces it with a link. Maybe you can access the...
5194
Tobias Peters
tpeters@...
Feb 3, 2005 10:51 am
... Sorry to bother you again. The line I sent to the list is included but commented out in the latest release. The bug is still present in Io. Regarding...
5195
Steve Dekorte
stevedekorte
Feb 3, 2005 11:15 am
... Yes, I had to remove it because it was causing other problems and forgot to take it off the release list. Can you make sure your fix works by running "make...
5196
Tobias Peters
tpeters@...
Feb 3, 2005 1:56 pm
... I am not sure which specific error you mean mean because the released version also fails one test, and I do not have a previous Io version here to check...
5197
Jon Kleiser
jon_kleiser
Feb 3, 2005 2:22 pm
I just discovered a new bug in Io v. 2005-02-02. If I try to evaluate this ... "x=" .. (Number floatMax) .. then I get a Segmentation fault. With v. 2005-01-26...
5198
rcbballona
Feb 3, 2005 10:48 pm
... you ... may ... Hi Tobias, You're right, I did as you said (gmane's nntp) and it's just worked. I've also got it here too. Thanks for sending. This will...
5199
rcbballona
Feb 3, 2005 11:05 pm
... "Minimal ... too ... and ... quick ... Hi Mike, I've managed to get the example I meant (thanks Tobias). You were very kind on sending this extra example...
5200
Peter Hull
peterhull90
Feb 4, 2005 12:42 am
On Thursday, February 3, 2005, at 07:11 pm, iolanguage@yahoogroups.com ... As long as you have 10.3 - us poor folk on 10.2.x need not apply! Pete (I use xchat...
5201
Doc O'Leary
doc_oleary
Feb 4, 2005 2:47 am
Am I the only one getting popping on the mix.io test (and my game now, too!)? And pretty much anything played generates a: AudioDevice warning: empty buffer...
5202
Steve Dekorte
stevedekorte
Feb 4, 2005 10:58 am
... Hi Doc, Thanks for the bug report - I see it too on OSX. I think this is the result of some changes that I made to how coroutines interact with the ...
5203
Mike Austin
mike_ekim
Feb 4, 2005 7:57 pm
In Movie/base/ffmpeg/configure on line 777, add the line: #include <stdlib.h> A test fails because NULL is not defined. Mike...
5204
Steve Dekorte
stevedekorte
Feb 4, 2005 11:58 pm
... Thanks, I've added it. -- Steve...
5205
Tobias Peters
tpeters@...
Feb 5, 2005 12:17 am
The following is a proof of concept for implementing precedence in Io, independent from the parser. It adds the methods plus, minus, times, div, and pow to...
5206
Quag
quagath
Feb 5, 2005 12:56 am
This patch adds a ' operator to Io. 'x is short for getSlot("x"). Jonathan. diff -u -Nru IoDesktop-2005-02-02/IoVM/extras/IoQuoteInit.c...
5207
Jason Grossman
jas0ngr0ssman
Feb 5, 2005 2:44 am
Dear Jonathan Thanks for noticing, and thanks even more for making a patch. Best wishes, Jason...
5208
Tobias Peters
tpeters@...
Feb 5, 2005 8:28 am
... There was an error in the first version (see additional (last) example), corrected version below: Message setLastAttachedMessage := method(attachThis, if...
5209
Steve Dekorte
stevedekorte
Feb 5, 2005 11:42 am
... Tobias, Neat stuff! Will take a closer look soon. Cheers, -- Steve...
5210
Jason Grossman
jas0ngr0ssman
Feb 6, 2005 12:47 am
IoWiki 0.87 is at http://luddite.cst.usyd.edu.au/IoWiki/. changes: version 0.87 alpha • Fixed String map to work with latest Io: thanks to Jonathan (Quag)....
5211
Quag
quagath
Feb 6, 2005 1:18 am
Both: "g" fromBase(16) and "9" fromBase(8) we not raising exceptions when they should have been. This patch now raises exceptions for any fromBase conversions...
5212
QuantumG
trent_w16
Feb 7, 2005 10:45 am
Thomas Lackner on the #io freenode irc channel asked if there was a line continuation character for Io and if not why not. Well, I have him a number of...
5213
Jon Kleiser
jon_kleiser
Feb 7, 2005 1:34 pm
... I'm not into license stuff at all. Can anybody explain with very few words the difference between the BSD and the MIT license? I guess I could more or less...
5214
Doc O'Leary
doc_oleary
Feb 7, 2005 5:30 pm
... The few word per http://www.opensource.org/licenses/bsd-license.php "Note the new BSD license is thus equivalent to the MIT License, except for the no- ...
5215
Jason Grossman
jas0ngr0ssman
Feb 7, 2005 7:27 pm
... I've been wanting a line continuation character for ages, but wasn't sure it would be quite that easy to implement. Since it is, I'd like to lobby to have...
5216
Jason Grossman
jas0ngr0ssman
Feb 7, 2005 7:33 pm
... I should have said I'd like to lobby to have it in the Lobby, shouldn't I? Jason...
5217
Daniel Lyons
faxfreemosquito
Feb 7, 2005 7:47 pm
... Seconded. -- Daniel http://www.storytotell.org -- Tell It!...
5218
Shenme Shenme
junkblocker
Feb 7, 2005 8:00 pm
... The code in question which started this on IRC was something like Io> debugParser := 1 ==> 1 Io> if (x == 1 or x == 2, writeln("x is 1 or 2") ) parsed:...
5219
Shenme Shenme
junkblocker
Feb 7, 2005 8:32 pm
... can ... replace(pageTextMarker, ... homePageName ... name .. ... "</a></span>") ... self ... href='" ... "</a></span>") ... repetition of ... variable. Of...