Margers c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
..
build 900e09c634 Regenerate all utils Makefile's after last change to fpcmake.ini пре 3 месеци
debugsvr fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
dotutils fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
dxegen fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
fpcm c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
fpcmkcfg fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
fpcres c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
fpcreslipo fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
fpdoc c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
fpgmake ae5c440864 * Added ability to generate target-dependencies пре 14 година
fpmc fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
fppkg c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
fprcp c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
h2pas c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
ihxutil c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
importtl fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
instantfpc c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby пре 13 година
json2pas fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
mksymbian c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
openapi fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
pas2fpm fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
pas2jni fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
pas2js fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
pas2ut fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
rmwait fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
sim_pasc bd9ea37453 + add a distclean target for sim_pasc пре 1 година
svn2cvs fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
tply c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
unicode c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
wasmbin c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
Makefile 24484b6dce Regenerate all Makefile's after Package-$(TARGETSUFFIX).fpc introduction пре 3 месеци
Makefile.fpc aec4cb393d Only add '-bu' option to FPMAKE_OPT if DISABLE_FPMAKE_BUILD_UNIT variable is not set пре 1 година
Makefile.fpc.fpcmake 98f00acb06 * trunk to 3.3.1 пре 7 година
README.txt c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
bin2obj.pp 15e656c36e + -x option to output all numeric constants as hex constants пре 7 година
creumap.pp fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
data2inc.exm 1ab0f87f7f * initial version пре 26 година
data2inc.pp c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
delp.lpi 7d28bc8e4e * Added some extra options for recursion, additional extensions and verbosity пре 11 година
delp.pp 5dbf394041 * Also remove .fpm пре 7 година
fpcsubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes пре 11 година
fpmake.pp 35047acebd Disable of utils packages for wasip2 OS target пре 10 месеци
fpmake_add.inc 25954d39e4 * OpenAPI to pascal conversion tool пре 1 година
fpmake_proc.inc 25954d39e4 * OpenAPI to pascal conversion tool пре 1 година
grab_vcsa.pp fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
mkinsadd.pp caf1f0c714 * added support for specifying package listing files using wildcards пре 6 година
postw32.pp 08b14f06ef * PChar -> PAnsiChar пре 2 година
ppdep.pp 08b14f06ef * PChar -> PAnsiChar пре 2 година
ptop.pp fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
ptopu.pp c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
rmcvsdir.pp fb44abdcc1 Mass trailing space removal for utils. пре 3 недеља
rstconv.pp c387c49877 Mass typo fixes in comments for utils. пре 1 недеља
svn2cl.pp 39efda1fde * fix writing of multiple files per path пре 20 година
usubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes пре 11 година

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.