fpc/rtl/objpas
marco 7be5479e9e --- Merging r37135 into '.':
C    utils/fpcm/revision.inc
C    rtl/objpas/sysutils/filutil.inc
U    rtl/objpas/sysutils/filutilh.inc
U    rtl/win/sysutils.pp
U    rtl/unix/sysutils.pp
--- Recording mergeinfo for merge of r37135 into '.':
 U   .
Summary of conflicts:
  Text conflicts: 2

# revisions: 37135

git-svn-id: branches/fixes_3_0@37138 -
2017-09-04 08:07:55 +00:00
..
classes --- Merging r34476 into '.': 2017-06-21 10:13:54 +00:00
sysutils --- Merging r37135 into '.': 2017-09-04 08:07:55 +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 --- Merging r34485 into '.': 2017-05-01 20:39:48 +00:00
fpwidestring.pp --- Merging r36498 into '.': 2017-06-21 19:50:26 +00:00
math.pp # revisions: 32765,32766 2016-05-22 18:25:04 +00:00
objpas.pp * objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without 2014-03-24 00:01:13 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
rtlconst.inc # revisions: 33258,33299,33300,33305,33330,33340,33343 2016-05-25 20:20:58 +00:00
rtlconst.pp
rtlconsts.pp
sysconst.pp --- Merging r33882 into '.': 2016-06-02 20:13:06 +00:00
types.pp # revisions: 32730,32817 2016-05-25 20:08:10 +00:00
typinfo.pp --- Merging r32864 into '.': 2016-06-02 19:30:43 +00:00
unicodedata_be.inc # revisions: 32918,32986,32960,33044,33171,33266,33296,33297,33298,33333,33335,33336,33337,33345,33348 2016-05-22 16:22:11 +00:00
unicodedata_le.inc # revisions: 32918,32986,32960,33044,33171,33266,33296,33297,33298,33333,33335,33336,33337,33345,33348 2016-05-22 16:22:11 +00:00
unicodedata.inc # revisions: 32918,32986,32960,33044,33171,33266,33296,33297,33298,33333,33335,33336,33337,33345,33348 2016-05-22 16:22:11 +00:00
unicodedata.pas * Removed "packed" attribute from TUC_Prop on alignment-sensitive targets (temporary solution, see comment in source), and from TUCA_DataBook on all targets (does not add noticeable bloat because this type is used just a few times. OTOH having unaligned pointers in record hurts performance on all targets). 2014-12-25 10:11:16 +00:00
unicodenumtable.pas # revisions: 32918,32986,32960,33044,33171,33266,33296,33297,33298,33333,33335,33336,33337,33345,33348 2016-05-22 16:22:11 +00:00
weight_derivation.inc rtl: 2013-02-25 01:46:33 +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.