Margers c387c49877 Mass typo fixes in comments for utils. il y a 2 semaines
..
build 900e09c634 Regenerate all utils Makefile's after last change to fpcmake.ini il y a 3 mois
debugsvr fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
dotutils fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
dxegen fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
fpcm c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
fpcmkcfg fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
fpcres c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
fpcreslipo fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
fpdoc c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
fpgmake ae5c440864 * Added ability to generate target-dependencies il y a 14 ans
fpmc fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
fppkg c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
fprcp c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
h2pas c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
ihxutil c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
importtl fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
instantfpc c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby il y a 13 ans
json2pas fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
mksymbian c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
openapi fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
pas2fpm fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
pas2jni fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
pas2js fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
pas2ut fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
rmwait fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
sim_pasc bd9ea37453 + add a distclean target for sim_pasc il y a 1 an
svn2cvs fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
tply c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
unicode c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
wasmbin c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
Makefile 24484b6dce Regenerate all Makefile's after Package-$(TARGETSUFFIX).fpc introduction il y a 3 mois
Makefile.fpc aec4cb393d Only add '-bu' option to FPMAKE_OPT if DISABLE_FPMAKE_BUILD_UNIT variable is not set il y a 1 an
Makefile.fpc.fpcmake 98f00acb06 * trunk to 3.3.1 il y a 7 ans
README.txt c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
bin2obj.pp 15e656c36e + -x option to output all numeric constants as hex constants il y a 7 ans
creumap.pp fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
data2inc.exm 1ab0f87f7f * initial version il y a 26 ans
data2inc.pp c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
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 11 ans
fpmake.pp 35047acebd Disable of utils packages for wasip2 OS target il y a 10 mois
fpmake_add.inc 25954d39e4 * OpenAPI to pascal conversion tool il y a 1 an
fpmake_proc.inc 25954d39e4 * OpenAPI to pascal conversion tool il y a 1 an
grab_vcsa.pp fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
mkinsadd.pp caf1f0c714 * added support for specifying package listing files using wildcards il y a 6 ans
postw32.pp 08b14f06ef * PChar -> PAnsiChar il y a 2 ans
ppdep.pp 08b14f06ef * PChar -> PAnsiChar il y a 2 ans
ptop.pp fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
ptopu.pp c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
rmcvsdir.pp fb44abdcc1 Mass trailing space removal for utils. il y a 3 semaines
rstconv.pp c387c49877 Mass typo fixes in comments for utils. il y a 1 semaine
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 11 ans

README.txt

This directory 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.