| Commit message (Expand) | Author | Age | Files | Lines |
| * | amiga: check if P is nil while processing params. this should never happen, e... | karoly | 2021-03-25 | 1 | -1/+1 |
| * | * TThread.Terminate does not have any platform specific behavior (it should o... | svenbarth | 2020-08-22 | 1 | -6/+0 |
| * | * Add TerminatedSet (delphi compatibility, bug ID 37388) | michael | 2020-07-18 | 1 | -0/+1 |
| * | * fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionalit... | svenbarth | 2020-04-28 | 1 | -0/+14 |
| * | amicommon: only include exec helpers when compiling for v2.0 in athreads | karoly | 2020-04-17 | 1 | -1/+3 |
| * | amicommon: instead of a runtime check, check for OS2.0+ features at compile t... | karoly | 2020-04-17 | 1 | -25/+25 |
| * | amicommon: only include exec extensions when complied for v2.0 | karoly | 2020-04-17 | 1 | -1/+3 |
| * | Morphos: Fixed compilation after r44709 | marcus | 2020-04-12 | 1 | -0/+2 |
| * | Amiga: do not try to read pr_LocalVars when running on 1.x | marcus | 2020-04-12 | 1 | -20/+24 |
| * | amicommon: m68k-amiga legacy support | karoly | 2020-04-04 | 5 | -0/+37 |
| * | m68k-amiga: while trying to construct ParamStr(0), if the directory is empty,... | karoly | 2020-04-04 | 1 | -3/+8 |
| * | amiga-m68k: minimal tweaks and formatting to the dos unit | karoly | 2020-03-30 | 1 | -5/+5 |
| * | amicommon: cleaned up the voodoo padding magic and packed record from the DOS... | karoly | 2020-03-23 | 1 | -13/+13 |
| * | amicommon: make sure to reset packrecords to default after OS structure inclu... | karoly | 2020-03-23 | 1 | -0/+2 |
| * | + introduce TOSTimestamp | florian | 2020-01-25 | 1 | -0/+1 |
| * | * fix compilation on several OSes after r44010 | florian | 2020-01-21 | 1 | -1/+1 |
| * | * subroutines working with an OS dependend time stamp use an int64 now, so ... | florian | 2020-01-21 | 1 | -3/+3 |
| * | * follow up to r42457: FreeTerminateProcs needs to be called before DoneExcep... | svenbarth | 2019-07-20 | 1 | -1/+1 |
| * | * fix for Mantis #35862: free the list of functions added with AddTerminatePr... | svenbarth | 2019-07-19 | 1 | -0/+1 |
| * | amicommon: add some naive RTLEventWaitFor implementation, add long standing t... | karoly | 2019-03-04 | 2 | -1/+35 |
| * | * compilation fixes for many platforms after r41167 | nickysn | 2019-02-02 | 1 | -0/+1 |
| * | amicommon/lineinfo: fixed copy-paste error in PowerPC codepath | karoly | 2019-01-28 | 1 | -2/+2 |
| * | amicommon/lineinfo: added support for i386 relocatable binaries with .rel.sta... | karoly | 2019-01-28 | 1 | -10/+69 |
| * | amicommon: moved MorphOS-specific lineinfo to amicommon, for upcoming AROS an... | karoly | 2019-01-28 | 1 | -0/+485 |
| * | + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr... | svenbarth | 2018-08-24 | 1 | -0/+6 |
| * | + add Delphi compatible FollowLink parameter (default is True) to FileExists ... | svenbarth | 2018-08-24 | 1 | -2/+2 |
| * | athreads: add a custom API to retrieve underlying process ID from AThreads. t... | karoly | 2018-04-26 | 1 | -0/+14 |
| * | Amicommon: Implemented GetTempDir() for all Amiga systems ('T:' as default) | marcus | 2018-03-01 | 1 | -0/+18 |
| * | Amicommon: implemented BasicEvents in AThreads | marcus | 2017-08-14 | 1 | -1/+293 |
| * | amicommon: implement StackTop for other Amiga-like systems | karoly | 2017-07-08 | 1 | -0/+7 |
| * | amiga: call InternalFindClose in InternalFindFirst, if finding the first file... | karoly | 2017-06-15 | 1 | -6/+14 |
| * | AROS: Semaphores are much bigger on 64bit, fixes crashes and freezes on AROS6... | marcus | 2017-05-14 | 1 | -2/+6 |
| * | sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this... | karoly | 2016-12-27 | 1 | -4/+4 |
| * | m68k: Test68000/Test68881 support boilerplate and special support for Amiga | karoly | 2016-12-24 | 1 | -2/+8 |
| * | AROS: Initial ABIv1 Support | marcus | 2016-12-04 | 2 | -6/+6 |
| * | Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit) | marcus | 2016-12-01 | 5 | -52/+48 |
| * | * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 | hajny | 2016-11-17 | 1 | -20/+35 |
| * | AROS: arm needs AROS_FLAVOUR_BINCOMPAT defines | marcus | 2016-11-13 | 2 | -6/+6 |
| * | amicommon: set the return value of SysErrorMessage to something default. this... | karoly | 2016-10-02 | 1 | -1/+1 |
| * | - Cleaned out thread manager semaphore support which was ever implemented onl... | sergei | 2016-09-20 | 1 | -23/+0 |
| * | Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS | marcus | 2016-04-17 | 1 | -0/+254 |
| * | Amicommon: Fixed compilation after r33290 | marcus | 2016-03-20 | 1 | -16/+19 |
| * | * unicode executeprocess from work during Lazarus convention in IJsselstein | marco | 2016-03-19 | 1 | -10/+10 |
| * | AROS: SystemTags changed to PtrUInt for 64bit | marcus | 2016-03-17 | 2 | -2/+2 |
| * | * Type helpers, compatible to Delphi XE 8 | michael | 2015-11-07 | 1 | -0/+2 |
| * | amicommon: actually, not all filesystems (FTPMount, for example) support the ... | karoly | 2015-07-23 | 1 | -8/+14 |
| * | amicommon/sysutils: use THandle instead of Longint | karoly | 2015-06-28 | 1 | -11/+11 |
| * | amicommon/sysfile.inc: use THandle instead of LongInt | karoly | 2015-06-28 | 1 | -2/+2 |
| * | amicommon/dos: some warning fixes - use PtrInt instead of LongInt; do not che... | karoly | 2015-06-28 | 1 | -4/+4 |
| * | AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and... | karoly | 2015-06-07 | 1 | -5/+2 |