fpc/rtl/netwlibc
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
..
pre
classes.pp
crt.pp * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
dos.pp make netwlibc compilable with current rtl 2011-02-08 22:06:53 +00:00
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
errno.inc
initc.pp
keyboard.pp
libc.imp
libc.pp make netwlibc compilable with current rtl 2011-02-08 22:06:53 +00:00
libcclib.imp
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
netware.imp
netwsockh.inc
nwl_dlle.as
nwl_main.as
nwsnut.imp
nwsnut.pp
qos.inc
sockets.pp
sysdir.inc make netwlibc compilable with current rtl 2011-02-08 22:06:53 +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
systhrd.inc
sysutils.pp * Added share mode argument to FileCreate call 2011-05-23 21:11:07 +00:00
tthread.inc
varutils.pp
video.pp
winsock.pp
ws2_32.imp
ws2nlm.imp