fpc/rtl/netbsd
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 Add missing .note.netbsd.ident section 2012-03-29 14:05:12 +00:00
powerpc * Remove use of direct U_UNIT_NAME or TC_UNIT_NAME 2011-09-02 12:51:48 +00:00
errno.inc
errnostr.inc * fixed more properties, I still wonder how this could be commited 2009-08-16 10:57:52 +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
pmutext.inc * Try to implement real pmutext, not yet working 2012-02-10 00:20:52 +00:00
pthread.inc New file adapted from Darwin 2012-02-10 00:23:50 +00:00
ptypes.inc Fix ino_t for stat13 x86_64 CPU 2012-04-07 15:51:26 +00:00
signal.inc Add SigContextRec for x86_64 CPU 2012-04-07 15:52:15 +00:00
syscalls.inc
sysconst.inc
sysctlh.inc
sysnr.inc Add NETBSD_USE_STAT30 conditional for recent NetBSD changes, not yet used 2012-04-07 15:37:03 +00:00
sysofft.inc
systypes.inc
termio.pp
termios.inc + Add some missing constants 2012-02-09 17:34:22 +00:00
termiosproc.inc
unixsock.inc * fixed building of powerpc-netbsd rtl 2008-05-21 20:07:27 +00:00
unxconst.inc
unxfunc.inc
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00
unxsysc.inc * Fix typo in last commit 2012-04-08 21:42:20 +00:00