fpc/rtl/openbsd
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
..
i386
classes.pp
errno.inc
errnostr.inc * errnostr by Jasper Lievens. 2011-01-04 09:14:03 +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
pmutext.inc
ptypes.inc * ptypes updates from Jasper Lievens. 2011-01-04 09:33:55 +00:00
signal.inc
syscalls.inc
sysconst.inc
sysctlh.inc
sysnr.inc * update of openbsd sysnr by Jasper Lievisse Adriaanse 2011-01-07 14:13:16 +00:00
sysofft.inc
systypes.inc
termio.pp
termios.inc
termiosproc.inc
unixsock.inc
unixsysc.inc
unxsockh.inc