The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2012-05-11 06:44:12 +00:00
compiler pgenutil.pas, generate_specialization: set the correct module index, so that warnings, etc. that are generated for a type declaration are printed using the module where the generic came from (this is already done for method bodies, but not for declarations) 2012-05-11 06:44:12 +00:00
ide * replaced most (if not all) remaining fields/parameters in the compiler 2012-04-29 17:36:23 +00:00
installer + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
packages * Raise an exception when a TBufDataset is opened while there is no dataset created 2012-05-09 15:56:55 +00:00
rtl * fix size of pthread_rwlock_t. Mantis #21552 Fields are now opaque. 2012-05-05 22:04:08 +00:00
tests + symtable.pas, tspecializesymtable.create: SymList and DefList do not need to own the symbols and defs as they are moved to another symtable before the specialize symtable is destroyed (avoids the need to call "extract" on those lists) 2012-05-10 06:27:32 +00:00
utils * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
.gitattributes * pdecsub.pas, parse_proc_dec: always parse operator overload heads as block type bt_body so that operators like ">", "=>" or "<>" are resolved to the correct tokens ("<>" would be a sequence of "_LSHARPBRACKET _RSHARPBRACKET" instead of _NE otherwise). Fixes Mantis #21127 2012-05-09 12:32:34 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00
Makefile.fpc * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00