marco 249b677213 --- Merging r16957 into '.': 15 rokov pred
..
debugsvr d99dfe58e4 * fixes branch to 2.4.3 15 rokov pred
dxegen 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
fpcm 9f845653f6 --- Merging r16094 into '.': 15 rokov pred
fpcmkcfg 7baaa8f3fd --- Merging r16943 into '.': 15 rokov pred
fpcres 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
fpcreslipo 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
fpdoc 1fe3c248d1 --- Merging r16711 into '.': 15 rokov pred
fpmc 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
fppkg 249b677213 --- Merging r16957 into '.': 15 rokov pred
fprcp 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
h2pas 9f845653f6 --- Merging r16094 into '.': 15 rokov pred
mksymbian bfb3ff4b06 --- Merging r14156 into '.': 15 rokov pred
rmwait 7624d5f147 --- Merging r16479 into '.': 15 rokov pred
sim_pasc 4b8643f73b * removed some clashes between ifdefs and regular tokens 18 rokov pred
svn2cvs 4c55f2bc34 + Initial import 20 rokov pred
tply 92c7840b62 Update Makefiles with recent fpcmake 15 rokov pred
Makefile 74762fdecf Skipped 14569 in the merging process, merge rest of cfg changes. 15 rokov pred
Makefile.fpc 74762fdecf Skipped 14569 in the merging process, merge rest of cfg changes. 15 rokov pred
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 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 16b1652cb1 * reserved field now also initialized, from #8896's patch. 17 rokov pred
data2inc.exm 1ab0f87f7f * initial version 26 rokov pred
data2inc.pp 790a4fe2d3 * log and id tags removed 20 rokov pred
delp.pp 661c433008 --- Merging r14900 into '.': 15 rokov pred
grab_vcsa.pp 03b6c5a89b * fix compilation with latest stat record 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 d444058d0e * Replaced with new version based on classes 19 rokov pred
ptopu.pp c69840519e * Better handling of class declarations, move implementation to deindent 17 rokov pred
rmcvsdir.pp ca29fdfa01 + always build rmcvsdir 19 rokov pred
rstconv.pp d4d3b17705 --- Merging r14995 into '.': 15 rokov pred
svn2cl.pp 39efda1fde * fix writing of multiple files per path 20 rokov pred

README.txt

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.