In our previous episode, Graeme Geldenhuys said:
> > No.
> So why is the function called MOVE instead of COPY?   :-)

Historical reasons apparantly. 
  
> I grep searched the *full* FPC source and found a implementation of
> MemCopy() in the packages/pasjpeg/* directory...  So it seems to
> confirm what you (Marco) said. MOVE = MEMCOPY.    It that case, MOVE
> is a pretty stupid and confusing name for a procedure that actually
> copies memory and not move memory. Just my 2c worth. ;-)

I've no idea what memcopy is, and why we should support it. Probably it is
some pascalized version of the standard C memcpy command.

Move is in use for 20 years, and I think it will generate 1000 times more
confusion than it will ever solve if you change or add to it.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to