[fpc-devel] Unix internationalization patch

Michael Van Canneyt michael at freepascal.org
Tue Apr 8 16:29:51 CEST 2008



On Tue, 8 Apr 2008, petr.kristan at epos.cz wrote:

> Hi.
> 
> Today i wrote code for filling formating variables in unix. I tested it
> only on Linux. I'm not sure with integration into unix/sysutils.pp and using
> libc. Patch is in the attachment.

This is not correct, it makes sysutils dependent on (g)libc and that is not
allowed. The correct way of doing this is to make it a separate unit
that links to libc, and fills all variables in it's initialization section.

Michael.



More information about the fpc-devel mailing list