fpc/rtl/java
Jonas Maebe 1a560e9875 * when concatenating ansistrings, do not map CP_NONE (rawbytestring) to
CP_ACP (defaultsystemcodepage), because if all input strings have the
    same code page then the result should also have that code page if it's
    assigned to a rawbytestring rather than getting defaultsystemcodepage
  * do not consider empty strings to determine the code page of the result
    in fpc_AnsiStr_Concat_multi(), because that will cause a different
    result than when using a sequence of fpc_AnsiStr_Concat() calls (it
    ignores empty strings to determine the result code page) and it's also
    slower
  * do not consider the run time code page of the destination string in
    fpc_AnsiStr_Concat(_multi)() because Delphi does not do so either. This
    was introduced in r19118, probably to hide another bug
  + test

git-svn-id: branches/cpstrrtl@25143 -
2013-07-19 16:33:14 +00:00
..
jastringh.inc + AnsistringClass.Create(unicodestring) constructor that implicitly selects 2012-06-27 16:13:47 +00:00
jastrings.inc * when concatenating ansistrings, do not map CP_NONE (rawbytestring) to 2013-07-19 16:33:14 +00:00
java_sys.inc
java_sysh.inc * Avoid line longer than 255 2012-06-13 22:34:49 +00:00
jcompproc.inc * fixed using readstr/writestr inside routines called from the parameter 2013-03-17 14:23:33 +00:00
jdk15.inc
jdk15.pas
jdynarr.inc
jdynarrh.inc
jpvar.inc
jpvarh.inc
jrec.inc
jrech.inc
jset.inc
jseth.inc
jsstringh.inc
jsstrings.inc
jsystem.inc compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367) 2013-05-04 12:47:05 +00:00
jsystemh_types.inc + support for CP_OEMCP 2013-07-12 17:18:24 +00:00
jsystemh.inc * enabled threading feature for jvm target so that rtl/inc/genmath.inc 2013-01-06 15:05:24 +00:00
jtcon.inc
jtconh.inc
jtvar.inc
jtvarh.inc
justringh.inc
justrings.inc + ToSingleByteFileSystemEncodedFileName(array of widechar) overload for more 2013-07-19 16:31:21 +00:00
jwin2javacharset.inc
Makefile Regenerate all Makefiles with an up-to-date fpcmake binary (dummy commit) 2013-04-29 12:30:54 +00:00
Makefile.fpc * fixed "make install" for jvm targets 2012-09-27 21:35:17 +00:00
objpas.inc
objpas.pp
objpash.inc
rtl.cfg
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
rtti.inc
sysos.inc
sysosh.inc
sysres.inc
system.pp