michael 88f43b8d18 + Faster inserts by sorting after all elements were parsed (suggestion by Mattias Gaertner) vor 21 Jahren
..
debugsvr 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
dxegen 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
fpcm e06f452fb2 * check if cross gcc is available vor 21 Jahren
fpdoc 88f43b8d18 + Faster inserts by sorting after all elements were parsed (suggestion by Mattias Gaertner) vor 21 Jahren
fpmc 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
fprcp 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
h2pas 0eb61a4823 * fixed crashes with ide and 1.9.x vor 21 Jahren
kalyptus 22f11a30c4 * initial release, mainly backup vor 22 Jahren
simulator 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
tply 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
Makefile 86f78c7300 * units are now created in separate directory units/cpu-os/ vor 21 Jahren
Makefile.fpc 1682586b08 + Version on 1.9.4 vor 21 Jahren
README afbf5ec51b + updated vor 24 Jahren
bin2obj.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
checkcvs.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
creumap.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
data2inc.exm 1ab0f87f7f * initial version vor 26 Jahren
data2inc.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
delp.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
postw32.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
ppdep.pp 952e80a72f * old logs removed and tabs fixed vor 23 Jahren
ptop.pp 72035b40e7 + fix for BP vor 24 Jahren
ptopu.pp 07861bbe2b + set maxsymbolsize to 255 vor 22 Jahren
rmcvsdir.pp 1aad3ddf9a * first version vor 25 Jahren
rstconv.pp 352350e524 + .rc support added by Yuri Prokushev vor 23 Jahren

README

This dirctory contains some utilities that come with the Free Pascal
Compiler. They can be compiled by typing 'make all' in this directory.

Currently, the following things are provided:

ppdep : Creates a makefile which includes all interdependant units.

ptop : Pascal source beautifier

delp : Deletes all files generated by Free Pascal, as well
temporary files.

h2pas/ : Contains the h2pas program, which converts C header files to pascal
unit files.
tply/ : Pascal Lex and Yacc
fpcm/ : fpcmake - utility to generate makefiles to regenerate compiler

Typing a 'make install' will put everything into place.

Happy Coding !
The Free Pascal Development Team.