Pierre Muller edf3a6d86a Use -CTsmalltoc to compile fpdoc for powerpc64-aix target 2 周之前
..
build 900e09c634 Regenerate all utils Makefile's after last change to fpcmake.ini 3 月之前
debugsvr fb44abdcc1 Mass trailing space removal for utils. 1 月之前
dotutils fb44abdcc1 Mass trailing space removal for utils. 1 月之前
dxegen fb44abdcc1 Mass trailing space removal for utils. 1 月之前
fpcm c387c49877 Mass typo fixes in comments for utils. 3 周之前
fpcmkcfg fb44abdcc1 Mass trailing space removal for utils. 1 月之前
fpcres c387c49877 Mass typo fixes in comments for utils. 3 周之前
fpcreslipo fb44abdcc1 Mass trailing space removal for utils. 1 月之前
fpdoc edf3a6d86a Use -CTsmalltoc to compile fpdoc for powerpc64-aix target 2 周之前
fpgmake ae5c440864 * Added ability to generate target-dependencies 14 年之前
fpmc fb44abdcc1 Mass trailing space removal for utils. 1 月之前
fppkg c387c49877 Mass typo fixes in comments for utils. 3 周之前
fprcp c387c49877 Mass typo fixes in comments for utils. 3 周之前
h2pas 7c75393d40 Mas typo fixes in strings for utils. 3 周之前
ihxutil c387c49877 Mass typo fixes in comments for utils. 3 周之前
importtl fb44abdcc1 Mass trailing space removal for utils. 1 月之前
instantfpc c387c49877 Mass typo fixes in comments for utils. 3 周之前
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby 13 年之前
json2pas fb44abdcc1 Mass trailing space removal for utils. 1 月之前
mksymbian c387c49877 Mass typo fixes in comments for utils. 3 周之前
openapi fb44abdcc1 Mass trailing space removal for utils. 1 月之前
pas2fpm fb44abdcc1 Mass trailing space removal for utils. 1 月之前
pas2jni fb44abdcc1 Mass trailing space removal for utils. 1 月之前
pas2js fb44abdcc1 Mass trailing space removal for utils. 1 月之前
pas2ut fb44abdcc1 Mass trailing space removal for utils. 1 月之前
rmwait fb44abdcc1 Mass trailing space removal for utils. 1 月之前
sim_pasc bd9ea37453 + add a distclean target for sim_pasc 1 年之前
svn2cvs fb44abdcc1 Mass trailing space removal for utils. 1 月之前
tply c387c49877 Mass typo fixes in comments for utils. 3 周之前
unicode c387c49877 Mass typo fixes in comments for utils. 3 周之前
wasmbin c387c49877 Mass typo fixes in comments for utils. 3 周之前
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. 3 周之前
bin2obj.pp 15e656c36e + -x option to output all numeric constants as hex constants 7 年之前
creumap.pp fb44abdcc1 Mass trailing space removal for utils. 1 月之前
data2inc.exm 1ab0f87f7f * initial version 26 年之前
data2inc.pp c387c49877 Mass typo fixes in comments for utils. 3 周之前
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. 1 月之前
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. 1 月之前
ptopu.pp c387c49877 Mass typo fixes in comments for utils. 3 周之前
rmcvsdir.pp fb44abdcc1 Mass trailing space removal for utils. 1 月之前
rstconv.pp c387c49877 Mass typo fixes in comments for utils. 3 周之前
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.