fpc/utils
marco 9404acff6e --- Merging r32264 into '.':
U    utils/tply/lextable.pas
U    utils/tply/plex.pas
--- Recording mergeinfo for merge of r32264 into '.':
 G   .

# revisions: 32264

git-svn-id: branches/fixes_3_0@33789 -
2016-05-25 14:02:13 +00:00
..
debugsvr * Re-generated Makefile's 2015-10-10 20:05:14 +00:00
dxegen * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
fpcm --- Merging r31942 into '.': 2016-04-30 11:44:08 +00:00
fpcmkcfg * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
fpcres * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
fpcreslipo * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
fpdoc # revisions: 33347,33406,33548,33576,33577,33578,33579,33602,33603,33683 2016-05-22 16:31:40 +00:00
fpgmake * Added ability to generate target-dependencies 2012-03-22 16:40:58 +00:00
fpmc * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
fppkg # revisions: 32727,32728,32751,32751,32752,32756,32771,32794 2016-05-22 15:28:45 +00:00
fprcp * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
h2pas * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
importtl * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
instantfpc # revisions: 32896,32897,32985,32988,32044,33061,33151,33170,33194,33206,33207,33220,33221,33226,33237,33241,33265 2016-05-22 15:53:13 +00:00
javapp/src/fpc/tools/javapp + new -varparas option that adds overloads for imported methods whereby 2012-05-28 10:21:25 +00:00
mksymbian * Re-generated Makefile's 2015-10-10 20:05:14 +00:00
pas2fpm * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
pas2jni Merged revision(s) 33435-33436 from trunk: 2016-04-07 13:25:44 +00:00
pas2js * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
pas2ut * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
rmwait * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
sim_pasc
svn2cvs
tply --- Merging r32264 into '.': 2016-05-25 14:02:13 +00:00
unicode # revisions: 33613,33629,33632,33708,33710,33728,33729,33730,33734,33742 2016-05-24 20:05:14 +00:00
bin2obj.pp
creumap.pp utils: use LongInt instead of Integer to prevent overflow 2014-01-05 17:09:48 +00:00
data2inc.exm
data2inc.pp
delp.lpi * Added some extra options for recursion, additional extensions and verbosity 2014-09-14 11:03:10 +00:00
delp.pp * Added some extra options for recursion, additional extensions and verbosity 2014-09-14 11:03:00 +00:00
fpcsubst.pp * move fpcsubst to utils/ because it uses classes 2014-03-30 11:45:51 +00:00
fpmake_add.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc.inc * Added fpmake.pp files for pas2fpm, pas2jni and pas2ut 2013-05-13 19:56:36 +00:00
fpmake.pp --- Merging r31316 into '.': 2015-10-06 21:14:37 +00:00
grab_vcsa.pp
Makefile * Re-generated Makefiles 2015-10-06 22:09:00 +00:00
Makefile.fpc --- Merging r31317 into '.': 2015-10-06 21:20:59 +00:00
Makefile.fpc.fpcmake * makefile regen and version updates. 2015-01-05 15:04:54 +00:00
mkinsadd.pp --- Merging r29489 into '.': 2015-06-17 17:38:22 +00:00
postw32.pp
ppdep.pp
ptop.pp
ptopu.pp * commited correction for Mantis #25560, misspelled constructor keyword 2014-01-20 10:39:39 +00:00
README.txt
rmcvsdir.pp * adding a copyright banner and a short description. 2012-06-03 11:25:37 +00:00
rstconv.pp --- Merging r29821 into '.': 2016-04-30 21:02:02 +00:00
svn2cl.pp
usubst.pp * move fpcsubst to utils/ because it uses classes 2014-03-30 11:45:51 +00:00

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.