mazen bc18d6eb8a + added palmos support to makes files 19 rokov pred
..
debugsvr b9a0e2ead2 * makefile again regenerated 19 rokov pred
dxegen bc18d6eb8a + added palmos support to makes files 19 rokov pred
fpcm bc18d6eb8a + added palmos support to makes files 19 rokov pred
fpcres bc18d6eb8a + added palmos support to makes files 19 rokov pred
fpdoc bc18d6eb8a + added palmos support to makes files 19 rokov pred
fpmc bc18d6eb8a + added palmos support to makes files 19 rokov pred
fprcp bc18d6eb8a + added palmos support to makes files 19 rokov pred
h2pas bc18d6eb8a + added palmos support to makes files 19 rokov pred
kalyptus 4ace790492 * remove $Log 20 rokov pred
simulator b9a0e2ead2 * makefile again regenerated 19 rokov pred
svn2cvs 4c55f2bc34 + Initial import 20 rokov pred
tply bc18d6eb8a + added palmos support to makes files 19 rokov pred
Makefile bc18d6eb8a + added palmos support to makes files 19 rokov pred
Makefile.fpc 178b756607 * Move grab_vcsa to utils 19 rokov pred
README afbf5ec51b + updated 23 rokov pred
bin2obj.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
checkcvs.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
creumap.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
data2inc.exm 1ab0f87f7f * initial version 26 rokov pred
data2inc.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
delp.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
grab_vcsa.pp d19c95db8f * various bugfixes 19 rokov pred
postw32.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
ppdep.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
ptop.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
ptopu.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
rmcvsdir.pp 1aad3ddf9a * first version 24 rokov pred
rstconv.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
svn2cl.pp 39efda1fde * fix writing of multiple files per path 20 rokov pred

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.