Hi all, On Thu, Aug 07, 2014 at 09:00:21AM +0200, Alexander Burger wrote: > Fixed pil32 too. I hope I didn't break anything. Tests are welcome!
For the records: The handling of PIDs in both the 32-bit and the 64-bit versions of PicoLisp itself was never a problem. They are handled in full 'pid_t' size. The problem was the internal IPC protocol used by the 'tell' function, when an (optional) PID is passed for the addressee of the message. Here, a field of only 16 bits was used to store the PID. This is fixed now in pil32 and pil64. ♪♫ Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
