fpc/rtl/objpas
nickysn a176c2d4f5 + add overloaded versions of HexStr(pointer) for i8086 near and far pointers
- rm ifdefs for i8086 far code memory model when doing stack traces. The
  compiler will now choose the correct overload of HexStr according to the
  CodePointer type.

git-svn-id: trunk@27163 -
2014-03-16 17:40:31 +00:00
..
classes * Changed the default packset setting to 1 and disabled the padding of 3-byte 2014-03-14 23:51:14 +00:00
collations rtl, utils: Fix cross-endian collation files generation by Inoussa OUEDRAOGO (issue #0024266) 2013-04-15 08:27:14 +00:00
sysutils + add overloaded versions of HexStr(pointer) for i8086 near and far pointers 2014-03-16 17:40:31 +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 * Applied patch from bug ID #25635, fixing memory leak 2014-02-08 09:42:59 +00:00
fpwidestring.pp * synchronized with trunk up to and including r25430 2013-09-06 10:09:26 +00:00
freebidi.pp
math.pp * 16-bit objpas.integer type fixes in Math.DivMod 2014-03-09 16:46:49 +00:00
objpas.pp * changed to for loop counters in the resource string helper routines from 2014-03-11 20:52:09 +00:00
README.txt
rtlconst.inc * add SMsgDlgClose, Patch by stocki Mantis #25616 2014-01-31 19:56:50 +00:00
rtlconst.pp
rtlconsts.pp
strutils.pp * various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targets 2014-03-06 01:10:18 +00:00
sysconst.pp Added exception EObjectCheck for object reference check (runtime error 210). 2013-02-24 22:22:38 +00:00
types.pp
typinfo.pp * various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targets 2014-03-06 01:10:18 +00:00
ucadata_be.inc rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 2013-03-27 00:55:37 +00:00
ucadata_le.inc rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 2013-03-27 00:55:37 +00:00
ucadata.inc rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 2013-03-08 15:23:20 +00:00
unicodedata_be.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata_le.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata.inc rtl: 2013-02-25 01:46:33 +00:00
unicodedata.pas rtl: apply patch of Inoussa which describes the unicode collation algorithm data layout (mantis #0025240) 2013-11-20 11:41:50 +00:00
unicodeducet.pas rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 2013-03-08 15:23:20 +00:00
unicodenumtable.pas rtl: 2013-02-25 01:46:33 +00:00
utf8bidi.pp
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.