fpc/utils
michael 559e1e7d79 - keywords 'virtual' and 'uses' were added.
- '{}' and '(**)' comment types were separated.
- tokens now AnsiStrings
- the comments are now handled better, ptop now does multi line comments.
- added debug prints to verbose option
        'line in-<number> out-<number> symbol "<name>" = "<value>"'
  the <value> is truncated in the middle. this means visible beginning and
  the end.
2005-02-21 07:59:10 +00:00
..
debugsvr * 1.9.8 2005-02-15 22:28:29 +00:00
dxegen * 1.9.8 2005-02-15 22:28:29 +00:00
fpcm * 1.9.8 2005-02-15 22:28:29 +00:00
fpdoc * 1.9.8 2005-02-15 22:28:29 +00:00
fpmc * 1.9.8 2005-02-15 22:28:29 +00:00
fprcp * 1.9.8 2005-02-15 22:28:29 +00:00
h2pas + added -P: 2005-02-20 11:09:41 +00:00
kalyptus * initial release, mainly backup 2003-09-22 01:35:54 +00:00
simulator * 1.9.8 2005-02-15 22:28:29 +00:00
tply * 1.9.8 2005-02-15 22:28:29 +00:00
bin2obj.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
checkcvs.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
creumap.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
data2inc.exm
data2inc.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
delp.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
Makefile * 1.9.8 2005-02-15 22:28:29 +00:00
Makefile.fpc * 1.9.8 2005-02-15 22:28:29 +00:00
postw32.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
ppdep.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
ptop.pp + fix for BP 2002-02-27 17:20:44 +00:00
ptopu.pp - keywords 'virtual' and 'uses' were added. 2005-02-21 07:59:10 +00:00
README + updated 2002-03-09 22:20:37 +00:00
rmcvsdir.pp * first version 2000-12-19 21:48:01 +00:00
rstconv.pp * truncate log 2005-02-14 17:13:06 +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.