Jonas Maebe 06065c63c5 --- Merging r39845 into '.': il y a 7 ans
..
debugsvr bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
dxegen bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpcm bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpcmkcfg 06065c63c5 --- Merging r39845 into '.': il y a 7 ans
fpcres bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpcreslipo bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpdoc bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpgmake ae5c440864 * Added ability to generate target-dependencies il y a 14 ans
fpmc bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fppkg bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fprcp bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
h2pas bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
importtl bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
instantfpc bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby il y a 13 ans
mksymbian bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
pas2fpm bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
pas2jni bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
pas2js bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
pas2ut bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
rmwait bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
sim_pasc 4b8643f73b * removed some clashes between ifdefs and regular tokens il y a 18 ans
svn2cvs 4c55f2bc34 + Initial import il y a 20 ans
tply bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
unicode bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
Makefile bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
Makefile.fpc 2174581f6c --- Merging r31317 into '.': il y a 10 ans
Makefile.fpc.fpcmake bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files il y a 17 ans
bin2obj.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
creumap.pp 98001a7411 --- Merging r36438 into '.': il y a 8 ans
data2inc.exm 1ab0f87f7f * initial version il y a 26 ans
data2inc.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
delp.lpi 7d28bc8e4e * Added some extra options for recursion, additional extensions and verbosity il y a 11 ans
delp.pp 70aec083c1 --- Merging r33882 into '.': il y a 9 ans
fpcsubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes il y a 12 ans
fpmake.pp bc30f2cfd0 * update to v 3.0.4 il y a 8 ans
fpmake_add.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time il y a 12 ans
fpmake_proc.inc 2555885541 * Added fpmake.pp files for pas2fpm, pas2jni and pas2ut il y a 12 ans
grab_vcsa.pp 03b6c5a89b * fix compilation with latest stat record il y a 19 ans
mkinsadd.pp d45b16f701 --- Merging r29489 into '.': il y a 10 ans
postw32.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
ppdep.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
ptop.pp d444058d0e * Replaced with new version based on classes il y a 19 ans
ptopu.pp a57df5f0dd * commited correction for Mantis #25560, misspelled constructor keyword il y a 12 ans
rmcvsdir.pp 6033d3df0d * adding a copyright banner and a short description. il y a 13 ans
rstconv.pp 73cae02c20 --- Merging r29821 into '.': il y a 9 ans
svn2cl.pp 39efda1fde * fix writing of multiple files per path il y a 20 ans
usubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes il y a 12 ans

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.