index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
pdecsub.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* set the rangedef of open arrays to ptrsinttype (instead of s32inttype),
jonas
2014-06-15
1
-1
/
+1
*
Added support for partial specialization. This should fix a few problems with...
svenbarth
2014-06-05
1
-5
/
+32
*
+ added virtual methods tabstractprocdef.declared_far and .declared_near, which
nickysn
2014-04-12
1
-2
/
+2
*
Fix for Mantis #25959.
svenbarth
2014-04-04
1
-1
/
+7
*
* moved amiga/morphos-specific libsym-related field from tprocdef to
jonas
2014-04-01
1
-4
/
+4
*
+ support overriding tdef/tsym methods with target-specific functionality:
jonas
2014-03-29
1
-14
/
+14
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+10
*
+ noreturn directive
florian
2013-11-10
1
-1
/
+10
*
Refactor tobjectdef.find_implemented_interface out into unit defcmp so that t...
svenbarth
2013-10-23
1
-1
/
+1
*
compiler:
paul
2013-10-08
1
-1
/
+1
*
- undo hack from r25713
jonas
2013-10-07
1
-1
/
+1
*
compiler: temporary disable hint directive parse if objectivec1 modeswitch set
paul
2013-10-07
1
-1
/
+1
*
compiler: check modeswitches first
paul
2013-10-07
1
-1
/
+1
*
fpc: allow hint directives between other procedure directives in Delphi mode ...
paul
2013-10-07
1
-1
/
+4
*
compiler: allow comparative operators to have result other than Boolean. Reas...
paul
2013-09-16
1
-4
/
+0
*
compiler: allow to hide parent function identifier inside them (by a nested f...
paul
2013-09-05
1
-0
/
+8
*
- Reverted r25269 and commented out r25261. The former one is wrong because i...
sergei
2013-08-16
1
-1
/
+4
*
* Implicitly use Variants unit when (ole)Variant type appears as a function/o...
sergei
2013-08-16
1
-1
/
+5
*
Fix bug report 24612:
pierre
2013-06-17
1
-1
/
+9
*
* nostackframe now results in an error if used on pascal subroutines
florian
2013-06-16
1
-1
/
+1
*
Fix for Mantis #22433.
svenbarth
2013-04-08
1
-1
/
+6
*
Don't allow "static" for class operators or normal methods (except in objects).
svenbarth
2013-03-20
1
-2
/
+13
*
Small optimization for the search of operator overloads. Add a flag "sto_has_...
svenbarth
2013-03-04
1
-1
/
+3
*
Fix a memory leak spotted by Blaise Thorn
svenbarth
2013-01-30
1
-29
/
+26
*
Add support for generic type constraints. They are currently only useful to s...
svenbarth
2012-12-16
1
-1
/
+1
*
o merge of the branch laksen/arm-embedded of Jeppe Johansen:
florian
2012-10-21
1
-17
/
+0
*
Add warning/error message about possible problems with nostackframe modifier
pierre
2012-10-16
1
-0
/
+3
*
* cleanup some unused units from uses clauses
florian
2012-09-21
1
-4
/
+5
*
* support the "overload" modifier for Objective-C methods
jonas
2012-09-11
1
-1
/
+1
*
* address parameters must be vr_addr regable
florian
2012-09-11
1
-1
/
+1
*
* use the parsed node type for checking the validity of default parameter
jonas
2012-08-29
1
-7
/
+1
*
* give an error when trying to give a parameter of a non-simple type a
jonas
2012-08-06
1
-21
/
+51
*
+ introduce cstylearrayofconst because pocall_mwcall was forgotten at several...
florian
2012-08-05
1
-1
/
+1
*
* don't turn constref shortstring parameters into openstrings (they can't
jonas
2012-06-24
1
-1
/
+1
*
Fix for Mantis #21064.
svenbarth
2012-06-20
1
-4
/
+59
*
Fix for Mantis #21457
svenbarth
2012-06-12
1
-2
/
+5
*
* give an error if a routine definition defines default values for
jonas
2012-06-07
1
-4
/
+11
*
+ implement auto inlining (-Ooautoinline)
florian
2012-05-19
1
-2
/
+2
*
* pdecsub.pas, parse_proc_dec: always parse operator overload heads as block ...
svenbarth
2012-05-09
1
-0
/
+7
*
* merged trunk up to r20882
jonas
2012-04-15
1
-162
/
+252
|
\
|
*
* inline is only a hint to the compiler which might be ignored so throw only ...
florian
2012-03-25
1
-2
/
+2
|
*
* also show the valid bounds in most cases when signalling a range check
jonas
2012-03-10
1
-5
/
+5
|
*
compiler:
paul
2012-01-24
1
-86
/
+101
|
*
* Disallow placing hidden 'high' parameter in register if it will be accessed...
sergei
2012-01-14
1
-0
/
+5
|
*
Merging of generics branch of Sven Barth
florian
2011-12-06
1
-64
/
+51
|
*
* An open array/array of const parameter passed by value and requiring a loca...
sergei
2011-12-06
1
-1
/
+1
|
*
compiler: push nested class hierarchy for parsing nested procedures arguments...
paul
2011-11-16
1
-2
/
+2
|
*
* require that "overload" is present in the interface if it's used in the
jonas
2011-10-15
1
-2
/
+7
|
*
--- Merging r19281 into '.':
florian
2011-10-03
1
-1
/
+1
|
*
* give a proper error when a type identifier is missing in a
jonas
2011-09-25
1
-1
/
+4
[next]