sergei 636736dda6 * log2() and log10(): replaced division by ln(base) with multiplication by reciprocal constant, this executes faster and somehow provides slightly better accuracy. 12 yıl önce
..
classes 098769d1b3 * Added TStringList.CompareStrings (Delphi compatibility), patch by Stephano, bug ID #24981 12 yıl önce
collations 8acf9aadf8 rtl, utils: Fix cross-endian collation files generation by Inoussa OUEDRAOGO (issue #0024266) 12 yıl önce
sysutils 8fe7d82db7 * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer 12 yıl önce
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 yıl önce
character.pas e913ab1f9f rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887) 12 yıl önce
convutil.inc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 yıl önce
convutil.pp 668400675a + support 8.3 21 yıl önce
convutils.pp 668400675a + support 8.3 21 yıl önce
cvarutil.inc b7a56722ff * Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115. 14 yıl önce
dateutil.inc 6cb66faffe * Removed redundant assignments to result in UniversalTimeToLocal and LocalTimeToUniversal, Mantis #24582. 12 yıl önce
dateutil.pp e5c7ce3f5d * include file for dateutil(s) 22 yıl önce
dateutils.pp e5c7ce3f5d * include file for dateutil(s) 22 yıl önce
fgl.pp 730f7c82b7 * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 12 yıl önce
fmtbcd.pp 3125b9e6b0 * Better patch from Laco for bug #24274, without relying on try/except 12 yıl önce
fpwidestring.pp de56f909d5 * synchronized with trunk up to and including r25430 12 yıl önce
freebidi.pp b127fc154a * Fixed spell error revealed by lintian. 15 yıl önce
math.pp 636736dda6 * log2() and log10(): replaced division by ln(base) with multiplication by reciprocal constant, this executes faster and somehow provides slightly better accuracy. 12 yıl önce
objpas.pp 4ea89d01ea Somewhat a fix for Mantis #25025 : added generic variants of the TEnumerable/TEnumerator interfaces. Added to unit ObjPas, because mode ObjFPC does not allow overloading of types with generics (which would be the case in unit System). Also the two interfaces are not completely Delphi compatible on purpose! In Delphi they inherit from corresponding non generic interfaces, but this leads in FPC as well as in Delphi to problems. 12 yıl önce
rtlconst.inc e72db83b71 * Applied patch for RomanToInt by Bart Broersma (Bug ID 0025112) 12 yıl önce
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 21 yıl önce
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 21 yıl önce
stdconvs.pp 053493fbeb * fixed FahrenheitToCelsius() and CelsiusToFahrenheit() (mantis #13133) 17 yıl önce
strutils.pp e72db83b71 * Applied patch for RomanToInt by Bart Broersma (Bug ID 0025112) 12 yıl önce
sysconst.pp db6385ef33 Added exception EObjectCheck for object reference check (runtime error 210). 13 yıl önce
types.pp f8f5c3cd23 * alias a few more types on windows. This makes developing portable software easier, since one doesn't have to conditionally import windows for e.g. tfiletime. 14 yıl önce
typinfo.pp e8005f9485 * fixed compilation of unit typinfo in the i8086 medium memory model 12 yıl önce
ucadata.inc 7a0b112e56 rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 13 yıl önce
ucadata_be.inc c093297341 rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 12 yıl önce
ucadata_le.inc c093297341 rtl: apply Inoussa patch to Unicode manager files (issue #0022909) 12 yıl önce
unicodedata.inc e549954de6 rtl: 13 yıl önce
unicodedata.pas d375cc88a1 rtl: apply patch of Inoussa which fixes undefined result of UnicodeToLower and UnicodeToUpper (mantis #0024889) 12 yıl önce
unicodedata_be.inc e549954de6 rtl: 13 yıl önce
unicodedata_le.inc e549954de6 rtl: 13 yıl önce
unicodeducet.pas 7a0b112e56 rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909) 13 yıl önce
unicodenumtable.pas e549954de6 rtl: 13 yıl önce
utf8bidi.pp b127fc154a * Fixed spell error revealed by lintian. 15 yıl önce
varutilh.inc 3c2d918cfe * Partially undo revision 16529: removing VariantToShortString breaks webtbs/tw14536 which calls the mentioned function directly instead of using typecast. 15 yıl önce
varutils.inc d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 14 yıl önce
weight_derivation.inc e549954de6 rtl: 13 yıl önce

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.