tg74 634338dcd2 merge with trunk 10 gadi atpakaļ
..
classes 634338dcd2 merge with trunk 10 gadi atpakaļ
sysutils 634338dcd2 merge with trunk 10 gadi atpakaļ
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 gadi atpakaļ
character.pas e913ab1f9f rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 12 gadi atpakaļ
fgl.pp 0e68cb641d * Applied patch from bug ID #25635, fixing memory leak 11 gadi atpakaļ
fpwidestring.pp 634338dcd2 merge with trunk 10 gadi atpakaļ
math.pp 3a7cde492e * finance functions by wp, mantis #26459 11 gadi atpakaļ
objpas.pp a0f08f3d5c * objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without 11 gadi atpakaļ
rtlconst.inc 4fa8998541 * add SMsgDlgClose, Patch by stocki Mantis #25616 11 gadi atpakaļ
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 gadi atpakaļ
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 gadi atpakaļ
sysconst.pp 634338dcd2 merge with trunk 10 gadi atpakaļ
types.pp 634338dcd2 merge with trunk 10 gadi atpakaļ
typinfo.pp 070955bcd0 * fixed 'data element too large' error in i8086 far data memory models 11 gadi atpakaļ
unicodedata.inc e549954de6 rtl: 12 gadi atpakaļ
unicodedata.pas 634338dcd2 merge with trunk 10 gadi atpakaļ
unicodedata_be.inc e549954de6 rtl: 12 gadi atpakaļ
unicodedata_le.inc e549954de6 rtl: 12 gadi atpakaļ
unicodenumtable.pas e549954de6 rtl: 12 gadi atpakaļ
weight_derivation.inc e549954de6 rtl: 12 gadi atpakaļ

README.txt

This directory contains units that are part of the Object Pascal support
of the Free Pascal Compiler.

You can find here the following files:

objpas.pp : makes Free Pascal more Borland Delphi compatible, data types
are redefined

math.pp : Contains basic mathematical functions, as well as some financial
functions.

sysutils.pp : Contains the exception support of the Free Pascal Compiler.

sysutils/*h.inc : Contain parts of the sysutils unit, with function declarations.
sysutils/*.inc : Contain parts of the sysutils unit, with implementations of:
dati : Date & Time handling functions.
fina : FileName handling functions.
sysstr : miscellaneous string handling functions, and conversion
routines.
syspch : miscellaneous pchar handling functions.

Enjoy !
The Free Pascal Development Team.