Commit History

Author SHA1 Message Date
  nickysn b6efaeb8fd * fixed bug in NewHeapBlock, which caused an infinite loop in GetMem, when more 8 years ago
  nickysn ca7da11bb6 * fixed bug in TryBlockGetMem, caused by ambigous variable named 'Size' in with statement 8 years ago
  nickysn ea8fc43f52 * free the old block in win16 global heap reallocmem 8 years ago
  nickysn d3d60568e7 * fix invalid pointer access in the handling of WM_PAINT before InitVideo has 8 years ago
  nickysn 87846323c2 + destroy the win16 video unit window in DoneVideo 8 years ago
  nickysn 163ee92ef5 * handle gracefully freeing a subblock that is located at the end of its block 8 years ago
  nickysn 87d5cc014f * merge with both the previous and next adjacent free blocks in the win16 global 8 years ago
  nickysn 6228fc2748 + initial implementation of a win16 global heap manager that does support suballocation for small blocks 8 years ago
  marco 2cf1d1d51d * enhmetafileproc/enummetafileproc fix. Reported by Oleg, mantis #32751 8 years ago
  joost 19db86cafa * Fixed mem-leak in TWebHandler 8 years ago
  nickysn 7763942907 * fixed the 'Unsupported fixup location type' error messages in the MZ internal 8 years ago
  nickysn 07c18c8689 * fixed snapshot building of win16-i8086 in the medium memory model, via the use of FarAddr() 8 years ago
  nickysn b571f48735 * fixed the return type of FarAddr(), so that it is assignment compatible to 8 years ago
  nickysn 78e0f6c68b + added an i8086-specific FarAddr() function, similar to Addr(), but always 8 years ago
  florian 7741b495bd - duplicate defintion of TBoundArray removed, resolves #32530 8 years ago
  florian 04738ff2a6 + shlobj: SHGetKnownFolderPath 8 years ago
  florian a650d346f1 * optimized for speed UpCase/LowerCase for UnicodeChar, based on a patch by AlexeyT, resolves #32638 8 years ago
  florian 46ab35edb3 * apply MovOpMov2Op also to inc and dec 8 years ago
  florian 8e3d23a23e + patch by Florian Immenroth: MagickSetResolution added 8 years ago
  florian 32f305d2a8 o patch by Ondrej Pokorny: adds a simple box/pixelate interpolation to fcl-image, resolves #32665 8 years ago
  florian 2be94d3c78 * fix building on win64 with FPC_SOFT_FPUX80 defined, resolves #32502 8 years ago
  florian 0c07db3904 * made libcups initialization/finalization more threadsafe 8 years ago
  florian 4b8dcd676c * libcups interface unit included in FPC, resolves #32729 8 years ago
  nickysn 44f04d39a4 + added asm optimized implementations of StrLower() and StrUpper() for i8086 8 years ago
  nickysn 51489f9186 + added test for the StrUpper() and StrLower() functions in the strings unit 8 years ago
  nickysn 5595a74609 + i8086 asm implementation of StrEnd() 8 years ago
  nickysn 39dc58de09 - removed one asm instruction from i386's StrEnd() implementation 8 years ago
  nickysn 3d108d5e51 + enabled the i386 asm optimized strcomp (was previously disabled due to wrong ifndef) 8 years ago
  nickysn c464f7fa56 * fixed the SEG inline asm directive when used with 32-bit registers on the i8086 target 8 years ago
  marco 89da7ad63e * zero out timeval/zone before use. zoneinfo of gettimeofday is often 8 years ago