Historique des commits

Auteur SHA1 Message Date
  florian d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 il y a 14 ans
  paul 5560f6b3f2 compiler + rtl: pass codepage to fpc_CharArray_To_AnsiStr to get the preserve the codepage of result string il y a 14 ans
  paul 932ca07230 rtl: remove useless ifdef il y a 14 ans
  sergei f2852137c8 * DisposeAnsiString doesn't need to exist as a separate procedure, because it is only called from a single place. Merging it into caller yields somewhat more efficient code. il y a 14 ans
  Jonas Maebe 85ed1b87d9 * fixed wrong use of CompareTextUnicodeStringProc() in il y a 14 ans
  paul 5ac95bc27a merge r17607 from cpstrnew branch by inoussa: il y a 14 ans
  paul 05d66e31ce merge r17603 from cpstrnew branch by inoussa: il y a 14 ans
  paul aaf5392315 merge r17601 from cpstrnew branch by inoussa: il y a 14 ans
  paul 7c21524892 merge r17587 from cpstrnew branch by inoussa: il y a 14 ans
  paul 005795495d merge r17552 from cpstrnew branch by inoussa: il y a 14 ans
  paul 22b19220a3 merge r17485 from cpstrnew branch by michael: il y a 14 ans
  paul 9e0ad7baae merge r17318 from cpstrnew branch by florian: il y a 14 ans
  paul 091627883f merge r14347 from cpstrnew branch by florian: il y a 14 ans
  paul 55434fd1d8 merge r14143 from cpstrnew branch by paul: il y a 14 ans
  paul ad8195e9ae merge r14136 from cpstrnew branch by paul: il y a 14 ans
  paul b3db8db481 merge r14133 from cpstrnew branch by paul except ptconst.pas which has a difficult merge conflict (code moved to another unit which is not at the branch during the revision): il y a 14 ans
  paul afa559ab2e merge r14123 from cpstrnew branch by paul: il y a 14 ans
  paul 5e9ee14ee7 merge r 14122 from cpstrnew branch by paul: il y a 14 ans
  paul 8cc22972a0 merge r13488 from cpstrnew branch by florian except ncgcon.pas which has a difficult merge conflict (code moved to another unit which is not at the branch during the revision): il y a 14 ans
  paul 06af8f3e44 merge r13486 from cpstrnew branch by florian: il y a 14 ans
  paul ae0d732c8f merge r13485 from cpstrnew branch by florian: il y a 14 ans
  paul 8a4634a7b1 merge r13481 from cpstrnew branch by florian il y a 14 ans
  Jonas Maebe ab7f0a4461 * changed the parameters of the fpc_pchar_ansistr_intern_charmove() added in il y a 14 ans
  Jonas Maebe b39e74362a * use separate defines for fpc_ansistr_Unique() and il y a 14 ans
  Jonas Maebe 5496436349 * the generic astrings.inc is now also used to the extent possible on il y a 14 ans
  sergei 829ee9828d * Added back pre-r17129 configuration of string range check helpers under {$ifdef ver2_4}. Without it, bootstrapping with 2.4.4 and -Cr is broken. il y a 14 ans
  sergei 0849132ee1 + added procedure SetString(AnsiString, PWideChar, SizeInt) il y a 14 ans
  sergei 3e6ad5f5aa * tcgvecnode, simplified range checking for strings. Removed FPC_*STR_CHECKZERO helpers, and changed FPC_*STR_CHECKRANGE so they accept the original left node. Now strings are checked the same way as dynamic arrays, and the compiler part is considerably simpler. il y a 14 ans
  florian e99c4d1950 + support str(<boolean>,...), boolean is an enumeration type il y a 14 ans
  Jonas Maebe 08a4ede9c4 * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr) il y a 15 ans