fpc/rtl/embedded
Jonas Maebe 28c20cfc5e * the default string type for the JVM target is no longer automatically
unicodestring = java.lang.String. The reason this was the default in
    the past is that this was the first string type that was implemented,
    and without it being the default most code involving string operations
    would fail. Now the default strings types are the same as for other
    targets
  + new {$modeswitch unicodestrings} directive, that when activated
    *together* with {$h+},
   1) changes char into an alias for widechar
   2) changes string into an alias for unicodestring
   3) changes the preferred string evaluation type (in case of uncertainty)
      to unicodestring
    {$modeswitch unicodestrings} with {$h-} does not change anything at all
    regarding the string type (it still changes the char type)
  + new uuchar unit that redefines char as widechar, and which is automatically
    included by the compiler if {$modeswitch unicodestrings} is enabled

git-svn-id: branches/jvmbackend@18781 -
2011-08-20 08:35:47 +00:00
..
arm * indention fixed 2011-08-08 20:09:39 +00:00
avr * enable loading of the stack pointer 2011-07-17 17:14:06 +00:00
buildrtl.lpi + build unit and lazarus project for the embedded target 2011-08-08 20:10:19 +00:00
buildrtl.pp + build unit and lazarus project for the embedded target 2011-08-08 20:10:19 +00:00
check.inc
empty.cfg * more properties fixed 2009-11-12 18:11:10 +00:00
Makefile * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
rtl.cfg * more properties fixed 2009-11-12 18:11:10 +00:00
sysdir.inc
sysfile.inc
sysheap.inc * no heap for embedded targets by default 2009-06-18 22:40:12 +00:00
sysos.inc
sysosh.inc
system.pp + only include softfpu if FPUNONE is not set 2011-02-26 20:10:49 +00:00