fpc/utils
2017-08-12 08:52:44 +00:00
..
debugsvr Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
dxegen Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
fpcm m68k: removed traces of the never obsolete/ancient openbsd-m68k and never existed freebsd-m68k ports 2017-08-12 08:52:44 +00:00
fpcmkcfg * Re-generated include file to generate config-files which use https for repositories 2017-06-19 21:26:23 +00:00
fpcres Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
fpcreslipo Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
fpdoc * Append end to correct location in class 2017-06-27 06:59:59 +00:00
fpgmake
fpmc Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
fppkg * Fixed the ability to build packages in .source.zip files 2017-07-09 20:30:28 +00:00
fprcp Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
h2pas Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
importtl Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
instantfpc Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
javapp/src/fpc/tools/javapp
json2pas Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
mksymbian Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
pas2fpm Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
pas2jni Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
pas2js * Fix compilation 2017-08-02 11:11:54 +00:00
pas2ut Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
rmwait Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
sim_pasc
svn2cvs
tply Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
unicode * Fix bug #31947: upgrade natve unicode implementation to version 9 and CLDR 30 (Patch from Inoussa) 2017-06-03 16:10:39 +00:00
bin2obj.pp
creumap.pp * when creating the reverse endian .bcm file, zero fill all the records, before 2017-06-06 14:57:22 +00:00
data2inc.exm
data2inc.pp
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc * JSON2pas command-line tool added 2017-01-14 10:22:16 +00:00
fpmake_proc.inc * JSON2pas command-line tool added 2017-01-14 10:22:16 +00:00
fpmake.pp
grab_vcsa.pp
Makefile Regenerate with sparc64-linux target 2017-06-01 13:40:25 +00:00
Makefile.fpc
Makefile.fpc.fpcmake
mkinsadd.pp
postw32.pp
ppdep.pp * Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007) 2016-11-26 13:32:52 +00:00
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp
usubst.pp

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.