[fpc-devel]/FPC/CVS/fpc/rtl/morphos : Permission denied

2004-02-13 Thread Michalis Kamburelis
I see (via viewcvs) that new directory rtl/morphos (with system.pp) was created just yesterday. But cvs client doesn't allow me to update it, fails at rtl/morphos with cvs server: failed to create lock directory for `/FPC/CVS/fpc/rtl/morphos' (/FPC/CVS/fpc/rtl/morphos/#cvs.lock): Permission

[fpc-devel]Determining overloads between Single and Double

2004-02-13 Thread Michalis Kamburelis
Hi. This question is related to bugs 2854, 2885 and 2971 that I submitted. To state this shortly: how should I change code {$mode DELPHI} procedure p(const b:Single); overload; begin end; procedure p(const b:Double); overload; begin end; begin p(1.0) end. to make it compile with la