fpc/rtl/openbsd
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 Use mmx_support to decide to use xmState or x87state part of sigcontext 2012-04-11 13:22:58 +00:00
x86_64 * Use RIP relative addressing for FPC system_parameter variables 2012-04-08 17:42:23 +00:00
check_sys.sh Avoid false problem report on SYS_dup due to SYS_dup2 2011-11-07 13:05:39 +00:00
classes.pp * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
errno.inc
errnostr.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
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 * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
pmutext.inc
pthread.inc * New file for cthreads unit support 2011-10-10 22:19:11 +00:00
ptypes.inc * Fix ino_t and dev_t types for x86_64 cpu 2012-04-05 20:54:05 +00:00
signal.inc Correct several record fields 2012-04-11 13:21:38 +00:00
syscalls.inc
sysconst.inc
sysctlh.inc
sysnr.inc Use old 3.5 version of getdirentries 2011-10-09 15:34:19 +00:00
sysofft.inc
systypes.inc
termio.pp
termios.inc * Updated using freebsd version (not verified) 2011-10-04 22:23:19 +00:00
termiosproc.inc
unixsock.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
unixsysc.inc
unxconst.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
unxfunc.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
unxsockh.inc * Updated using freebsd version (not verified) 2011-10-04 22:23:00 +00:00
unxsysc.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00