Merged revisions 12306,12372 via svnmerge from svn+ssh://[email protected]/FPC/svn/fpc/trunk
........ r12306 | marco | 2008-12-06 13:22:10 +0100 (Sat, 06 Dec 2008) | 4 lines
* a local buffer for pchar based filename handling was still at TP sizes (80), and did not follow the libraries abstraction (array [tfsize]) for length of paths. (Reporter Lichtwicht, lazarusforum.de) ........ r12372 | marco | 2008-12-17 00:05:16 +0100 (Wed, 17 Dec 2008) | 1 line
* fixed path_absolute, somehow it was not implemented for windows. Probably the $IF for windows fell away. Now defined for go32v2. Fixes 12370, and the solution was hinted at in that bugreport. ........