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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pastojs: filer: generic class
mattias
2020-01-16
4
-12
/
+38
*
* Remove debug statement, patch by Pascal Riekenberg (Bug ID 36585)
michael
2020-01-16
1
-0
/
+2
*
* Patch from Pascal Riekenberg to fix running a report twice. (Bug ID 36592)
michael
2020-01-16
1
-0
/
+1
*
pastojs: filer: anonymous procedure
mattias
2020-01-15
2
-0
/
+57
*
pastojs: filer: try-except
mattias
2020-01-15
3
-50
/
+281
*
pastojs: filer: with-do
mattias
2020-01-15
3
-407
/
+556
*
Two static inline constructors
marco
2020-01-15
1
-0
/
+13
*
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
florian
2020-01-14
30
-67
/
+2022
*
TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncodi...
ondrej
2020-01-14
1
-1
/
+1
*
TStrings: default options:
ondrej
2020-01-14
1
-1
/
+1
*
Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) sho...
ondrej
2020-01-14
1
-1
/
+1
*
TStrings: add missing SaveToFile overload with IgnoreEncoding parameter
ondrej
2020-01-14
2
-0
/
+16
*
TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Enco...
ondrej
2020-01-14
1
-1
/
+1
*
TIniFile: allow to set Encoding
ondrej
2020-01-14
1
-7
/
+24
*
TIniFile: fix encoding support:
ondrej
2020-01-14
1
-5
/
+36
*
IniFiles: fix OwnsEncoding default values
ondrej
2020-01-14
1
-2
/
+4
*
TIniFile: remove obsolete FBOM (it will be implemented with TEncoding support)
ondrej
2020-01-14
1
-17
/
+0
*
- RISC-V: Add controller types for common RV32 MCUs.
laksen
2020-01-13
9
-9
/
+2321
*
- RISC-V: Share optimizations between 32 and 64-bit.
laksen
2020-01-13
5
-331
/
+546
*
- Handle jump optimizations on RISC-V
laksen
2020-01-13
1
-5
/
+10
*
* ensure the rtl and the packages for embedded compile with features except...
florian
2020-01-13
6
-36
/
+62
*
* Fix from Pascal Riekenberg to fix nested groups (bug ID 36532)
michael
2020-01-13
1
-9
/
+3
*
SysUtils: add ExpandFileName with a BasePath overload
ondrej
2020-01-13
3
-3
/
+33
*
* patch by Christo Crause: Passing a file name with extension to cross compiler
florian
2020-01-12
1
-6
/
+8
*
* compilation on i386 fixed
florian
2020-01-12
1
-2
/
+2
*
* patch by J. Gareth Moreton: Some cleaning up of OptPass2JMP and OptPass2M...
florian
2020-01-12
1
-26
/
+27
*
* patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and ...
florian
2020-01-12
3
-0
/
+49
*
* patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and ...
florian
2020-01-12
1
-3
/
+289
*
+ lazarus project
florian
2020-01-11
1
-0
/
+63
*
* Removed some left-overs of dependencies on specific versions of packages
joost
2020-01-11
3
-6
/
+0
*
* fix for #36554
florian
2020-01-11
2
-1
/
+19
*
* more fixes for loop strength reduction
florian
2020-01-11
2
-4
/
+11
*
* some fixes to loop strength reduction
florian
2020-01-11
1
-7
/
+9
*
* moved conversion of for into while loops in a separate pass, so node opti...
florian
2020-01-11
3
-22
/
+73
*
Examine all exception bits in m68k fpsr register to decide which into which ...
pierre
2020-01-10
1
-27
/
+50
*
Wipe out any pre-existing exception on SetExceptionMask call for m68k cpu
pierre
2020-01-10
1
-0
/
+4
*
* factored out tcgprocinfo.OptimizeNodeTree
florian
2020-01-10
1
-79
/
+88
*
- cleanup comment
florian
2020-01-10
1
-2
/
+0
*
* renamed sum -> defsum to avoid confusion with usesum
florian
2020-01-10
1
-4
/
+4
*
+ CalcUseSum: calculates a sum of all use sets of the current node and its ch...
florian
2020-01-10
2
-0
/
+32
*
* fix for Mantis #36544: provide an overall exception handler for the library...
svenbarth
2020-01-10
4
-0
/
+57
*
* Patch from Pascal Riekenberg to allow saving rendered report to JSON (bug I...
michael
2020-01-10
2
-5
/
+89
*
* Fix from Pascal Riekenberg to fix failing tests
michael
2020-01-10
1
-28
/
+32
*
* get paramstr(0) only if really needed
florian
2020-01-09
1
-15
/
+14
*
Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel...
pierre
2020-01-09
2
-2
/
+9
*
Avoid using <> for floating point values, check that abs of difference is sma...
pierre
2020-01-09
1
-3
/
+3
*
* Do not raise error in case of warning (bug ID 36541)
michael
2020-01-09
1
-1
/
+1
*
+ Enable FPU exception handling for m68k processor
pierre
2020-01-08
1
-0
/
+3
*
Try to correctly handle m68k exceptions bits inside SetExceptionMask function
pierre
2020-01-08
1
-5
/
+13
*
* Pass INSTALL_LIBDIR to fpmake
joost
2020-01-08
4
-0
/
+12
[next]