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 * minor updates 2005-09-20 11:23:18 +00:00
buildrtl.lpi + FreeBSD lazarus project 2008-09-13 08:58:54 +00:00
buildrtl.pp * fixed typo 2008-09-13 09:18:27 +00:00
console.pp
errno.inc
errnostr.inc * Ales Katona's errors patch 2006-01-07 18:41:15 +00:00
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 * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
si_intf.inc * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
signal.inc + psigcontex alias for psigcontextrec 2007-02-01 12:09:33 +00:00
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 * inlined few procs. Didn't inline makeraw since that triggers inline WITH bug. 2005-09-28 20:59:20 +00:00
termios.inc * FIO constants 2006-04-02 20:25:36 +00:00
termiosproc.inc Suppress console messages about sign extension in ioctl system call 2011-09-26 10:24:00 +00:00
ucontexth.inc * adds support of KSE kernel threads to freeBSD 2006-10-10 19:28:11 +00:00
unixsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
unxconst.inc
unxfunc.inc * pipe cleanup from Ales, also fixes TProcess for AMD64. 2008-11-01 11:43:43 +00:00
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00
unxsysc.inc * pipe cleanup from Ales, also fixes TProcess for AMD64. 2008-11-01 11:43:43 +00:00