Curtis Hamilton 26a7cb69be Merge branch source:main into main hai 3 semanas
..
build af595389a6 Update repository hai 4 semanas
debugsvr fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
dotutils fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
dxegen fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
fpcm 6a6275f51f Merge branch source:main into main hai 3 semanas
fpcmkcfg fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
fpcres c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
fpcreslipo fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
fpdoc c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
fpgmake ae5c440864 * Added ability to generate target-dependencies %!s(int64=14) %!d(string=hai) anos
fpmc fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
fppkg c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
fprcp c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
h2pas 7c75393d40 Mas typo fixes in strings for utils. hai 3 semanas
ihxutil c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
importtl fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
instantfpc c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
javapp 3a2afe27aa + new -varparas option that adds overloads for imported methods whereby %!s(int64=13) %!d(string=hai) anos
json2pas fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
mksymbian c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
openapi fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
pas2fpm fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
pas2jni fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
pas2js fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
pas2ut fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
rmwait fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
sim_pasc bd9ea37453 + add a distclean target for sim_pasc hai 1 ano
svn2cvs fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
tply c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
unicode c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
wasmbin c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
Makefile 947c30e9f1 Add support for FreeBSD/PowerPC64 hai 2 meses
Makefile.fpc aec4cb393d Only add '-bu' option to FPMAKE_OPT if DISABLE_FPMAKE_BUILD_UNIT variable is not set hai 1 ano
Makefile.fpc.fpcmake 98f00acb06 * trunk to 3.3.1 %!s(int64=7) %!d(string=hai) anos
README.txt c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
bin2obj.pp 15e656c36e + -x option to output all numeric constants as hex constants %!s(int64=7) %!d(string=hai) anos
creumap.pp fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
data2inc.exm 1ab0f87f7f * initial version %!s(int64=26) %!d(string=hai) anos
data2inc.pp c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
delp.lpi 7d28bc8e4e * Added some extra options for recursion, additional extensions and verbosity %!s(int64=11) %!d(string=hai) anos
delp.pp 5dbf394041 * Also remove .fpm %!s(int64=7) %!d(string=hai) anos
fpcsubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes %!s(int64=11) %!d(string=hai) anos
fpmake.pp 35047acebd Disable of utils packages for wasip2 OS target hai 10 meses
fpmake_add.inc 25954d39e4 * OpenAPI to pascal conversion tool hai 1 ano
fpmake_proc.inc 25954d39e4 * OpenAPI to pascal conversion tool hai 1 ano
grab_vcsa.pp fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
mkinsadd.pp caf1f0c714 * added support for specifying package listing files using wildcards %!s(int64=6) %!d(string=hai) anos
postw32.pp 08b14f06ef * PChar -> PAnsiChar %!s(int64=2) %!d(string=hai) anos
ppdep.pp 08b14f06ef * PChar -> PAnsiChar %!s(int64=2) %!d(string=hai) anos
ptop.pp fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
ptopu.pp c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
rmcvsdir.pp fb44abdcc1 Mass trailing space removal for utils. hai 1 mes
rstconv.pp c387c49877 Mass typo fixes in comments for utils. hai 3 semanas
svn2cl.pp 39efda1fde * fix writing of multiple files per path %!s(int64=20) %!d(string=hai) anos
usubst.pp 56277b18db * move fpcsubst to utils/ because it uses classes %!s(int64=11) %!d(string=hai) anos

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.