The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
ivost 0723cc11b1 * merged md4 and md5 code into one unit (md5.pp)
* the functions of md5.pp are renamed a littlebit and got a new parameter called Version (is either 4 or 5)
    * moved ntlm.pas (password hash) from packages/extra/ldap to packages/base/hash
    * fixed involved Makefile.fpc and run fpcmake -Tall -r in packages/

git-svn-id: trunk@4915 -
2006-10-14 19:54:17 +00:00
compiler + full support for varargs-related functionality for "mwpascal; external;" 2006-10-14 17:56:42 +00:00
fcl * fix from 7513 2006-10-14 18:24:24 +00:00
fv * Modify constants to match app.pas. 2006-10-05 06:58:03 +00:00
ide * fixed type errors 2006-10-04 21:23:36 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages * merged md4 and md5 code into one unit (md5.pp) 2006-10-14 19:54:17 +00:00
rtl * fix 64bit 2006-10-14 16:03:02 +00:00
tests + test for macpas interface units, mwpascal and varargs 2006-10-14 18:15:58 +00:00
utils * Patch from Peter Mugaas to support use of CTypes unit 2006-10-02 20:51:24 +00:00
.gitattributes * merged md4 and md5 code into one unit (md5.pp) 2006-10-14 19:54:17 +00:00
.gitignore ignore output binaries 2006-10-07 19:36:02 +00:00
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00