Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe 0a1fd3ec07 Merged revisions 6855,6905,6915,6932,6959,7015 via svnmerge from il y a 18 ans
  daniel e8050233af + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231) il y a 18 ans
  yury 97e6235535 * fixed fpc_AnsiStr_Concat in case when strings the same. il y a 19 ans
  Jonas Maebe 2fa51a485f * bootstrapping for systems where currency is not a float il y a 19 ans
  yury b6b9582d8e * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr. il y a 19 ans
  Jonas Maebe 86649024b3 * fixed fpc_AnsiStr_Concat_multi + test il y a 19 ans
  peter 2f0ce31751 * string concat changed from function to procedure to il y a 19 ans
  Jonas Maebe 9084587bdc * fixed decrementing of refcount of constant ansistrings in setlength() il y a 19 ans
  Jonas Maebe 72b75a627a * fixed another bug in fpc_ansistr_append_ansistring in case source = dest il y a 19 ans
  peter 9cd5a800af * check for nil in concat_multi il y a 19 ans
  peter a77f503a30 * optimize multiple concats for ansi/widestring il y a 19 ans
  florian 0f55bd3d42 * small speed improvements il y a 19 ans
  florian e2e51d6757 * improved SetLength(<ansistring>,...); il y a 19 ans
  Jonas Maebe 58381ff7b6 * made chararray handling 98% TP-compatible, fixes web bugs 3012 il y a 20 ans
  Jonas Maebe 9a08cdccf0 * several changes of var parameters into out parameters to avoid il y a 20 ans
  florian da9469c550 * avoid unique call in ansistr_append il y a 20 ans
  florian e2a4dac215 + i386 assembler versions of decr_ansistring and unique_ansistring il y a 20 ans
  Jonas Maebe 50ebeaad5e * fixed fpc_ansistr_append_ansistring() in case it's called to append a il y a 20 ans
  peter 198aa2e72a * change value to const string to remvoe implicit exception stack: il y a 20 ans
  Jonas Maebe 2dea0c793f * made the target parameter of SetString an "out" instead of "var" parameter il y a 20 ans
  florian d8acc80ae5 * reverted inline patch partly il y a 20 ans
  marco 5fbf962637 * small fix for 1735, tw2242 still broken due to complexity. il y a 20 ans
  marco 411e2359eb * Fixed 2.0.0 compilation il y a 20 ans
  marco 5c92d88da8 * inlined a few funcs, inlined the non threaded part of inc/declocked. The lock prefixed one il y a 20 ans
  marco fa19bc05c8 * pos(shortstring,ansistring) for bug #4119 il y a 20 ans
  michael 5cafc069b5 + Removed NOSAVEREGISTERS define il y a 20 ans
  michael 06ab2d2ee6 + Removed STR_USES_VALINT define il y a 20 ans
  michael f7edd5a256 + Removed DECRREFNOTNIL define il y a 20 ans
  michael 93ba0409be + Removed HASCOMPILERPROC define il y a 20 ans
  michael db5d9d75aa + Removed INTERNCOPY define il y a 20 ans