florian c2ce5d91ca Merged revisions 8801,8819,8822,8831,8848-8849,8851,8865-8866,8879,8885-8889,8891-8893,8895,8897,8904,8911 via svnmerge from 18 年之前
..
debugsvr edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
dxegen edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
fpcm c2ce5d91ca Merged revisions 8801,8819,8822,8831,8848-8849,8851,8865-8866,8879,8885-8889,8891-8893,8895,8897,8904,8911 via svnmerge from 18 年之前
fpcres edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
fpdoc edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
fpmc edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
fppkg edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
fprcp edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
h2pas edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
kalyptus 4ace790492 * remove $Log 20 年之前
mksymbian 261566e315 Merged revisions 7057,7068-7069,7075-7079,7087,7094,7098-7099,7101,7103,7109,7115-7119,7128,7136-7137,7139,7150,7157,7160-7162,7175,7178-7179,7190-7195,7198,7202,7205-7206,7208-7217,7220-7222,7225-7228,7230,7233,7239-7241,7244,7246,7263,7275,7277,7279-7281,7285,7288-7289,7291-7293,7296,7300,7303,7310,7318,7340-7341,7343,7345,7349,7372-7373,7375-7376,7379,7381,7383-7388,7391-7392,7400,7404-7406,7411,7422,7425,7436,7441-7442,7444-7445,7450,7456,7463,7467,7475,7479,7486,7504,7506-7509,7522,7527,7534-7536,7558-7559,7563-7565,7567,7570-7571,7573-7576,7586,7589,7592-7594,7607,7612,7615,7619-7620,7622-7623,7626,7628,7631,7633,7646,7663,7677,7681-7683,7689,7697,7704-7712,7725,7736,7738,7740,7744-7746,7751,7753,7764,7767,7769-7770,7776-7777,7788,7830,7836-7839,7846,7849,7862,7864-7865,7869,7872,7877,7882,7927-7929,7953,7958,7961,7967-7969,7971,7986-7987,7990-7994,7998-8000,8003 via svnmerge from 18 年之前
simulator edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
svn2cvs 4c55f2bc34 + Initial import 20 年之前
tply edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
Makefile edfb121c83 * regenerated with darwin/ppc64 support 18 年之前
Makefile.fpc 90e313f3f9 * Version 2.2.1 18 年之前
README afbf5ec51b + updated 23 年之前
bin2obj.pp 790a4fe2d3 * log and id tags removed 20 年之前
checkcvs.pp 790a4fe2d3 * log and id tags removed 20 年之前
creumap.pp 790a4fe2d3 * log and id tags removed 20 年之前
data2inc.exm 1ab0f87f7f * initial version 26 年之前
data2inc.pp 790a4fe2d3 * log and id tags removed 20 年之前
delp.pp 52475375e9 Merged revisions 7529 via svnmerge from 18 年之前
grab_vcsa.pp 03b6c5a89b * fix compilation with latest stat record 19 年之前
postw32.pp 790a4fe2d3 * log and id tags removed 20 年之前
ppdep.pp 790a4fe2d3 * log and id tags removed 20 年之前
ptop.pp d444058d0e * Replaced with new version based on classes 19 年之前
ptopu.pp d444058d0e * Replaced with new version based on classes 19 年之前
rmcvsdir.pp 85ac4d1e0e Merged revisions 7018 via svnmerge from 18 年之前
rstconv.pp 790a4fe2d3 * log and id tags removed 20 年之前
svn2cl.pp 39efda1fde * fix writing of multiple files per path 20 年之前

README

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.