fpc/rtl/morphos
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
..
aboxlib.pas
ahi.pas
asl.pas
classes.pp
clipboard.pas
datatypes.pas
dos.pp * have a larger buffer for Exec() (can't remember if this was actually an useful change, but let's have it commited, as next snapshot will have this code anyway) 2009-02-25 21:32:29 +00:00
doslib.pp
doslibd.inc
doslibf.inc
emuld.inc
exec.pp
execd.inc
execf.inc
get9.pas
graphics.pas
hardware.pas
inputevent.pas
intuition.pas
keyboard.pp * fixed typo 2009-02-28 12:14:59 +00:00
keymap.pas
kvm.pp
layers.pas
Makefile * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
mouse.pp * Somewhat working mouse support (left button + moves), only to be used with FV 2009-02-26 00:46:27 +00:00
mui.pas
muihelper.pas
prt0.as
sockets.pp
sysdir.inc + fixed sysdir.inc to follow recent rtl changes. trunk now cycles again on MorphOS. 2010-01-04 23:49:46 +00:00
sysfile.inc
sysheap.inc
sysos.inc
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
sysutils.pp * Added share mode argument to FileCreate call 2011-05-23 21:11:07 +00:00
timer.pp
timerd.inc
timerf.inc
tinygl.pp
tthread.inc
utild1.inc
utild2.inc
utilf.inc
utility.pp
varutils.pp
video.pp * added right mousebutton support 2009-02-28 12:12:19 +00:00
videodata.inc