The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 815cd2b39d + support for widestring manager based widechar conversions
(widechar<->char, widechar<>*string), based on patch from
    Rimgaudas Laucius (mantis #7758)
  * no longer perform compile-time widechar/string->char/ansi/
    shortstring conversions if they would destroy information
    (they can't cope with widechars with ord>=128). This means
    that you can now properly constant widechars/widestrings
    in source code with a {$codepage } set without risking that
    the compiler will mangle everything afterwards
  * support ESysEINVAL return code from iconv (happens if last
    multibyte char is incomplete)
  * fixed writing of widechars (were converted to char -> lost
    information)

git-svn-id: trunk@8274 -
2007-08-12 20:01:08 +00:00
compiler + support for widestring manager based widechar conversions 2007-08-12 20:01:08 +00:00
fv * beos support from Olivier Coursiere 2007-05-24 07:16:17 +00:00
ide * take care of the efSyntaxHighlight flag when checking if syntax highlighting shall be on or off, resolves #4566 2007-07-29 17:28:16 +00:00
installer * don't use obsolete switches in default configuration files 2007-07-05 19:19:07 +00:00
packages * Initial explanation of architecture 2007-08-11 20:25:45 +00:00
rtl + support for widestring manager based widechar conversions 2007-08-12 20:01:08 +00:00
tests + support for widestring manager based widechar conversions 2007-08-12 20:01:08 +00:00
utils * remove poNoConsole so it works under windows 2007-08-11 16:16:39 +00:00
.gitattributes + support for widestring manager based widechar conversions 2007-08-12 20:01:08 +00:00
.gitignore * gba and nds work with new heap manager now (no need for a custom heap manager that allocates a single big block anymore) 2007-07-30 15:37:19 +00:00
Makefile - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00