• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aclocal/H06-Sep-2018-2423

config/H06-Sep-2018-17,71015,696

doc/H03-May-2022-3,4932,986

intl/H03-May-2022-26,91619,643

m4/H06-Sep-2018-4,1003,862

man/H06-Sep-2018-3,5713,152

miscel/H06-Sep-2018-9351

po/H03-May-2022-10,9428,775

regression/H05-Sep-2018-19,89214,200

src/H03-May-2022-14,0509,471

ABOUT-NLSH A D05-Sep-201891.6 KiB1,2831,244

AUTHORSH A D02-Sep-2018242 97

COPYINGH A D02-Sep-201834.3 KiB675553

ChangeLogH A D05-Sep-201813 KiB301241

ChangeLog-1990H A D02-Sep-201814.2 KiB439282

ChangeLog-1998H A D02-Sep-201849.9 KiB1,361946

ChangeLog-2001H A D03-May-202229.2 KiB929639

INSTALLH A D03-Sep-201815.4 KiB369287

Makefile.amH A D05-Sep-20181.3 KiB6141

Makefile.inH A D05-Sep-201828.5 KiB905803

NEWSH A D06-Sep-201821.7 KiB632441

README.mdH A D06-Sep-20183.2 KiB10268

aclocal.m4H A D05-Sep-201847.4 KiB1,3111,196

bootstrapH A D02-Sep-2018914 5336

config.h.inH A D03-May-202216.2 KiB519388

configureH A D03-May-2022351.1 KiB12,21110,194

configure.acH A D03-May-20221.4 KiB7054

README.md

1README for GNU indent 2.2.12
2============================
3
4  GNU indent changes the appearance of a C program by inserting or
5  deleting whitespace according to a plethora of options.  Some
6  canned styles of formatting are supported as well.  GNU indent is
7  a descendant of BSD indent.  This file is part of the GNU indent
8  distribution.
9
10  GNU indent does NOT work for C++, if it does for you then you're
11  just lucky.  Don't expect support for C++.
12
13  Read the file NEWS for more information, especially to see what's
14  different from the last version, and what future versions may do.
15
16  To install indent, please read the file INSTALL included with the
17  distribution.
18
19  For license and copying information, see the file COPYING.
20
21Documentation
22-------------
23
24  For complete documentation on the Web, please visit:
25
26     http://www.gnu.org/software/indent/
27
28  GNU uses a language called "texinfo" for its documentation source
29  which produces both an on-line, interactive version and a hardcopy
30  version for printing.  An HTML version is now produced as well.
31
32  The on-line versions, `indent.info` and `indent.1`, are installed
33  along with the executable by typing "make install".
34  Refer to the Texinfo manual for more information on the `info` system.
35
36  The hardcopy version is produced from the source file `indent.texinfo`
37  in a pdf or Postscript format file.  To produce the pdf
38  version type:
39
40    make pdf
41
42  To produce the Postscript version, type:
43
44    make ps
45
46  Note that you must have the TeX typographical system installed for
47  this to work.
48
49  The HTML version is included along with the distribution, and
50  consists of the file:
51
52     doc/indent.html
53
54  This file can also be accessed at the URL
55        http://www.gnu.org/software/indent/manual/
56
57  To create the HTML version from the texinfo version, type:
58
59     make html
60
61  Obviously you will need the texi2html tool.
62
63Bug reports
64-----------
65
66  Please address bug-reports and suggestions or comments to:
67
68    bug-indent@gnu.org
69
70  How to report bugs:
71
72  Please begin your bug report with a concise and factual description
73  of the behaviour you consider to be abberant.  If you have narrowed
74  the problem down to the use of a particular option, please mention
75  that.  In general, also be sure to mention the command line options
76  used to invoke indent, as well as the contents of your .indent.pro
77  if you are using one.
78
79  Then include the *smallest possible* piece of code which generates
80  the described symptom.  It is very helpful if you can manage to
81  reduce the size of the sample code.
82
83  Finally, if you have investigated the problem further, include
84  debugger stack traces, modifications, or speculation you have.
85
86Sending code
87------------
88
89  If you send a patch as part of your bug fix, or send us code for new
90  features, please send them as diffs.  In particular, include the
91  result of `diff -c <old_file> <new_file>`.
92
93  Please make sure that patches you provide apply cleanly to the latest
94  code published in the Mercurial repo:
95
96    https://hg.savannah.gnu.org/hgweb/indent/
97
98  Because of the regression testing the project requires of indent,
99  it is extremely unlikely that your code will be installed into indent
100  "as-is";  however it may still be helpful, and will likely have
101  solved your particular problem.
102