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