florian
|
ee89e99189
* correctly write an error if one tries to implement a method introduced in a generic in a specialization of the generic, resolves issue #23169
|
10 years ago |
Jonas Maebe
|
e3ddf1c0b7
* fixed typos in error.msg (patch by Stéphane Aulery, mantis #27931)
|
10 years ago |
nickysn
|
bde7d0aacb
+ added "code segment too large" and "data segment too large" error messages
|
10 years ago |
Jonas Maebe
|
3684e7665d
* changed temporary type_e_anonymous_function_unsupported message into an
|
10 years ago |
michael
|
b2caba585d
* Patch from Stéphane Aulery to fix typos in compiler messages (bug ID 27857)
|
10 years ago |
nickysn
|
470fb65e80
+ implemented aasmcpu.process_ea for i8086
|
10 years ago |
florian
|
9ab9e03650
* limit number of possible units with initialization/finalization for a certain architecture to high(aint)
|
10 years ago |
florian
|
91db2a1698
+ report when compilation of a unit is stopped because it has been already compiled during the recursive search in uses clauses
|
10 years ago |
Jonas Maebe
|
3b5adcb3de
+ print iphonesim/x86_86-specific command line options in the help
|
10 years ago |
Jonas Maebe
|
dcb6f2baae
+ print Darwin/AArch64-specific command line options in the help
|
10 years ago |
Jonas Maebe
|
146e3bcb9e
* synchronised with trunk till r29513
|
10 years ago |
Jonas Maebe
|
e97f31541e
- reverted partial commit of merge
|
10 years ago |
Jonas Maebe
|
a76bbf363d
* synchronised with trunk r29513
|
10 years ago |
Jonas Maebe
|
990e47f2d3
* give a warning instead of an error if a parameter or local variable in a
|
10 years ago |
florian
|
d25dbec070
* allow the varargs directive in combination with stdcall as well, resolves #27299
|
10 years ago |
Tomas Hajny
|
b1e51054cb
* add information about -vz to the help pages
|
10 years ago |
pierre
|
18fe66b0e7
|
10 years ago |
svenbarth
|
af43e5e3e9
Fix for Mantis #24872.
|
10 years ago |
florian
|
9b6b029ca1
* patch by Yuri Zaporozhets to fix typos in text messages, resolves #27250
|
10 years ago |
florian
|
2c26c35eb6
* updated copyright year to 2015
|
10 years ago |
Tomas Hajny
|
ee82b6ea0b
* do not mention OS/2 and EMX on option list for x86_64
|
10 years ago |
florian
|
4289dd667d
* managed types cause a different warning/hint when they are
|
10 years ago |
florian
|
bb01872821
+ handle -CPPACKENUM and -CPPACKRECORD, resolves #27153
|
10 years ago |
michael
|
a127bfa51d
* Fixed tex marker
|
10 years ago |
svenbarth
|
e614914016
Fix a grammatical error in warning asmr_w_global_access_without_got
|
10 years ago |
florian
|
25e19f27a0
+ write name of missing feature in error message
|
10 years ago |
svenbarth
|
2288df9fcf
Fix for Mantis #27073. The -vx option is not only for Win32, but in fact for information about tool invocation on all platforms.
|
10 years ago |
Tomas Hajny
|
4c98113569
* note about multiple 't' in -gt added to the help page
|
10 years ago |
Tomas Hajny
|
fc17e318b0
* add some previously missing options to the help page, add support for listing recognized compiler and RTL features in -i and allow skipping an empty section (controllertypes) in -i listing by providing support of multiple output lines based on one source line in the msg file using $\n as newline
|
10 years ago |
Tomas Hajny
|
f7e6ea56d9
* support for machine-parseable output of information in fpc -i plus improvements in help (including previously missing information for some less used platforms
|
10 years ago |