The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei df221e8196 * fpc_ansistr_concat, refactoring and minor fix:
* Assume code page of empty addend matching the destination (StringCodePage returns value of DefaultSystemCodePage for empty strings, causing unnecessary conversions if another addend has a non-default code page).
  * Moved part with temp Unicodestring variables into separate procedure in order to avoid an implicit try..finally block in primary control flow.
  * Renamed Size and Location varialbles into S1Len and S2Len.

git-svn-id: trunk@20230 -
2012-02-03 10:52:24 +00:00
compiler * Fix error in EXTDEBUG code 2012-02-02 23:55:43 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * Disable range checks 2012-02-03 09:07:20 +00:00
rtl * fpc_ansistr_concat, refactoring and minor fix: 2012-02-03 10:52:24 +00:00
tests * hopefully final correction (changed extension resulted in different length) 2012-01-31 18:57:02 +00:00
utils * Always store unit filename in FProcessedUnits 2012-02-02 12:22:24 +00:00
.gitattributes Add MIPS GNU AS reader 2012-02-02 23:49:51 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00