Florian Klämpfl 4cdc5b1cdf * generate revision.inc using git log with a date format argument compatible with older git il y a 4 ans
..
debugsvr 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
dxegen 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
fpcm 4cdc5b1cdf * generate revision.inc using git log with a date format argument compatible with older git il y a 3 mois
fpcmkcfg 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
fpcres 41f5f0481c * add filename before eparsererror and reraise closes 0040958 il y a 7 mois
fpcreslipo 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
fpdoc ea53e336c4 * fixes #40893 using Otherfiles parameter to fpdoc with CHM backend. il y a 7 mois
fpgmake ae5c440864 * Added ability to generate target-dependencies il y a 14 ans
fpmc 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
fppkg 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
fprcp 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
h2pas 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
importtl 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
instantfpc 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby il y a 13 ans
json2pas 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
mksymbian 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
pas2fpm 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
pas2jni 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
pas2js 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
pas2ut 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
rmwait 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
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 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
unicode 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
Makefile 57e84ef714 Update all Makefile's by running update fpcmake il y a 1 an
Makefile.fpc fdf93c5b29 Avoid running cleanppulogs and ppulogs rules in parallel il y a 1 an
Makefile.fpc.fpcmake 74aff88586 --- Merging r49045 into '.': il y a 4 ans
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files il y a 17 ans
bin2obj.pp 1f921d4ac0 --- Merging r39866 into '.': il y a 7 ans
creumap.pp cad2b985d6 * when creating the reverse endian .bcm file, zero fill all the records, before 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 5dbf394041 * Also remove .fpm il y a 7 ans
fpcsubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes il y a 12 ans
fpmake.pp 74aff88586 --- Merging r49045 into '.': il y a 4 ans
fpmake_add.inc 722927bc4f * Add Pas2js il y a 7 ans
fpmake_proc.inc 722927bc4f * Add Pas2js il y a 7 ans
grab_vcsa.pp 03b6c5a89b * fix compilation with latest stat record il y a 19 ans
mkinsadd.pp b4f641ba85 --- Merging r43618 into '.': il y a 6 ans
postw32.pp 790a4fe2d3 * log and id tags removed il y a 20 ans
ppdep.pp 629d8277da * Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007) il y a 9 ans
ptop.pp e4ca90ba1f * Fix warnings, read <keyword> for gobble keywords il y a 7 ans
ptopu.pp 8349a39d6e --- Merging r43137 into '.': il y a 6 ans
rmcvsdir.pp f289275932 * also remove .git dirs. il y a 3 ans
rstconv.pp e8f2f23444 * mention support for .rsj extension in help text (based on patch by il y a 10 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.