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
/
inc
/
astrings.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* made setstring() a compiler intrinsic so it can set the compile-time
jonas
2014-10-12
1
-4
/
+20
*
* local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpa...
nickysn
2014-03-23
1
-1
/
+1
*
Added support for 8-bit CPU's in RTL. Mostly for missing implementations of i...
laksen
2014-03-04
1
-0
/
+84
*
* local variables in fpc_AnsiStr_Concat_multi changed from longint to nativeint
nickysn
2014-03-02
1
-1
/
+1
*
* fixed crash when concatenating more than 2 ansistrings that are all empty
jonas
2013-11-22
1
-2
/
+7
*
* don't convert ansistrings when calling setcodepage() with a code page
jonas
2013-08-19
1
-3
/
+12
*
* never change the code page of a non-empty string when calling setlength on
jonas
2013-08-19
1
-6
/
+7
*
* synchronised with trunk up to r25167 (fixes glib compilation via r25164,
jonas
2013-07-24
1
-17
/
+28
|
\
|
*
* prevent going through (the expensive) InternalSetCodePage when changing
jonas
2013-06-27
1
-2
/
+6
|
*
* removed all ver2_* defines older than 2_4. 2_4 can probably also get rem...
marco
2013-06-25
1
-13
/
+13
|
*
* split SetCodePage into a wrapper and a function doing the real work to get ...
florian
2013-06-22
1
-4
/
+11
*
|
* when concatenating ansistrings, do not map CP_NONE (rawbytestring) to
jonas
2013-07-19
1
-33
/
+56
*
|
+ support for CP_OEMCP
jonas
2013-07-12
1
-41
/
+31
*
|
- removed stray stringcodepage assignment in fpc_AnsiStr_Concat_multi()
jonas
2013-07-12
1
-3
/
+1
*
|
* synchronised with trunk up to r24912
jonas
2013-06-17
1
-20
/
+62
|
\
\
|
|
/
|
*
+ added RTL helpers for Val() for longint/dword on 16/8-bit CPUs
nickysn
2013-03-29
1
-0
/
+32
|
*
+ added Str() helpers for 32-bit ints for 16/8-bit CPUs
nickysn
2013-03-25
1
-0
/
+24
|
*
* made the pascal name of the string range checking helpers match
jonas
2013-01-06
1
-4
/
+4
|
*
- removed FPC 2.4 bootstrapping support
jonas
2013-01-06
1
-16
/
+0
|
*
* Update ansistring header record explanation
michael
2012-12-29
1
-0
/
+2
*
|
+ rtldefs.inc file for every target that contains defines shared by multiple
jonas
2012-09-27
1
-0
/
+12
|
/
*
* don't create temporary ansistrings with codepage DefaultSystemCodePage
jonas
2012-09-17
1
-22
/
+14
*
Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in ...
pierre
2012-07-12
1
-3
/
+3
*
* synchronised with trunk up to r21067
jonas
2012-04-26
1
-1
/
+1
|
\
|
*
rtl: reduce amount of warnings regards implicit string conversions + little f...
paul
2012-04-19
1
-1
/
+1
*
|
* fixed genmultistringadd() optimization for jvm and enabled it
jonas
2012-04-16
1
-7
/
+9
*
|
* merged trunk up to r20882
jonas
2012-04-15
1
-338
/
+502
|
\
\
|
|
/
|
*
fpc: don't treat codepage as different if one element of array has CP_ACP cod...
paul
2012-02-20
1
-1
/
+4
|
*
rtl: remove spaces
paul
2012-02-09
1
-2
/
+2
|
*
* Removed 'first' field and 'packed' attribute from TAnsiRec and TUnicodeRec....
sergei
2012-02-07
1
-8
/
+6
|
*
* fpc_ansistr_concat, refactoring and minor fix:
sergei
2012-02-03
1
-24
/
+37
|
*
* fpc_ansistr_setlength: fixed/refactored:
sergei
2012-02-01
1
-37
/
+22
|
*
Values of managed variables are never ever used after decrementing reference ...
sergei
2012-01-19
1
-4
/
+2
|
*
- Cleaned out STR_CONCAT_PROCS define
sergei
2011-12-17
1
-57
/
+0
|
*
- Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Someb...
sergei
2011-12-14
1
-51
/
+0
|
*
rtl: fix fpc_AnsiStr_To_AnsiStr source codepage check (less conversions shoul...
paul
2011-10-25
1
-0
/
+2
|
*
compiler:
paul
2011-10-20
1
-16
/
+16
|
*
rtl: set string codepage for all cases in fpc_AnsiStr_Concat
paul
2011-10-19
1
-1
/
+1
|
*
rtl: don't convert strings on compare if one of them is empty
paul
2011-10-10
1
-0
/
+11
|
*
rtl: don't perform string conversion if source string is in CP_NONE encoding ...
paul
2011-10-08
1
-1
/
+3
|
*
rtl: move some CP_xxx constants from syswin into systemh for generic use, red...
paul
2011-10-04
1
-16
/
+16
|
*
rtl: cleanup
paul
2011-10-04
1
-1
/
+0
|
*
rtl: remove fpc_ansistr_append_xxx routines which are no longer used by the c...
paul
2011-09-30
1
-43
/
+1
|
*
rtl: replace PChar -> PAnsiChar, Char -> AnsiChar in astrings.inc routines
paul
2011-09-30
1
-21
/
+21
|
*
rtl: eat $ffff encoding in more routines, fix Insert() procedure to preserve ...
paul
2011-09-30
1
-13
/
+17
|
*
rtl: replace AnsiString to RawByteString arguments for Val() functions
paul
2011-09-30
1
-7
/
+7
|
*
compiler, rtl: pass codepage argument to all ansistring str() helpers to retu...
paul
2011-09-30
1
-8
/
+32
|
*
compiler: don't return te_eual when we convert from RawByteString to another ...
paul
2011-09-29
1
-1
/
+1
|
*
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...
florian
2011-09-27
1
-8
/
+4
|
*
compiler + rtl: pass codepage to fpc_CharArray_To_AnsiStr to get the preserve...
paul
2011-09-26
1
-2
/
+14
[next]