florian
|
5086cf7e72
* set packenum and setalloc to defined values when changing mode, resolves #40056
|
1 жил өмнө |
Michaël Van Canneyt
|
462c201ce6
* Introduce m_processed
|
1 жил өмнө |
Michaël Van Canneyt
|
6f7481fd24
* Remove freeold from set_current_scanner
|
1 жил өмнө |
Michaël Van Canneyt
|
93ae6261cc
* Make current_scanner a function/procedure to better control lifetime
|
1 жил өмнө |
Michaël Van Canneyt
|
fe62b3ace8
* Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently
|
1 жил өмнө |
florian
|
2575cbc439
* complain about turned off support of c style operators only in the parser,
|
1 жил өмнө |
Pierre Muller
|
952f4bae17
Fix wrong explicit typecast of srsym variable (caught by -CR option)
|
1 жил өмнө |
Ryan Joseph
|
a31f37b5e5
+ Implement support for parsing sets in preprocessor directives
|
2 жил өмнө |
florian
|
e5de38c42d
* patch by lagprogramming: Improvement of function SetCompileModeSwitch, resolves #40525
|
1 жил өмнө |
Michael VAN CANNEYT
|
f364bb6b11
* Forbid use of string alias in system unit
|
2 жил өмнө |
Pierre Muller
|
c38cc828e8
Add new test code to verify that tentfile.buf limits are not overpassed
|
2 жил өмнө |
Pierre Muller
|
aaf356ba9f
Avoid read past buffer end for empty source when checking for utf-8 signature
|
2 жил өмнө |
florian
|
488c389b9b
+ support FILEEXISTS(...) in preprocessor expressions, resolves #39527
|
2 жил өмнө |
florian
|
ece59f2534
* also count the use of enum syms in preprocessor expressions correctly
|
2 жил өмнө |
florian
|
8ef0f59025
* mark constant symbols used in preprocessor expressions as used, resolves #40108
|
2 жил өмнө |
Sven/Sarah Barth
|
188cac3bc6
* enable OpenStrings by default in mode Delphi
|
2 жил өмнө |
florian
|
dbbb91705f
* improved fix for #39912
|
2 жил өмнө |
florian
|
af1194de4d
* end of an include file works like a new line with regard to single line (//) comments, resolves #39912
|
2 жил өмнө |
Jonas Maebe
|
b0e1867b4c
symcreat: support for scanner/parser escape sequences
|
2 жил өмнө |
florian
|
8363c48863
* patch by rika: simplify tscannerfile.readstring, resolves #39835
|
3 жил өмнө |
Pierre Muller
|
5acd7a7b83
Rename tsymtable.insert and delete methods to insertsym ands deletesym
|
3 жил өмнө |
Karoly Balogh
|
ff68e7b9de
* m68k-atari: override the exeext globally, not just at the final step of the linking. this fixes 'Linking <exename>.ttp' messages, when in fact <exename>.prg gets generated
|
3 жил өмнө |
florian
|
2a93e65511
* seperator => separator
|
3 жил өмнө |
florian
|
d2447026de
+ modeswitch UNDERSCOREISSEPERATOR, active by default in delphi modes:
|
3 жил өмнө |
Florian Klämpfl
|
25eab57a58
* allow %... for binary constants in delphi mode, resolves #39503
|
3 жил өмнө |
florian
|
e4ee8fa6a2
* patch by Rika to pass some strings by reference, resolves #39338
|
3 жил өмнө |
florian
|
dcb1fcd9b8
+ support $lgeacyifend directive, resolves #37676
|
3 жил өмнө |
florian
|
ff3acfb8cd
* cleanup of 2.7.0 defines
|
3 жил өмнө |
florian
|
77cc2f4ced
* decrease macro nesting counter early when expanding empty macro
|
4 жил өмнө |
Jonas Maebe
|
ff3f812d97
* fix conversion of true/false macro definitions to boolean values
|
4 жил өмнө |