mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 02:49:18 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() - Adds threadsafe (Delphi-compatible) versions of DateToStr, TimeToStr, DateTimeToStr, FormatDateTime. - Core functionality moved to DateTimeToString, which directly uses 'out' parameter in order to avoid unnecessary result copying. - Modified the code so no temporary AnsiStrings are used (speed). - Fixes a bug which would cause infinite recursion if (Short|Long)DateFormat variable would contain 'd' character or, likewise, (Short|Long)TimeFormat would contain 't'. - Fixes numerous small Delphi compatibility issues, like: empty format string has the same effect as 'C'; overlong tokens treated as the longest possible ones (e.g. 'ddddddddd' is the same as 'dddddd'); 'AM/PM' is output preserving its case, etc. - minor reformating git-svn-id: trunk@14116 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |