fpc/rtl/solaris
Jonas Maebe aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
..
i386
sparc
x86_64 - Removed outdated FPC_HAS_RIP_RELATIVE defines, these seem to be the last ones in RTL. 2011-10-11 09:11:32 +00:00
clocale.inc
errno.inc
errnostr.inc
Makefile * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
Makefile.fpc * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
osdefs.inc
osmacro.inc
ostypes.inc
pthread.inc * fixed parameter types of pthread_mutex_destroy, pthread_mutex_lock and 2012-03-29 20:32:20 +00:00
ptypes.inc * removed "packed" from a few OS interface records 2012-03-29 20:32:42 +00:00
signal.inc
suuid.inc
sysos.inc
sysosh.inc
system.pp rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr) 2011-10-25 02:29:29 +00:00
termio.pp
termios.inc
termiosproc.inc
unxconst.inc
unxfunc.inc
unxsockh.inc