fpc/rtl/beos
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 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
baseunix.pp * Active out support using $modeswitch under BeOS after r14965 2010-03-07 02:55:47 +00:00
bethreads.pp
classes.pp
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 * patch by Olivier Coursiere to fix beos building 2009-02-14 18:02:01 +00:00
osmacro.inc * rtl part of Olivier Coursier's BeOS patch 2007-09-07 19:25:05 +00:00
ossysc.inc
ostypes.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
ptypes.inc - Remove unnecessary char to fix compilation under BeOS. 2010-04-04 23:23:31 +00:00
settimeo.inc
signal.inc * rtl part of Olivier Coursier's BeOS patch 2007-09-07 19:25:05 +00:00
suuid.inc
syscall.inc - $Log$ killed 2007-10-29 21:23:14 +00:00
syscallh.inc
sysconst.inc
sysheap.inc - $Log$ killed 2007-10-29 21:23:14 +00:00
sysnr.inc
sysos.inc * fixed ioctl for non-linux: the third parameter is "..." there rather 2007-11-10 18:22:37 +00:00
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 o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
termiosproc.inc * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00
tthread.inc * Removed unused private fields TThread.FMethod and TThread.FSynchronizeException. 2009-05-02 12:09:30 +00:00
unixsock.inc
unxconst.inc
unxfunc.inc
unxsockh.inc