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
/
rtl
/
objpas
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Add deprecation message
michael
2021-03-23
1
-1
/
+1
*
rtl: remove defines for v2.x compiler from the common part of the RTL. It's n...
karoly
2021-03-23
1
-1
/
+1
*
* make TProxyStream.Check an abstract method; as it is right now one had to o...
svenbarth
2021-01-06
2
-9
/
+1
*
* GlobalNameSpace must EndWrite before it is released to unlock the critical ...
ondrej
2020-11-29
1
-0
/
+3
*
* Fix bug where position is not advanced when calling ReadAnsiString/ReadString
michael
2020-10-07
2
-4
/
+6
*
* simplify TThread.RemoveQueuedEvent - decide what to delete and not what to ...
ondrej
2020-09-30
1
-31
/
+24
*
* when removing a method from the synchronization queue using TThread.RemoveQ...
svenbarth
2020-09-29
1
-1
/
+5
*
* Additional fix for GetDelimitedText
michael
2020-08-27
1
-1
/
+1
*
* TThread.Terminate does not have any platform specific behavior (it should o...
svenbarth
2020-08-22
1
-0
/
+6
*
* Simplified SetDelimitedText
michael
2020-08-21
1
-52
/
+23
*
* Fix bug ID 0037605: Setting quotechar to NULL char disables quoting
michael
2020-08-21
1
-70
/
+76
*
TWriter: fix default value handling for Int64/QWord values. Issue 37525
ondrej
2020-08-09
1
-2
/
+2
*
* Add TerminatedSet (delphi compatibility, bug ID 37388)
michael
2020-07-18
2
-1
/
+9
*
* Fix bug ID 37118
michael
2020-05-20
1
-1
/
+4
*
* clarify dubious case statements
michael
2020-05-18
1
-2
/
+2
*
* fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionalit...
svenbarth
2020-04-28
2
-29
/
+7
*
* Fix wrong start/stop index
michael
2020-04-07
1
-4
/
+4
*
* Fix bug ID 36837: add ToObjectArray, ToStTringArray and SetStrings
michael
2020-04-07
2
-0
/
+56
*
TFileStream: use SysErrorMessage in exception message if available
ondrej
2020-02-17
1
-0
/
+12
*
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
*
classes: add TStringsOption.soPreserveBOM
ondrej
2020-01-03
2
-1
/
+5
*
classes: introduce TRawByteStringStream
ondrej
2020-01-02
2
-0
/
+56
*
classes: add TStrings.Options (Delphi-compatibility)
ondrej
2020-01-02
2
-31
/
+92
*
classes: fix TStrings.SaveToStream overloads (Delphi-compatibility + introduc...
ondrej
2020-01-02
2
-24
/
+62
*
* Fix bug ID 34303, readability opimizations
michael
2019-12-23
1
-2
/
+2
*
* Fix bug 36284: small refactoring
michael
2019-11-12
1
-24
/
+3
*
* Observe doclear
michael
2019-11-08
1
-1
/
+2
*
* Refactor AddDelimitedText/SetDelimitedText
michael
2019-11-08
2
-37
/
+40
*
* Reduce use of Length(aValue) in setdelimitedtext
michael
2019-11-08
1
-18
/
+23
*
* Add AddDelimitedText,AddCommatext by Werner Pamler (bug ID 36249)
michael
2019-11-06
2
-0
/
+37
*
* Add some functional methods to TStrings
michael
2019-11-02
2
-1
/
+235
*
* Fix bug ID 36234: unicodedatastering must be of type unicodestring
michael
2019-11-02
2
-3
/
+3
*
* Fix bug ID 0036246, delphi compatibility property
michael
2019-11-02
2
-0
/
+15
*
* Patch from Serge Anvarov with some optimizations (bug ID 36143)
michael
2019-10-09
2
-36
/
+18
*
* Fix bug ID 36136, wrong reference count caused by missing const in param
michael
2019-10-06
2
-3
/
+3
*
* patch from Ondrej, TVerticalAlignment & TTopBottom
marco
2019-08-25
1
-0
/
+2
*
* Allow context when sorting lists (patch from Ondrej Pokorny, bug ID 0035962)
michael
2019-08-24
2
-0
/
+26
*
* Fix bug ID 0035817
michael
2019-07-11
1
-20
/
+17
*
* Fix non-threading platforms
michael
2019-06-19
1
-0
/
+8
*
* Patch from Pascal Riekenberg to make component loading thread safe (bug ID ...
michael
2019-06-19
2
-5
/
+25
*
* Sort public properties/methods in stringlist
michael
2019-06-04
1
-19
/
+18
*
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
michael
2019-06-04
2
-7
/
+31
*
* Fix bug 35660, introduce prefervaluestonames
michael
2019-06-01
2
-2
/
+9
*
* Patch from Ondrej to remove unnecessary overload keywords
michael
2019-05-14
1
-7
/
+7
*
* Fix bug ID 0035580
michael
2019-05-13
1
-7
/
+7
*
* Fix bug ID 35576
michael
2019-05-13
2
-5
/
+5
[next]