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
/
java
/
jdynarrh.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ support for threadvars in the JVM based on JLThreadLocal; see
jonas
2011-08-23
1
-0
/
+2
*
* fixed fpc_dynarr_copy() for making copies of arrays of implicit pointer
jonas
2011-08-23
1
-0
/
+15
*
* use deep copies rather than cloning when copying array contents
jonas
2011-08-20
1
-1
/
+1
*
+ support for procedural variables for the JVM target
jonas
2011-08-20
1
-0
/
+3
*
+ full support for sets on the JVM target
jonas
2011-08-20
1
-0
/
+6
*
+ shortstring support for the JVM target (including accessing character 0 as
jonas
2011-08-20
1
-0
/
+4
*
+ support for copy(dynarray)
jonas
2011-08-20
1
-0
/
+3
*
* greatly simplified dynamic array handling by making use of the
jonas
2011-08-20
1
-17
/
+3
*
+ unicodestring support for the JVM target (except for multiple adds
jonas
2011-08-20
1
-0
/
+1
*
+ support for (only named, for now) records in the JVM target:
jonas
2011-08-20
1
-0
/
+4
*
* replaced partial manual declarations of some Java classes with
jonas
2011-08-20
1
-1
/
+1
*
+ support for regular arrays and open arrays
jonas
2011-08-20
1
-0
/
+11
*
+ dynamic array support for the JVM target: setlength(), length(), high():
jonas
2011-08-20
1
-0
/
+66