The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 60ccf03a0b * completed cwstring unit
* optimized LowerWideString/UpperWideString not to call UniqueString
    for each string character
  * fixed LowerAnsiString/UpperAnsiString in case an ascii character
    has a lower/uppercase version with a different length than 1
  + generic test for ansistring comparisons using on the widestring
    manager (based on glibc test)
  - removed ansi2ucs4-related stuff as it's not used/needed

git-svn-id: trunk@9440 -
2007-12-13 20:41:31 +00:00
compiler * allow application of as operator only to interfaces having a guid, resolves #6797 2007-12-12 21:07:47 +00:00
fv * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
ide * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * More win64 corrections 2007-12-12 20:41:59 +00:00
rtl * completed cwstring unit 2007-12-13 20:41:31 +00:00
tests * completed cwstring unit 2007-12-13 20:41:31 +00:00
utils * Removed conditional define. CHM always included 2007-12-07 10:55:17 +00:00
.gitattributes * completed cwstring unit 2007-12-13 20:41:31 +00:00
.gitignore * updated svn:ignore properties 2007-12-08 15:43:36 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00