
I've been learning the Macintosh Toolbox APIs for System 6 and couldn't figure out why some functions had short names like "DisposDialog" but others "ReallocHandle". Turns out Apple's Pascal compiler made routine names significant to only 8 chars, making long names collide.