Commit történet

Szerző SHA1 Üzenet Dátum
  peter 81b6d9f16c * replace strlenint with sizeint 21 éve
  peter cafed35e77 * str() helpers now also use valint/valuint 21 éve
  peter 4238814518 * 1.0.x fix 22 éve
  peter a4178230a7 * decrref does not reset always to nil, only when string is disposed. 22 éve
  Jonas Maebe 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 éve
  Jonas Maebe 394b70f94d * fpc_{ansistr|widestr}_unique is now a function so it can be used as 22 éve
  florian eab5d1f7c5 * started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C) 22 éve
  Jonas Maebe b5976b8730 * fixed setstring (+- like suggested by Dimitry Sibiryakov) 22 éve
  michael a1ab52022b + Fixed range check error and others in Delete 23 éve
  carl 781415a0da - avoid warnings (add typecast) 23 éve
  Jonas Maebe f5a775bc7c * fixed some buffer overflow errors in SetString (both short and 23 éve
  Jonas Maebe 275f02d058 * fixed ansistring append helpers so they preserve the terminating #0 23 éve
  michael aae8314d02 + Added check for nil buffer to setstring 23 éve
  florian 72ab5b62bb + ansistring_append* implemented 23 éve
  peter 603b3bc48b * Copy() changed to internal function calling compilerprocs 23 éve
  carl e1167f8d09 * Delphi compatibility fix (with string routines) 23 éve
  carl 7ebda0a778 * cardinal -> longword 23 éve
  peter 01dfac4a4e * old logs removed and tabs fixed 23 éve
  peter 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 23 éve
  peter 0cdf327866 * updated compilerprocs 23 éve
  Jonas Maebe a0731e0d02 * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter) 24 éve
  florian 67f6ce5348 * code of ansitr_concat improved 24 éve
  Jonas Maebe 41a57028b9 * converted adding/comparing of strings to compileproc. Note that due 24 éve
  Jonas Maebe 06f9cd4c96 * some fixes in compilerprocs for chararray to string conversions 24 éve
  Jonas Maebe fc92c3b336 + compilerproc implementation of most string-related type conversions 24 éve
  Jonas Maebe 4716f168dd * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 24 éve
  Jonas Maebe b9f6efc85b + "compproc" helpers 24 éve
  peter 5c0d161bef * merged textfile, readlink and concat ansistring fixes 24 éve
  peter db87f86f00 * Length made internal 24 éve
  florian ea060c924d * another MT fix 24 éve