fpc/rtl/objpas
michael e9a3a807d0 * Fix overflows in intstrtodate (bug ID 32098)
git-svn-id: trunk@36687 -
2017-07-08 19:52:54 +00:00
..
classes Fix compilation of RTL classes unit for msdos OS target 2017-07-03 16:21:15 +00:00
sysutils * Fix overflows in intstrtodate (bug ID 32098) 2017-07-08 19:52:54 +00:00
character.pas rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 2013-08-20 04:55:05 +00:00
fgl.pp * Patch from Denis Kozlov to fix find in case of non-sorted list 2017-04-24 20:52:41 +00:00
fpwidestring.pp * fixed off by one error in fpwidestring.Unicode2AnsiMove, which caused an 2017-06-13 23:49:28 +00:00
math.pp - removed the "else" in math.EnsureRange, because this way the compiler 2017-05-23 13:17:28 +00:00
objpas.pp * Fix bug #31526, missing FixedInt FixedUInt from Delphi Berlin 2017-03-11 09:26:57 +00:00
README.txt
rtlconst.inc * Added TStringBuilder 2016-05-16 15:23:40 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
types.pp * make istream signedness equal to MSDN and modern delphi. Denis Kozlov, 2017-03-08 15:05:11 +00:00
typinfo.pp typinfo: push/pop doesn't save packrecords. also, always use AlignTypeData on m68k, which might have less than pointer sized (word, 2 byte) alignments in the typeinfo, because on most systems C compilers also use 2 byte alignments, so we need that for compatibility 2017-06-24 23:18:12 +00:00
unicodedata_be.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata_le.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodedata.pas * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
unicodenumtable.pas * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
weight_derivation.inc * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00

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.