fpc/rtl/win
Jonas Maebe f4c31ecf3c + widestringmanager.codepointlengthproc added, which can be used to
determine the length of a multi-byte character. The return values
    are defined to be the same as those of POSIX' mblen: -1 =
    invalid/incomplete sequence, 0 = #0, > 0 = length of sequence in
    bytes.
  + default implementation for widestringmanager.codepointlengthproc
    (assumes all code points have length 1) and Unix implementation
    (based on mb(r)len); Windows implementation is still required
  * replaced default implementation of
    widestringmanager.CharLengthPCharProc with strlen() of the input
    instead of an error (correct if all code points have length 1,
    still needs Windows implementation)
  + implemented fpc_text_read_{wide,unicode}str() and
    fpc_text_read_widechar() (mantis #18163); fpc_text_read_widechar()
    uses the new widestringmanager.codepointlengthproc()
  + unicodestring support for readstr/writestr
  * fixed declaration of fpc_Write_Text_UnicodeStr (unicodestring
    instead of widestring parameter)
  * extended test/twide*.pp tests to test the new/fixed functionality

git-svn-id: trunk@16533 -
2010-12-10 14:10:01 +00:00
..
wininc rtl: add IO_REPARSE_TAG constants 2010-11-18 04:06:49 +00:00
crt.pp * win crt unit returns #13 for numeric enter as well, resolves #13203 2009-12-21 09:59:04 +00:00
dos.pp
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
fpcmemdll.pp
fpwinsockh.inc
keyboard.pp
messages.pp
mouse.pp
printer.pp
sharemem.pp
sockets.pp
sysdir.inc
sysfile.inc * Fix for Bug report 17550 2010-10-06 16:04:46 +00:00
sysheap.inc
sysos.inc * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
sysosh.inc
systhrd.inc * Completely initialize threadvars when an external thread is detected. Needs still cleanup code (or a better thread initialization/finalization). 2010-11-25 15:50:49 +00:00
sysutils.pp + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +00:00
syswin.inc - removes Thread_count from the system unit of several OSes: the value of this variable was unpredictable and the hebaviour was not fixable, resolves #18089 2010-11-28 20:46:50 +00:00
tthread.inc * TThread, Windows implementation: prevent resource leak when destroying an initially suspended and never resumed thread. The thread must be always resumed so that ThreadProc can complete and cleanup. Fixes Mantis #17560. 2010-11-01 22:37:33 +00:00
varutils.pp * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 2010-12-09 01:27:09 +00:00
video.pp * corrected wrong register in x86_64 asm 2010-08-19 08:52:37 +00:00
winevent.pp
winres.inc
winsock2.pp * Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924 2010-11-13 15:51:43 +00:00
winsock.pp