Skip to search.
iolanguage · Io

Group Information

? 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.

Messages

  Messages Help
Advanced
Beta 2002 11 16 - Updated Docs, Date, File   Message List  
Reply Message #264 of 13196 |
http://www.dekorte.com/Software/C/Io/releases/Io-2002-11-16.tgz

Beta Release 2002 11 16
=======================
- updated Docs (lots of changes)
- Date
- added Shawn Perry's fromString() method and PowerDog's strptime()
- added fromNumber(aNumber) and print methods
- File
- Removed File setMode() method and replaced with
openForReading(), openForUpdating() and openForAppending()
- added at(), atPut() and foreach() methods
- lowered default Map size

Notes: List, Map, Buffer, Object and File now all implement foreach
(and most implement at() and atPut() as well)




Sun Nov 17, 2002 4:30 am

stevedekorte
Offline Offline
Send Email Send Email

Message #264 of 13196 |
Expand Messages Author Sort by Date

http://www.dekorte.com/Software/C/Io/releases/Io-2002-11-16.tgz Beta Release 2002 11 16 ======================= - updated Docs (lots of changes) - Date - added...
Steve Dekorte
stevedekorte Offline Send Email
Nov 17, 2002
4:30 am

... it's Sean (-: or as most people in the Linux community know me Sean 'Shaleh' Perry. Thanks for adding the strptime stuff. I now need to create a TimeDelta...
Sean Perry
shalehperry Offline Send Email
Nov 18, 2002
3:59 pm

... How does this look for the methods of a Duration primitive?: IoDuration_years IoDuration_setYears IoDuration_days IoDuration_setDays IoDuration_hours ...
Steve Dekorte
stevedekorte Offline Send Email
Nov 18, 2002
7:14 pm

... The object I was envisioning would never be created by hand so the set* methods would not be used. However I see no reason not to have them. ... in case...
Sean Perry
shalehperry Offline Send Email
Nov 18, 2002
8:41 pm

... Hoe about?: d = Date clone fromString(startString, timeFormat) // I've reversed the order in the next release f = Date clone fromString(endString,...
Steve Dekorte
stevedekorte Offline Send Email
Nov 18, 2002
9:56 pm

... My experience is with mx.DateTime, a very handy Python module. It has a Date class much like the one in Io. There is also a DateDelta class which is the ...
Sean Perry
shalehperry Offline Send Email
Nov 18, 2002
11:19 pm

... Ok, do you think a proper DateDelta should keep references to(or copies of) the begin and end dates that created it? Can you ask a DateDelta what it's...
Steve Dekorte
stevedekorte Offline Send Email
Nov 18, 2002
11:57 pm

... I don't expect to be able to but if you feel it is worthwhile then go ahead. In the various code I have seen the two Date's are usually available already ...
Sean Perry
shalehperry Offline Send Email
Nov 19, 2002
12:45 am

On Mon, 18 Nov 2002 14:59:06 -0800, "Sean Perry" ... Alas, there is no autoconf and friends for Symbian. Is autoconf and the like available for non-cygwin...
Chris Double
chris.double@... Send Email
Nov 19, 2002
1:19 am

... There is no suitable solution if you do not have some form of UNIX like shell and scripts available. In that case there will just have to be a UNIX build,...
Sean Perry
shalehperry Offline Send Email
Nov 19, 2002
1:53 am

... I'd like to stay away from autoconfig. The setjmp.h ifdefs in Scheduler.c are pretty good at figuring out the platform. Maybe I'll put them in Common.h and...
Steve Dekorte
stevedekorte Offline Send Email
Nov 19, 2002
2:18 am

... Io should use the system's strptime if it is available and fall back to portable_strptime when it is not. One easy solution is to wrap PortableStrptime.c...
Sean Perry
shalehperry Offline Send Email
Nov 18, 2002
9:56 pm

... Is there any way to auto detect this? I find it frustrating when I download a library and have to spend time figuring out how it to get it to compile. I'd...
Steve Dekorte
stevedekorte Offline Send Email
Nov 18, 2002
10:40 pm

... Then you want to use autoconf and friends so that ./configure will do the detection and setup a .h file defining these items....
Sean Perry
shalehperry Offline Send Email
Nov 18, 2002
10:59 pm
Advanced

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