Commit History

Author SHA1 Message Date
  nickysn 87d5cc014f * merge with both the previous and next adjacent free blocks in the win16 global 7 years ago
  nickysn 6228fc2748 + initial implementation of a win16 global heap manager that does support suballocation for small blocks 7 years ago
  marco 2cf1d1d51d * enhmetafileproc/enummetafileproc fix. Reported by Oleg, mantis #32751 7 years ago
  joost 19db86cafa * Fixed mem-leak in TWebHandler 7 years ago
  nickysn 7763942907 * fixed the 'Unsupported fixup location type' error messages in the MZ internal 7 years ago
  nickysn 07c18c8689 * fixed snapshot building of win16-i8086 in the medium memory model, via the use of FarAddr() 7 years ago
  nickysn b571f48735 * fixed the return type of FarAddr(), so that it is assignment compatible to 7 years ago
  nickysn 78e0f6c68b + added an i8086-specific FarAddr() function, similar to Addr(), but always 7 years ago
  florian 7741b495bd - duplicate defintion of TBoundArray removed, resolves #32530 7 years ago
  florian 04738ff2a6 + shlobj: SHGetKnownFolderPath 7 years ago
  florian a650d346f1 * optimized for speed UpCase/LowerCase for UnicodeChar, based on a patch by AlexeyT, resolves #32638 7 years ago
  florian 46ab35edb3 * apply MovOpMov2Op also to inc and dec 7 years ago
  florian 8e3d23a23e + patch by Florian Immenroth: MagickSetResolution added 7 years ago
  florian 32f305d2a8 o patch by Ondrej Pokorny: adds a simple box/pixelate interpolation to fcl-image, resolves #32665 7 years ago
  florian 2be94d3c78 * fix building on win64 with FPC_SOFT_FPUX80 defined, resolves #32502 7 years ago
  florian 0c07db3904 * made libcups initialization/finalization more threadsafe 7 years ago
  florian 4b8dcd676c * libcups interface unit included in FPC, resolves #32729 7 years ago
  nickysn 44f04d39a4 + added asm optimized implementations of StrLower() and StrUpper() for i8086 7 years ago
  nickysn 51489f9186 + added test for the StrUpper() and StrLower() functions in the strings unit 7 years ago
  nickysn 5595a74609 + i8086 asm implementation of StrEnd() 7 years ago
  nickysn 39dc58de09 - removed one asm instruction from i386's StrEnd() implementation 7 years ago
  nickysn 3d108d5e51 + enabled the i386 asm optimized strcomp (was previously disabled due to wrong ifndef) 7 years ago
  nickysn c464f7fa56 * fixed the SEG inline asm directive when used with 32-bit registers on the i8086 target 7 years ago
  marco 89da7ad63e * zero out timeval/zone before use. zoneinfo of gettimeofday is often 7 years ago
  pierre c63981e5b5 Fix msdos failure due to copy/paste error in previous commit 7 years ago
  Mattias Gaertner 5d943aeeed fcl-passrc: resolver: fixed procedure modifier overload with multiple units 7 years ago
  florian 0f637434a3 * disable test on avr 7 years ago
  florian cb087279d6 * do not generate an andi if the constant is 255 7 years ago
  florian 366360d36c * LdiMov/Cp2Ldi/Cpi may not be performed if reg0=reg1 7 years ago
  florian 010a6f5016 + shift by 8 and 16 on 8 and 16 bit cpus by simple register moves 7 years ago