Историја ревизија

Аутор SHA1 Порука Датум
  yury cd03a2893b * Explicitly increment and decrement ref count to keep copy of destination string in fpc_AnsiStr_Concat_multi and fpc_WideStr_Concat_multi. It prevents note "Local variable "destcopy" is assigned but never used". пре 18 година
  florian 7878f0feb3 * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 пре 18 година
  micha 4a1f828c98 * allow shrinking ansistrings if at least half of its memory is saved пре 18 година
  Jonas Maebe 9cec910eb9 * changed *string_to_*chararray helpers from functions into procedures пре 18 година
  Jonas Maebe a2c3826281 * changed fpc_big_chararray and fpc_big_widechararray from пре 18 година
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: пре 18 година
  daniel e8050233af + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231) пре 18 година
  yury 97e6235535 * fixed fpc_AnsiStr_Concat in case when strings the same. пре 19 година
  Jonas Maebe 2fa51a485f * bootstrapping for systems where currency is not a float пре 19 година
  yury b6b9582d8e * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr. пре 19 година
  Jonas Maebe 86649024b3 * fixed fpc_AnsiStr_Concat_multi + test пре 19 година
  peter 2f0ce31751 * string concat changed from function to procedure to пре 19 година
  Jonas Maebe 9084587bdc * fixed decrementing of refcount of constant ansistrings in setlength() пре 19 година
  Jonas Maebe 72b75a627a * fixed another bug in fpc_ansistr_append_ansistring in case source = dest пре 19 година
  peter 9cd5a800af * check for nil in concat_multi пре 19 година
  peter a77f503a30 * optimize multiple concats for ansi/widestring пре 19 година
  florian 0f55bd3d42 * small speed improvements пре 19 година
  florian e2e51d6757 * improved SetLength(<ansistring>,...); пре 19 година
  Jonas Maebe 58381ff7b6 * made chararray handling 98% TP-compatible, fixes web bugs 3012 пре 20 година
  Jonas Maebe 9a08cdccf0 * several changes of var parameters into out parameters to avoid пре 20 година
  florian da9469c550 * avoid unique call in ansistr_append пре 20 година
  florian e2a4dac215 + i386 assembler versions of decr_ansistring and unique_ansistring пре 20 година
  Jonas Maebe 50ebeaad5e * fixed fpc_ansistr_append_ansistring() in case it's called to append a пре 20 година
  peter 198aa2e72a * change value to const string to remvoe implicit exception stack: пре 20 година
  Jonas Maebe 2dea0c793f * made the target parameter of SetString an "out" instead of "var" parameter пре 20 година
  florian d8acc80ae5 * reverted inline patch partly пре 20 година
  marco 5fbf962637 * small fix for 1735, tw2242 still broken due to complexity. пре 20 година
  marco 411e2359eb * Fixed 2.0.0 compilation пре 20 година
  marco 5c92d88da8 * inlined a few funcs, inlined the non threaded part of inc/declocked. The lock prefixed one пре 20 година
  marco fa19bc05c8 * pos(shortstring,ansistring) for bug #4119 пре 20 година