| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged riscv_new branch | florian | 2018-09-26 | 1 | -2/+74 |
* | + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr... | svenbarth | 2018-08-24 | 1 | -0/+7 |
* | + add Delphi compatible FollowLink parameter (default is True) to FileExists ... | svenbarth | 2018-08-24 | 1 | -2/+2 |
* | * regenned makefile without date/rev components for easier merging. | marco | 2018-08-18 | 1 | -1/+1 |
* | * updated dependencies of unit ports (objpas and x86 is no longer required on | nickysn | 2018-07-04 | 1 | -1/+1 |
* | Regenerated Makefile's after addition of ppas and ppaslink script removal in ... | pierre | 2018-04-12 | 1 | -4/+22 |
* | Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of sy... | pierre | 2018-01-02 | 2 | -3/+3 |
* | * fpcmake.inc and Makefiles renerated after last commit | florian | 2017-12-27 | 1 | -1/+1 |
* | * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev ... | pierre | 2017-10-16 | 1 | -1/+5 |
* | regenerated Makefiles for m68k-macos target | karoly | 2017-08-22 | 1 | -50/+14 |
* | + support the KOI8-R and KOI8-U Cyrillic encodings | nickysn | 2017-06-07 | 2 | -87/+87 |
* | + added cp3021 (Bulgarian MIK) code page support | nickysn | 2017-06-07 | 2 | -87/+87 |
* | + added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16] | nickysn | 2017-06-05 | 2 | -87/+89 |
* | + added code pages 737, 775, 857, 860, 861, 862, 863, 864, 865 and 869 | nickysn | 2017-06-05 | 2 | -87/+88 |
* | + added cp855 to the implicit unit list in the rtl makefiles | nickysn | 2017-06-05 | 2 | -88/+106 |
* | Regenerate all Makefile's after changes related to FPCDIR checks | pierre | 2017-04-18 | 1 | -8/+44 |
* | * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 | hajny | 2016-11-17 | 1 | -0/+1 |
* | * fix for bug #24504 (extended version of patch by Bart Broersma) | hajny | 2016-11-08 | 1 | -33/+33 |
* | * updated FSF address (mantis #30198, patch by Paul Gevers) | jonas | 2016-10-02 | 5 | -10/+10 |
* | * provide access to information about the failing file when dynamic loading... | hajny | 2016-09-10 | 2 | -0/+19 |
* | * regenerated makefiles with latest fpcmake | nickysn | 2016-06-18 | 1 | -1/+6 |
* | * regenerate makefiles after the fpcmake update | nickysn | 2016-06-17 | 1 | -2/+20 |
* | * fix compilation after UnicodeString ExecuteProcess related changes | hajny | 2016-06-03 | 1 | -5/+7 |
* | * avoid FindFirst failing due to Attribute parameter bigger than $FF | hajny | 2016-06-03 | 2 | -4/+5 |
* | * fixed dependencies for lineinfo unit after r33007 | jonas | 2016-02-01 | 2 | -4/+4 |
* | o basic extended pascal support: | florian | 2015-11-15 | 2 | -83/+83 |
* | * fix compilation failure after r32262 | hajny | 2015-11-08 | 1 | -5/+18 |
* | * Type helpers, compatible to Delphi XE 8 | michael | 2015-11-07 | 2 | -4/+9 |
* | * fix FileSetAttr - bug #28826 | hajny | 2015-10-11 | 1 | -4/+9 |
* | * regenerated makefiles after adding the win16 target | nickysn | 2015-09-05 | 1 | -4/+61 |
* | * regenerated Makefiles with Linux/AArch64 support | jonas | 2015-05-20 | 1 | -2/+24 |
* | * unit name changed to System (starting with uppercase 'S') for improved co... | hajny | 2015-02-27 | 1 | -1/+1 |
* | * fixed handling of FPU exceptions, extended output with -dSYSTEMEXCEPTIOND... | hajny | 2015-02-26 | 1 | -9/+135 |
* | * corrected initialization of cached information about 'MS Windows-compatib... | hajny | 2015-02-26 | 1 | -7/+8 |
* | * regenerated for iphonesim/x86-64 | jonas | 2015-02-23 | 1 | -1/+19 |
* | * regenerated with Darwin/AArch64 support | jonas | 2015-02-23 | 1 | -3/+21 |
* | * mapping of I/O error number 206 having different meaning in FPC to RTE 3 | hajny | 2015-02-22 | 1 | -2/+3 |
* | * fix for bug #16884 for OS/2 | hajny | 2015-02-15 | 1 | -1/+4 |
* | * TODO updated according to the current status of OS/2 RTL | hajny | 2015-02-15 | 1 | -4/+4 |
* | * allow Append to work on character devices | hajny | 2015-02-11 | 1 | -1/+2 |
* | * fix returned value for FileRead and FileWrite in case of an error and cha... | hajny | 2015-02-10 | 1 | -8/+16 |
* | * fix SetFAttr (doWriteThrough not accepted in DosSetPathInfo for ilStandar... | hajny | 2015-02-10 | 1 | -4/+7 |
* | * ensure setting temporary UConv object to nil after freeing it | hajny | 2015-02-05 | 1 | -0/+1 |
* | * add missing condition for empty string in Unicode uppercase and lowercase... | hajny | 2015-02-04 | 1 | -7/+10 |
* | * fixed OS/2 compilation after dynlibs manager implementation | hajny | 2015-02-03 | 5 | -237/+183 |
* | Move DynLibs support to System unit using a manager approach like for Threads... | svenbarth | 2015-02-03 | 3 | -31/+174 |
* | * use the default locale for current country as the first fallback before u... | hajny | 2015-01-28 | 3 | -18/+109 |
* | * try a fallback to 'Universal' locale if the locale set in LANG is not rec... | hajny | 2015-01-28 | 1 | -1/+15 |
* | * corrected random memory corruption during argument setup | hajny | 2015-01-24 | 1 | -1/+1 |
* | * corrected test for empty filename in FileRec | hajny | 2015-01-24 | 1 | -2/+2 |