summaryrefslogtreecommitdiff
path: root/rtl/morphos/system.pp
Commit message (Expand)AuthorAgeFilesLines
* * revert r47598: implement TRandomGeneratorondrej2020-11-271-1/+1
* * rtl: implement TRandomGenerator for thread-safe randomondrej2020-11-261-1/+1
* morphos: implement StackTop to get the stack top from the OS. stack boundarie...karoly2017-07-081-1/+9
* morphos: take two on the Pascal startup code. this version works as a drop-in...karoly2016-12-041-40/+0
* morphos: new pascal-written internal startup code. also refactored the rtl bu...karoly2016-12-041-0/+40
* Amicommon: Unified parameterhandling for Amiga, AROS, MorphOSmarcus2016-04-171-202/+28
* amicommon: support for init/exit procedures for threads. will be used by Sock...karoly2015-06-061-0/+4
* amicommon: properly arbitrate access to the open file list in a multithreaded...karoly2015-05-241-0/+6
* MorphOS: use stdout as stderr, so code which is wired to use stderr doesn't c...karoly2015-05-031-4/+4
* morphos: use MEMF_SEM_PROTECTED flag for semaphore protect our memory pool. t...karoly2015-03-281-1/+1
* Move DynLibs support to System unit using a manager approach like for Threads...svenbarth2015-02-031-0/+1
* - RTL: removed InitVariantManager, it was an empty procedure since day 1.sergei2014-11-221-1/+0
* MorphOS: hooked the new debug stuff into the MorphOS RTLkaroly2014-09-191-0/+2
* amicommon: fixed sysdir.inc/do_chdir() to actually work on AROSkaroly2014-08-301-4/+9
* amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start w...karoly2014-08-281-4/+4
* MorphOS: migrated the RTL to use the common Amiga code. still needs cleanup, ...karoly2014-08-221-11/+12
* * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization...sergei2014-03-171-3/+0
* + FileNameCasePreserving added - see #18066 in Mantishajny2012-04-151-0/+1
* rtl: init widestring and unitcodestring managers before initialization of Sta...paul2011-10-251-5/+1
* * MorphOS, Amiga: changed definition of sLineBreak to match other system unit...karoly2010-10-211-1/+1
* * made MorphOS build to cycle again: fixed path_absolute() for Amiga and Morp...karoly2009-07-301-1/+1
* * who uses C style operators in the heart of FPC ;)? fixedflorian2009-02-211-4/+6
* - removed all "islibrary:=false;" assignments from system unitjonas2008-12-171-1/+0
* * fixed widestring/unicodemanager initialisiationflorian2008-09-101-0/+4
* * AllowDirectorySeparators and AllowDriveSeparators typed constantspeter2008-01-291-10/+13
* * revert r9557, the performance impact is to big for an academic cornerpeter2007-12-311-0/+1
* * Implemented late thread manager initialization. Thread manager code is not ...yury2007-12-281-1/+0
* * refactored SysResetFPU into SysInitFPU and SysResetFPUflorian2007-10-281-1/+3
* + AllFilesMask constant addedhajny2007-09-151-0/+1
* + fixed handling of Ambient mode, because that was totally broken: closes CON...karoly2006-07-011-7/+83
* Merged r1666 changes from fixes branchkaroly2005-11-241-0/+8
* * added CheckInitialStkLen() function which checks whether the given stack si...tom_at_work2005-11-111-1/+6
* * added SysResetFPU, which is required for MorphOSkaroly2005-10-031-0/+1
* + Removed HASVARIANT definemichael2005-06-071-2/+0
* + Removed HASWIDESTRING/HASWIDECHAR definesmichael2005-06-071-2/+0
* * log and id tags removedfpc2005-05-211-29/+0
* + Removed VER1_0 definesmichael2005-05-191-1/+1
* * post 2.0.0 fixes from cvspeter2005-05-161-4/+10
* initial importfpc2005-05-161-0/+357