On Sat, Apr 06, 2002 at 11:48:10AM -0800, Tom Conlin wrote:
> 
> 1) system calls (all the other kids have them)

View/Pro and Command have them.

> 2) sort/stable 

sort already is stable. The only situation in which it may appear unstable
is if you use your own comparison function and return false/true from it.
You need to return integers (<0, =0, >0) instead, for stable sorting, or
don't use a comparison function at all.

> 3) non pdf docs

AFAIR docs are also available in html format.

-- 
Holger Kruse
[EMAIL PROTECTED]
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to