The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei a2233d7991 * fpc_ansistr_setlength: fixed/refactored:
* Handle codepage the same way in all control flow branches (was different for the cases of allocating a new string and reallocating an existing one)
  * Don't assign intermediate values directly to var-parameter, use local pointer instead.
  * Setting string pointer to nil after fpc_ansistr_decr_ref is no longer necessary.
- fpc_ansistr_copy: removed repeating index check and unecessary typecasts.

git-svn-id: trunk@20209 -
2012-02-01 16:27:24 +00:00
compiler + regdatia64 phony target to generate all ia64 register include files 2012-01-31 15:49:30 +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 * set BCD and time fields to NULL when an empty string is passed. Mantis #21204, patch by Ludo 2012-02-01 14:29:01 +00:00
rtl * fpc_ansistr_setlength: fixed/refactored: 2012-02-01 16:27:24 +00:00
tests * hopefully final correction (changed extension resulted in different length) 2012-01-31 18:57:02 +00:00
utils * Patch by Ludo: 2012-01-23 14:16:03 +00:00
.gitattributes + Add two new sotfpuu units with x80 or 128 bit support 2012-01-31 15:58:56 +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