Commit History

Author SHA1 Message Date
  Rika Ichinose 900b1fc4ec Check for refcount = 1 first. 5 months ago
  Rika Ichinose 98a5072fbe Remove NewAnsiString & NewUnicodeString. 6 months ago
  Rika Ichinose 6ccad3dc4e Shortcut declocked on refcount = 1. 6 months ago
  Rika Ichinose e9579fe2df Better Utf8ToUnicode. 1 year ago
  Rika Ichinose 0b97f169b0 Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 9 months ago
  Rika Ichinose d7352e7b66 Remove most of the VER3_0 conditionals. 11 months ago
  Rika Ichinose 801e14c33b Faster Insert(ansi/unicodestring). 1 year ago
  Rika Ichinose b0076a4709 Integers are 16-bit in system, replace with SizeInt. 1 year ago
  Rika Ichinose 4c6abb38b1 Non-nil-aware fpc_ansistr_compare(|_equal). 1 year ago
  Pierre Muller 5a7d5367d2 Try to implement UnicodeFromLocaleChars for java 1 year ago
  Michaël Van Canneyt 31b978f3b7 * Add UnicodeFromLocaleChars for Delphi compatibility 1 year ago
  Karoly Balogh 88c7954d9f rtl: add two defines toallow disabling the verbose error of the stub unicodestringmanager and threadmanager 1 year ago
  florian e7600ee245 * patch by Rika: Small improvements to (a|u)strings.inc, resolves #40364 1 year ago
  Michaël Van Canneyt e9c6f1c152 * Delphi-compatible overloads UTF8ToUnicodeString 1 year ago
  Rika Ichinose 854d944cfa Faster string concatenations. 1 year ago
  florian ba78551c4f * patch by Rika: improve fpc_*_concat_multi, resolves #40251 1 year ago
  Michael VAN CANNEYT efc0272b99 * Zero out stringmanager record 2 years ago
  Michael VAN CANNEYT f04577d292 * check zero length instead of comparing to empty string 2 years ago
  Michael VAN CANNEYT d2d3fe6bc3 * Char -> AnsiChar 2 years ago
  florian 84e7a17b67 * patch by Rika: optimize Pos(), resolves #40088 2 years ago
  florian 08228d7fb3 * revert a650d346f1646c1b71380430a96c440e222a087d for now as it apparently does 3 years ago
  florian 8e4e229a5f + DestSize parameter for fpc_Val_UInt functions 3 years ago
  marcoonthegit 4568c77f57 * implemented stringofchar unicodestring, bug #39483 3 years ago
  florian ee10850a57 * patch by Sergey Larin: Reducing and aligning the size of TAnsiRec, TUnicodeRec for CPU64, resolves #38018: 3 years ago
  florian a5f6505edc * fix range checking for zero based strings, resolves #39323 3 years ago
  nickysn 800bb3adc2 * instead of using discardresult, wrap the uniquestring functions in procedures, 4 years ago
  michael 257ef24a1e * Fix bug ID #38008: allow UTF8 to unicode conversion to react on/ignore invalid input 4 years ago
  svenbarth c2454d5386 * fix for Mantis #38023: the code to convert LF to CRLF when converting to UTF-8 is disabled anyway, so disable unnecessary, duplicate if-branches as well 4 years ago
  michael 213d2905df * Change some methods from using var to using out (bug ID 37376) 5 years ago
  yury 0f4ddf7b34 * Do not report about unimplemented unicodestring manager when HAS_WIDESTRINGMANAGER is defined (on Windows). In such case unimplemented parts are never executed unless you call them directly. 5 years ago