fpc/rtl/objpas/sysutils
florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from
http://svn.freepascal.org/svn/fpc/branches/unicodestring

........
  r11665 | florian | 2008-08-30 13:30:17 +0200 (Sat, 30 Aug 2008) | 1 line
  
  * continued to work on unicodestring type support
........
  r11666 | florian | 2008-08-30 19:02:26 +0200 (Sat, 30 Aug 2008) | 2 lines
  
  * expectloc for wide/ansi/unicode strings is LOC_CONSTANT or LOC_REGISTER now
........
  r11667 | florian | 2008-08-30 20:42:37 +0200 (Sat, 30 Aug 2008) | 1 line
  
  * more unicodestring stuff fixed, test results on win32 are already good
........
  r11670 | florian | 2008-08-30 23:21:48 +0200 (Sat, 30 Aug 2008) | 2 lines
  
  * first fixes for unix bootstrapping
........
  r11683 | ivost | 2008-09-01 12:46:39 +0200 (Mon, 01 Sep 2008) | 2 lines
  
      * fixed 64bit bug in iconvenc.pas
........
  r11689 | florian | 2008-09-01 23:12:34 +0200 (Mon, 01 Sep 2008) | 1 line
  
  * fixed several errors when building on unix
........
  r11694 | florian | 2008-09-03 20:32:43 +0200 (Wed, 03 Sep 2008) | 1 line
  
  * fixed unix compilation
........
  r11695 | florian | 2008-09-03 21:01:04 +0200 (Wed, 03 Sep 2008) | 1 line
  
  * bootstrapping fix
........
  r11696 | florian | 2008-09-03 21:07:18 +0200 (Wed, 03 Sep 2008) | 1 line
  
  * more bootstrapping fixed
........
  r11698 | florian | 2008-09-03 22:47:54 +0200 (Wed, 03 Sep 2008) | 1 line
  
  + two missing compiler procs exported
........
  r11701 | florian | 2008-09-04 16:42:34 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  + lazarus project for the linux rtl
........
  r11702 | florian | 2008-09-04 16:43:27 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  + set unicode string procedures
........
  r11707 | florian | 2008-09-04 23:23:02 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  * fixed several type casting stuff
........
  r11712 | florian | 2008-09-05 22:46:03 +0200 (Fri, 05 Sep 2008) | 1 line
  
  * fixed unicodestring compilation on windows after recent unix changes
........
  r11713 | florian | 2008-09-05 23:35:12 +0200 (Fri, 05 Sep 2008) | 1 line
  
  + UnicodeString support for Variants
........
  r11715 | florian | 2008-09-06 20:59:54 +0200 (Sat, 06 Sep 2008) | 1 line
  
  * patch by Martin Schreiber for UnicodeString streaming
........
  r11716 | florian | 2008-09-06 22:22:55 +0200 (Sat, 06 Sep 2008) | 2 lines
  
  * fixed test
........
  r11717 | florian | 2008-09-07 10:25:51 +0200 (Sun, 07 Sep 2008) | 1 line
  
  * fixed typo when converting tunicodestring to punicodechar
........
  r11718 | florian | 2008-09-07 11:29:52 +0200 (Sun, 07 Sep 2008) | 3 lines
  
  * fixed writing of UnicodeString properties
  * moved some helper routines to unicode headers
........
  r11734 | florian | 2008-09-09 22:38:55 +0200 (Tue, 09 Sep 2008) | 1 line
  
  * fixed bootstrapping
........
  r11735 | florian | 2008-09-10 11:25:28 +0200 (Wed, 10 Sep 2008) | 2 lines
  
  * first fixes for persisten unicodestrings
........
  r11736 | florian | 2008-09-10 14:31:00 +0200 (Wed, 10 Sep 2008) | 3 lines
  
  Initialized merge tracking via "svnmerge" with revisions "1-11663" from 
  http://svn.freepascal.org/svn/fpc/trunk
........
  r11737 | florian | 2008-09-10 21:06:57 +0200 (Wed, 10 Sep 2008) | 3 lines
  
  * fixed unicodestring <-> variant handling
  * fixed unicodestring property reading
........

git-svn-id: trunk@11739 -
2008-09-10 20:14:31 +00:00
..
dati.inc * Patch from Joao Morais to fix the case where only a time is provided 2008-06-05 07:06:47 +00:00
datih.inc * comment fix #10781 2008-03-03 08:28:26 +00:00
diskh.inc * remove $Log 2005-06-07 09:47:55 +00:00
filutilh.inc * deprecation of tsearchrec.pathonly, under ifndef ver2_2 as per 11579 2008-07-18 20:05:32 +00:00
fina.inc * fixed also ExtractFileName 2008-01-29 23:30:30 +00:00
finah.inc * AllowDirectorySeparators and AllowDriveSeparators typed constants 2008-01-29 23:04:56 +00:00
intfh.inc * remove $Log 2005-06-07 09:47:55 +00:00
osutil.inc * Added GetUSerDir function (ID 11338) 2008-05-24 11:50:26 +00:00
osutilsh.inc * Added GetUSerDir function (ID 11338) 2008-05-24 11:50:26 +00:00
stre.inc * Fix stupid typo. 2006-11-25 09:44:58 +00:00
strg.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysansi.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysansih.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysformt.inc Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
sysint.inc * don't override routines hooked by a real widestring manager before 2007-12-05 14:28:11 +00:00
sysinth.inc * Removed UpperCaseTable and LowerCaseTable variables and TCaseTranslationTable type from interface part. These variables are used only by generic upper/lower case conversion routines. They are not used on Windows targets and it is bad idea to let users use these variables. Users must use AnsiLowerCase and AnsiUpperCase routines. 2007-11-20 10:45:50 +00:00
syspch.inc * remove some redundant pbyte definitions. 2008-01-29 19:37:41 +00:00
syspchh.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysstr.inc * Fixed formaatfloat for negative numbers (Bug ID 11711) objpas/sysutils/sysstr.inc 2008-08-31 22:25:19 +00:00
sysstrh.inc * booltostr overload 2008-08-17 13:26:02 +00:00
systhrdh.inc * move InterLocked functions to system unit 2006-06-25 09:26:23 +00:00
sysuintf.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
sysuthrd.inc + system qualifier added 2005-09-25 14:35:01 +00:00
sysutilh.inc * Added NoWideStringSupport runtime error 2008-04-08 21:19:52 +00:00
sysutils.inc * GetRandomBytes calls randomize only once, now thread safe too 2008-05-29 13:31:32 +00:00
syswide.inc * TFormatSettings implementation, stage 2 2007-01-11 20:01:33 +00:00
syswideh.inc * TFormatSettings implementation, stage 2 2007-01-11 20:01:33 +00:00