Revīziju vēsture

Autors SHA1 Ziņojums Datums
  peter 1ddaa693a3 * check newpos < 0 instead of = -1 22 gadi atpakaļ
  florian eab5d1f7c5 * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 22 gadi atpakaļ
  peter d5896e54f2 * fix setmemorymutexmanager to call mutexdone on the already 23 gadi atpakaļ
  peter ca3679e4bf * MemoryManager record has a field NeedLock if the wrapper functions 23 gadi atpakaļ
  peter 766e8d35f6 * remove wrong lock from SysMemSize, MemSize() does the locking 23 gadi atpakaļ
  peter 5fff238567 * threads unit added for thread support 23 gadi atpakaļ
  peter 01dfac4a4e * old logs removed and tabs fixed 23 gadi atpakaļ
  Jonas Maebe ee56b2e0ec * heap manager now fragments the heap much less 23 gadi atpakaļ
  peter 90ff7a6db8 * fpc_freemem and fpc_getmem compilerproc 23 gadi atpakaļ
  carl dbfaa38c6e * fixed some missing IsMultiThreaded variables 23 gadi atpakaļ
  Jonas Maebe e52fa07468 * fix for web bug #1727 from Peter (corrected) 24 gadi atpakaļ
  Jonas Maebe d06ebc3fd1 * fix for web bug #1727 from Peter 24 gadi atpakaļ
  peter 7484da248d * freemem(var) -> freemem(value) 24 gadi atpakaļ
  peter 52d1571d12 * moved locking of heap 24 gadi atpakaļ
  peter 5d62342562 * criticalsection renamed to rtlcriticalsection for kylix compatibility 24 gadi atpakaļ
  Jonas Maebe cbc6756190 * fixed wrong typed constant procvars in preparation of my fix which will 24 gadi atpakaļ
  florian ddd5f168eb + more MT stuff added 25 gadi atpakaļ
  peter 1a0277d7b0 * smallatheapptr undef and other cleanup (merged) 25 gadi atpakaļ
  michael 586c4cea50 + Conditionals fixed 25 gadi atpakaļ
  michael 650fbb86aa + removed logs 25 gadi atpakaļ
  michael e7aca136a1 + Initial import 25 gadi atpakaļ
  pierre e574245b0e fix for heap problem 25 gadi atpakaļ
  pierre e9f1439f5a + ReturnNilIfGrowHeapFails used in objects unit 25 gadi atpakaļ
  peter 11d7a573df * concat free blocks in main freelist 25 gadi atpakaļ
  pierre 6d213ac89b * avoid problems if sbrk returns negative values 25 gadi atpakaļ
  peter 20105af42c * fixed bug with reallocmem to use the wrong size when copying the 26 gadi atpakaļ
  peter 6bbb440811 * fixed internal_memavail counting for tryresizemem 26 gadi atpakaļ
  peter ba0b8a2e1b * reallocmem fixed for freemem() call when size=0 26 gadi atpakaļ
  peter 9be202fd38 * fixed reallocmem which didn't work anymore and thus broke a lot 26 gadi atpakaļ
  Jonas Maebe 2c25000f32 * fixed problem with reallocmem and heaptrc 26 gadi atpakaļ