mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:49:14 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() http://peter@svn.freepascal.org/svn/fpc/trunk ........ r2310 | peter | 2006-01-17 09:44:57 +0100 (Tue, 17 Jan 2006) | 2 lines * fix compare with null ........ r2312 | hajny | 2006-01-18 23:48:19 +0100 (Wed, 18 Jan 2006) | 1 line * fix for web bug #4518 by Salvatore Licciardi ........ r2317 | jonas | 2006-01-21 21:19:19 +0100 (Sat, 21 Jan 2006) | 5 lines * use vfork instead of fork for popen and one variant of executeprocess if USE_VFORK is defined (currently only if both BSD and FPC_USE_LIBC are defined). Speeds up the compilation of the compiler under Darwin by 20-25% (the larger the project, the bigger the speedup). ........ r2320 | daniel | 2006-01-22 12:06:10 +0100 (Sun, 22 Jan 2006) | 3 lines * Add --64 or --32 to as call to allow i386 make cycle using -Aas on x64_64 systems. ........ r2325 | daniel | 2006-01-22 15:29:07 +0100 (Sun, 22 Jan 2006) | 2 lines * Add --32 or --64 to to ensure functionality of i386 compiler on x64_64 OSes. ........ r2331 | olle | 2006-01-23 22:34:24 +0100 (Mon, 23 Jan 2006) | 1 line Added short circuit evaluation of compile time expressions ........ r2333 | michael | 2006-01-24 21:04:46 +0100 (Tue, 24 Jan 2006) | 1 line + Enabled use of embedded firebird library. ........ r2340 | peter | 2006-01-25 23:05:31 +0100 (Wed, 25 Jan 2006) | 2 lines * added missing varString,varOlestr to ordinals ........ r2347 | marco | 2006-01-26 22:11:37 +0100 (Thu, 26 Jan 2006) | 2 lines * fdset is now array of unsigned. ........ r2358 | michael | 2006-01-28 19:07:23 +0100 (Sat, 28 Jan 2006) | 1 line + Patch from Graeme Geldenhuys to add delphi compatibility function ........ r2359 | michael | 2006-01-28 19:10:07 +0100 (Sat, 28 Jan 2006) | 1 line + Patch from Graeme Geldenhuys to fix ExtractFileDrive ........ r2373 | michael | 2006-01-29 11:28:37 +0100 (Sun, 29 Jan 2006) | 1 line + Patch from Michalis Kamburelis to fix hex2dec behaviour in case of error ........ r2380 | peter | 2006-01-29 20:46:14 +0100 (Sun, 29 Jan 2006) | 2 lines * added sumInt ........ r2381 | jonas | 2006-01-29 23:46:46 +0100 (Sun, 29 Jan 2006) | 2 lines + added (not yet fixed) ........ r2390 | jonas | 2006-02-01 11:22:52 +0100 (Wed, 01 Feb 2006) | 4 lines * fixed some FloatToStrF and FloatToStr precision problems. Still fails for some corner cases (e.g. 8.502 as double), but that problem is in str_real ........ r2402 | peter | 2006-02-02 10:03:02 +0100 (Thu, 02 Feb 2006) | 2 lines * range check errors ........ r2403 | jonas | 2006-02-02 11:33:12 +0100 (Thu, 02 Feb 2006) | 2 lines + comp and int64 overloads for floattostr(f) ........ r2405 | peter | 2006-02-02 14:17:05 +0100 (Thu, 02 Feb 2006) | 2 lines * test for enums in record ........ r2406 | peter | 2006-02-02 14:41:17 +0100 (Thu, 02 Feb 2006) | 2 lines * more tests for symtable insert/search ........ r2436 | peter | 2006-02-05 02:55:44 +0100 (Sun, 05 Feb 2006) | 2 lines * duplicate names fixed ........ r2437 | peter | 2006-02-05 02:57:23 +0100 (Sun, 05 Feb 2006) | 2 lines * duplicate names fixed ........ git-svn-id: branches/fixes_2_0@2457 - |
||
---|---|---|
compiler | ||
fcl | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |