fpc/rtl/freebsd
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 * cleanup ELF ABI tag a bit. Set abitag version to 9.0 for now. 2012-01-25 13:46:58 +00:00
x86_64 * belongs to last commit, x86_64 part 2012-01-25 13:47:22 +00:00
bsdport.txt
buildrtl.lpi
buildrtl.pp
console.pp
errno.inc
errnostr.inc
freebsd.pas * pathname functions 2011-06-08 10:44:56 +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
pthread.inc * Fix failure of webtbs/tw17560: 2011-09-22 11:37:27 +00:00
ptypes.inc * Updated statfs to FreeBSD5+ level. Used a statfs union to provide some backwards compat. 2011-03-19 21:43:36 +00:00
si_crt.pp
si_intf.inc
signal.inc
sysctlh.inc * some more KERN_PROC constants. 2011-06-07 12:22:01 +00:00
sysnr.inc * fpgetsid, Mantis #20329 2011-09-22 13:21:38 +00:00
termio.pp
termios.inc
termiosproc.inc Suppress console messages about sign extension in ioctl system call 2011-09-26 10:24:00 +00:00
ucontexth.inc
unixsock.inc
unxconst.inc
unxfunc.inc
unxsockh.inc
unxsysc.inc