Pierre Muller
|
8184287ec0
Fix for variables longer than 127 chars
|
3 年之前 |
Jonas Maebe
|
fcaea21075
SymAnsiStr: fix "make all" and webtbs/tw39661*
|
3 年之前 |
Pierre Muller
|
5acd7a7b83
Rename tsymtable.insert and delete methods to insertsym ands deletesym
|
3 年之前 |
Pierre Muller
|
379c1414a7
Fix for bug report #39661
|
3 年之前 |
Jonas Maebe
|
5e3e4437c4
* use new TSym.EscapedRealName property when creating new symbols with the
|
4 年之前 |
Jonas Maebe
|
312f1436b1
* changed TIDString and tsymentry.realname to TSymStr
|
4 年之前 |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 年之前 |
svenbarth
|
6edf6cad2c
* also check for Nil symtables in tsymtable.includeoption
|
5 年之前 |
svenbarth
|
70ae0a2dc9
+ add a comment to the destructor of tsymtable so that others (and maybe me a well) will hopefully see that the destructor of that class is not completely trivial!
|
7 年之前 |
florian
|
a5bef2a2b9
* prevent new definitions being added to a global unit symtable after compilation of the implementation part started
|
10 年之前 |
paul
|
5aa919c2a8
compiler: have unit interface symtable in stack while parsing implementation uses list (fixes issue #10477)
|
12 年之前 |
Jonas Maebe
|
1bc846dd3c
+ TSymtablestack.getcopyuntil() method that creates a copy of a
|
14 年之前 |
svenbarth
|
f7f357f18e
* symconst.pas:
|
14 年之前 |
svenbarth
|
7cc7826343
- msg*: found a message to reuse
|
14 年之前 |
svenbarth
|
e19bcfae38
Added a flag set to TSymtable that tells whether it contains a class helper symbol, which is currently only used for static- and globalsymtables.
|
14 年之前 |
Jonas Maebe
|
5a2ccfff52
--WARNING: start build process with FPC 2.2.4; won't work when
|
16 年之前 |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
16 年之前 |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 年之前 |
Jonas Maebe
|
597622d313
* moved the forwardchecksyms back to symbase (but the main functionality
|
17 年之前 |
Jonas Maebe
|
0b815a6fff
- removed global "resolving_forward" variable (was no longer used)
|
17 年之前 |
Jonas Maebe
|
156acf3817
* fixed version of r11719 (faster parsing of units with lots of declarations
|
17 年之前 |
Jonas Maebe
|
f35051f76e
- reverted r11719, there are still some problems with it
|
17 年之前 |
Jonas Maebe
|
632abdace8
* keep the syms that need to be checked for forward definitions in a
|
17 年之前 |
peter
|
91dbd27a42
* cleanup deleting of defs
|
18 年之前 |
peter
|
45621c892e
* set vs_initialised for typed consts
|
18 年之前 |
peter
|
0c8796c210
* fix hiding of symbols
|
19 年之前 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 年之前 |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 年之前 |
peter
|
d4d4309e44
* use unique symid and defid per module
|
19 年之前 |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 年之前 |