yury
|
578c91f69d
* Create instance of tdosinputfile instead of tinputfile to prevent warning about abstract methods.
|
17 vuotta sitten |
yury
|
8ce526d760
* Removed unused abstract method tcg.getflagregister
|
17 vuotta sitten |
yury
|
d5c0ba9a1e
* Improved warning about constructing class instance with abstract methods. Warning is issued for each method and method name is specified in the message. It makes easy to find out which abstract methods still not overrode.
|
17 vuotta sitten |
yury
|
a039dd6942
* Fixed warnings about hiding inherited method.
|
17 vuotta sitten |
yury
|
bf454fad71
* Added function result for unimplemented methods to prevent warnings.
|
17 vuotta sitten |
yury
|
72aa4f8cdd
* Fixed warnings about uninitialized record fields.
|
17 vuotta sitten |
yury
|
453e82e001
* Don't use dispose for memory allocated with getmem.
|
17 vuotta sitten |
yury
|
2f5d8b0381
* Fixed unreachable code warnings.
|
17 vuotta sitten |
yury
|
451a290caf
* Fixed 'mixed signed/unsigned' and pointer conversion warnings.
|
17 vuotta sitten |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 vuotta sitten |
yury
|
fd0ed50331
* Removed/commented more unused variables.
|
17 vuotta sitten |
yury
|
6c6bf452ca
* Fixed level 2 comment warnings.
|
17 vuotta sitten |
yury
|
6daceb38f6
* Fixed unreachable code warnings.
|
17 vuotta sitten |
yury
|
cf7390ea81
* Fixed 'mixed signed/unsigned' and pointer conversion warnings.
|
17 vuotta sitten |
yury
|
5548824859
* Removed/ifdefed/commented unused local variables.
|
17 vuotta sitten |
yury
|
e25713515b
* Fixed memory leak.
|
17 vuotta sitten |
Almindor
|
87fa11fbd2
* add initial gtk2ext unit for optional gtk2.8+ stuff
|
17 vuotta sitten |
marco
|
8267078e69
* (bug 6173) invalid drive when browsing over directories that start with a dot in Linux with the IDE's opendialog.
|
17 vuotta sitten |
marco
|
c43e674824
* 160 clsids, with a fix for Felipe's IShelllink problem.
|
17 vuotta sitten |
yury
|
d5a3a28379
* Set PE_FILE_LARGE_ADDRESS_AWARE flag for win64 executables to allow access more than 2GB of memory.
|
17 vuotta sitten |
Jonas Maebe
|
0c002889b0
+ fpchown() for FPC_USE_LIBC (by Tobias Giesen, mantis #11705)
|
17 vuotta sitten |
florian
|
502b41a277
* fixes reading/writing of extended properties on arm-linux, by Koenraad Lelong
|
17 vuotta sitten |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
17 vuotta sitten |
yury
|
efb280e0e9
* Use system_wince in all places.
|
17 vuotta sitten |
yury
|
0e17d9e4d9
* Use system_wince instead of [system_arm_wince,system_i386_wince].
|
17 vuotta sitten |
yury
|
65dffb0e7c
* wince readme.txt is outdated. Leave link to wiki page only.
|
17 vuotta sitten |
yury
|
06ba5b7c2e
* Compile fpintres just after system unit.
|
17 vuotta sitten |
giulio
|
157b00a44a
IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x
|
17 vuotta sitten |
yury
|
22df9855d9
* For some unknown reason WM 6.1 requires .idata section to be read only. Otherwise it refuses to load DLLs greater than 64KB. Earlier versions of WinCE load DLLs regardless of .idata flags.
|
17 vuotta sitten |
Jonas Maebe
|
1251ec996b
- removed $(SYSTEMUNIT)$(PPUEXT) from the macpas unit dependencies
|
17 vuotta sitten |