The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 28235033d7 * switch to using ReadConsoleInputW instead of ReadConsoleInputA in the windows
keyboard unit. This way the console input is read using Unicode and is later
  translated to the OEM character set via WideCharToMultiByte. This is will
  allow returning Unicode character codes once enhanced key events are
  implemented.

git-svn-id: branches/unicodekvm@40232 -
2018-11-05 16:35:56 +00:00
compiler * version update 2018-10-28 16:21:06 +00:00
installer * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
packages * switch to using ReadConsoleInputW instead of ReadConsoleInputA in the windows 2018-11-05 16:35:56 +00:00
rtl * Add GetTypeKind 2018-10-28 10:47:57 +00:00
tests * make "formal const/var" parameters the least preferred conversion 2018-10-21 21:02:17 +00:00
utils pastojs: fixed compilation 2018-10-29 10:16:58 +00:00
.gitattributes + added a keyboard dump using the Bulgarian Phonetic Traditional keyboard layout and code page 866 2018-11-05 15:45:00 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00