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
/
msg
Commit message (
Expand
)
Author
Age
Files
Lines
*
* added description for option @ and missing bracket at the end of list for -P
hajny
2014-07-08
1
-2
/
+3
*
+ added error message in case the HUGEPOINTERNORMALIZATION directive is used
nickysn
2014-07-04
1
-1
/
+4
*
- rm the scan_w_hugepointernormalization_not_support message, replaced with
nickysn
2014-07-04
1
-3
/
+1
*
As discussed on core enable the abstract class construction warning by defaul...
svenbarth
2014-07-02
1
-1
/
+1
*
* update of German error message files by Karl-Michael Schindler
jonas
2014-07-02
2
-154
/
+324
*
Add a new warning message that is generated if an instance of an abstract cla...
svenbarth
2014-07-01
1
-1
/
+4
*
+ added a $HUGEPOINTERNORMALIZATION switch
nickysn
2014-06-27
1
-1
/
+3
*
+ added warning in case a far pointer is declared on a platform that does not
nickysn
2014-06-27
1
-1
/
+5
*
+ added the compact and large memory models to the compiler command line option
nickysn
2014-06-26
1
-0
/
+2
*
* show an error if the user attempts to create a dos .com file in an i8086
nickysn
2014-06-26
1
-1
/
+2
*
+ added a warning if HeapMax<HeapMin is specified with the $M directive
nickysn
2014-06-24
1
-1
/
+4
*
* don't allow default parameter values for parameter types that don't accept
jonas
2014-06-20
1
-1
/
+7
*
+ added warning in case of an $M directive with an invalid stack size specified
nickysn
2014-06-15
1
-1
/
+6
*
* Updated header: this file is in cp866 encoding.
sergei
2014-05-27
1
-1
/
+1
*
+ show an error message 'procedure must be far' if an attempt is made to convert
nickysn
2014-04-13
1
-1
/
+4
*
+ support for FMA intrinsic: if there is no hardware support, the compiler th...
florian
2014-04-13
1
-1
/
+5
*
* changed the severity of messages showing overloaded routines with all
jonas
2014-04-10
1
-0
/
+2
*
* check all overloaded routines for mangled name conflicts on the JVM
jonas
2014-04-10
1
-1
/
+6
*
Force external linker for nasm smartlinking
pierre
2014-04-10
1
-1
/
+2
*
* also check for targets not supporting -gc/checkpointer functionality in
jonas
2014-03-13
1
-1
/
+3
*
* replaced some aren't, weren't, can't by are not, were not, cannot
florian
2014-02-22
1
-101
/
+101
*
* updated year in logo from 2013 to 2014
florian
2014-02-22
20
-21
/
+21
*
+ Require -d and -u command line options to have an argument, Mantis #25082.
sergei
2014-02-12
1
-1
/
+5
*
* Add different message for static libraary not supported
pierre
2014-01-27
1
-1
/
+4
*
Add -h output for new assemblers
pierre
2014-01-21
1
-0
/
+10
*
Add help output for new -ao option to set asmextraopt
pierre
2014-01-21
1
-0
/
+1
*
compiler: fix error message (was error message about resourcestring for prope...
paul
2014-01-05
1
-1
/
+4
*
compiler:
paul
2014-01-04
1
-0
/
+1
*
compiler:
paul
2013-10-08
3
-6
/
+6
*
+ added the new -CTcld option to the help screen
nickysn
2013-09-28
1
-0
/
+6
*
+ documented the new options -Wtexe and -Wtcom in the fpc help
nickysn
2013-09-21
1
-0
/
+3
*
+ fpc -i now writes also the available inline assembler input modes
florian
2013-09-13
1
-0
/
+3
*
compiler: add a check for srsym <> nil since try_consume_unitsym may change s...
paul
2013-09-05
20
-40
/
+40
*
+ -CTinitlocals switch for the JVM that initialises all local variables
jonas
2013-08-29
1
-4
/
+5
*
+ -CTlowercaseprocstart switch to lowercase the first character of routines
jonas
2013-08-29
1
-0
/
+1
*
* fixed help page for -C3 as mentioned by Dmitry Boyarintsev on the mailing list
florian
2013-08-26
1
-2
/
+2
*
+ arm: tsettings.instructionset
florian
2013-08-25
1
-0
/
+1
*
+ added i8086 memory model flags to the ppu flags and added a check that prev...
nickysn
2013-08-25
1
-0
/
+3
*
o error message file update by Karl-Michael Schindler:
florian
2013-06-18
3
-13
/
+51
*
* nostackframe now results in an error if used on pascal subroutines
florian
2013-06-16
3
-3
/
+3
*
Disallow the usage of the inline assembler inside generics, because there are...
svenbarth
2013-06-13
1
-1
/
+3
*
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is De...
svenbarth
2013-06-13
1
-1
/
+7
*
+ medium memory model added to the compiler help messages
nickysn
2013-06-10
1
-0
/
+1
*
+ implemented the tiny memory model for i8086-msdos; we now produce working d...
nickysn
2013-06-02
1
-0
/
+4
*
* "can not" -> "cannot"
jonas
2013-03-26
1
-3
/
+3
*
* fixed lazy english
florian
2013-03-23
1
-1
/
+1
*
Don't allow "static" for class operators or normal methods (except in objects).
svenbarth
2013-03-20
1
-1
/
+4
*
+ warn if one of the linux libc startup code files is not found
florian
2013-03-17
1
-0
/
+3
*
* updates of german message files by Karl-Michael Schindler
florian
2013-02-14
2
-381
/
+397
*
Disallow "protected" and "strict protected" in extended records (Delphi compa...
svenbarth
2013-02-11
1
-1
/
+6
[next]