summaryrefslogtreecommitdiff
path: root/rtl/os2
Commit message (Expand)AuthorAgeFilesLines
* Merged riscv_new branchflorian2018-09-261-2/+74
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+7
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* * regenned makefile without date/rev components for easier merging.marco2018-08-181-1/+1
* * updated dependencies of unit ports (objpas and x86 is no longer required onnickysn2018-07-041-1/+1
* Regenerated Makefile's after addition of ppas and ppaslink script removal in ...pierre2018-04-121-4/+22
* Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of sy...pierre2018-01-022-3/+3
* * fpcmake.inc and Makefiles renerated after last commitflorian2017-12-271-1/+1
* * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev ...pierre2017-10-161-1/+5
* regenerated Makefiles for m68k-macos targetkaroly2017-08-221-50/+14
* + support the KOI8-R and KOI8-U Cyrillic encodingsnickysn2017-06-072-87/+87
* + added cp3021 (Bulgarian MIK) code page supportnickysn2017-06-072-87/+87
* + added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]nickysn2017-06-052-87/+89
* + added code pages 737, 775, 857, 860, 861, 862, 863, 864, 865 and 869nickysn2017-06-052-87/+88
* + added cp855 to the implicit unit list in the rtl makefilesnickysn2017-06-052-88/+106
* Regenerate all Makefile's after changes related to FPCDIR checkspierre2017-04-181-8/+44
* * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896hajny2016-11-171-0/+1
* * fix for bug #24504 (extended version of patch by Bart Broersma)hajny2016-11-081-33/+33
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-025-10/+10
* * provide access to information about the failing file when dynamic loading...hajny2016-09-102-0/+19
* * regenerated makefiles with latest fpcmakenickysn2016-06-181-1/+6
* * regenerate makefiles after the fpcmake updatenickysn2016-06-171-2/+20
* * fix compilation after UnicodeString ExecuteProcess related changeshajny2016-06-031-5/+7
* * avoid FindFirst failing due to Attribute parameter bigger than $FFhajny2016-06-032-4/+5
* * fixed dependencies for lineinfo unit after r33007jonas2016-02-012-4/+4
* o basic extended pascal support:florian2015-11-152-83/+83
* * fix compilation failure after r32262hajny2015-11-081-5/+18
* * Type helpers, compatible to Delphi XE 8michael2015-11-072-4/+9
* * fix FileSetAttr - bug #28826hajny2015-10-111-4/+9
* * regenerated makefiles after adding the win16 targetnickysn2015-09-051-4/+61
* * regenerated Makefiles with Linux/AArch64 supportjonas2015-05-201-2/+24
* * unit name changed to System (starting with uppercase 'S') for improved co...hajny2015-02-271-1/+1
* * fixed handling of FPU exceptions, extended output with -dSYSTEMEXCEPTIOND...hajny2015-02-261-9/+135
* * corrected initialization of cached information about 'MS Windows-compatib...hajny2015-02-261-7/+8
* * regenerated for iphonesim/x86-64jonas2015-02-231-1/+19
* * regenerated with Darwin/AArch64 supportjonas2015-02-231-3/+21
* * mapping of I/O error number 206 having different meaning in FPC to RTE 3hajny2015-02-221-2/+3
* * fix for bug #16884 for OS/2hajny2015-02-151-1/+4
* * TODO updated according to the current status of OS/2 RTLhajny2015-02-151-4/+4
* * allow Append to work on character deviceshajny2015-02-111-1/+2
* * fix returned value for FileRead and FileWrite in case of an error and cha...hajny2015-02-101-8/+16
* * fix SetFAttr (doWriteThrough not accepted in DosSetPathInfo for ilStandar...hajny2015-02-101-4/+7
* * ensure setting temporary UConv object to nil after freeing ithajny2015-02-051-0/+1
* * add missing condition for empty string in Unicode uppercase and lowercase...hajny2015-02-041-7/+10
* * fixed OS/2 compilation after dynlibs manager implementationhajny2015-02-035-237/+183
* Move DynLibs support to System unit using a manager approach like for Threads...svenbarth2015-02-033-31/+174
* * use the default locale for current country as the first fallback before u...hajny2015-01-283-18/+109
* * try a fallback to 'Universal' locale if the locale set in LANG is not rec...hajny2015-01-281-1/+15
* * corrected random memory corruption during argument setuphajny2015-01-241-1/+1
* * corrected test for empty filename in FileRechajny2015-01-241-2/+2