summaryrefslogtreecommitdiff
path: root/rtl/amicommon
Commit message (Expand)AuthorAgeFilesLines
* amiga: check if P is nil while processing params. this should never happen, e...karoly2021-03-251-1/+1
* * TThread.Terminate does not have any platform specific behavior (it should o...svenbarth2020-08-221-6/+0
* * Add TerminatedSet (delphi compatibility, bug ID 37388)michael2020-07-181-0/+1
* * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionalit...svenbarth2020-04-281-0/+14
* amicommon: only include exec helpers when compiling for v2.0 in athreadskaroly2020-04-171-1/+3
* amicommon: instead of a runtime check, check for OS2.0+ features at compile t...karoly2020-04-171-25/+25
* amicommon: only include exec extensions when complied for v2.0karoly2020-04-171-1/+3
* Morphos: Fixed compilation after r44709marcus2020-04-121-0/+2
* Amiga: do not try to read pr_LocalVars when running on 1.xmarcus2020-04-121-20/+24
* amicommon: m68k-amiga legacy supportkaroly2020-04-045-0/+37
* m68k-amiga: while trying to construct ParamStr(0), if the directory is empty,...karoly2020-04-041-3/+8
* amiga-m68k: minimal tweaks and formatting to the dos unitkaroly2020-03-301-5/+5
* amicommon: cleaned up the voodoo padding magic and packed record from the DOS...karoly2020-03-231-13/+13
* amicommon: make sure to reset packrecords to default after OS structure inclu...karoly2020-03-231-0/+2
* + introduce TOSTimestampflorian2020-01-251-0/+1
* * fix compilation on several OSes after r44010florian2020-01-211-1/+1
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-3/+3
* * follow up to r42457: FreeTerminateProcs needs to be called before DoneExcep...svenbarth2019-07-201-1/+1
* * fix for Mantis #35862: free the list of functions added with AddTerminatePr...svenbarth2019-07-191-0/+1
* amicommon: add some naive RTLEventWaitFor implementation, add long standing t...karoly2019-03-042-1/+35
* * compilation fixes for many platforms after r41167nickysn2019-02-021-0/+1
* amicommon/lineinfo: fixed copy-paste error in PowerPC codepathkaroly2019-01-281-2/+2
* amicommon/lineinfo: added support for i386 relocatable binaries with .rel.sta...karoly2019-01-281-10/+69
* amicommon: moved MorphOS-specific lineinfo to amicommon, for upcoming AROS an...karoly2019-01-281-0/+485
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+6
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* athreads: add a custom API to retrieve underlying process ID from AThreads. t...karoly2018-04-261-0/+14
* Amicommon: Implemented GetTempDir() for all Amiga systems ('T:' as default)marcus2018-03-011-0/+18
* Amicommon: implemented BasicEvents in AThreadsmarcus2017-08-141-1/+293
* amicommon: implement StackTop for other Amiga-like systemskaroly2017-07-081-0/+7
* amiga: call InternalFindClose in InternalFindFirst, if finding the first file...karoly2017-06-151-6/+14
* AROS: Semaphores are much bigger on 64bit, fixes crashes and freezes on AROS6...marcus2017-05-141-2/+6
* sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this...karoly2016-12-271-4/+4
* m68k: Test68000/Test68881 support boilerplate and special support for Amigakaroly2016-12-241-2/+8
* AROS: Initial ABIv1 Supportmarcus2016-12-042-6/+6
* Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit)marcus2016-12-015-52/+48
* * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896hajny2016-11-171-20/+35
* AROS: arm needs AROS_FLAVOUR_BINCOMPAT definesmarcus2016-11-132-6/+6
* amicommon: set the return value of SysErrorMessage to something default. this...karoly2016-10-021-1/+1
* - Cleaned out thread manager semaphore support which was ever implemented onl...sergei2016-09-201-23/+0
* Amicommon: Unified parameterhandling for Amiga, AROS, MorphOSmarcus2016-04-171-0/+254
* Amicommon: Fixed compilation after r33290marcus2016-03-201-16/+19
* * unicode executeprocess from work during Lazarus convention in IJsselsteinmarco2016-03-191-10/+10
* AROS: SystemTags changed to PtrUInt for 64bitmarcus2016-03-172-2/+2
* * Type helpers, compatible to Delphi XE 8michael2015-11-071-0/+2
* amicommon: actually, not all filesystems (FTPMount, for example) support the ...karoly2015-07-231-8/+14
* amicommon/sysutils: use THandle instead of Longintkaroly2015-06-281-11/+11
* amicommon/sysfile.inc: use THandle instead of LongIntkaroly2015-06-281-2/+2
* amicommon/dos: some warning fixes - use PtrInt instead of LongInt; do not che...karoly2015-06-281-4/+4
* AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and...karoly2015-06-071-5/+2