Unsigned vs. signed ints

2001-12-31 Thread jacobsl001
I started going through a lot of the warnings today and came across what looks like to be a far reaching issue. In well over half of the uses of INTVAL in structures and parameter passing, it seems to me that we really want unsigned ints instead. For example, all the unicode, size and length attr

Re: Another correction to string patch

2001-12-31 Thread jacobsl001
>You have also forgotten to free the second allocation. I see that you call My understanding is that string destroy will go away or become a noop with GC (Dan is this correct?). So I intentionally did not mess with it. David