File: ChangeLog

package info (click to toggle)
indent 2.2.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 872 kB
  • ctags: 718
  • sloc: ansic: 5,941; sh: 392; makefile: 96
file content (713 lines) | stat: -rw-r--r-- 33,362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
1999-11-04  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS: O well, lets release it.

	* io.c:
	Bug fix: When the s_code buffer needed to be realloc-ed, bufbreak `ptr'
	were pointing into cyber space.  Now using an offset relative to the
	start of the buffer for the break points.

	* NEWS: Update of NEWS

	* backup.c, indent.texinfo: Date: Sun, 24 Oct 1999 23:03:30 -0400
	From: "Chris F.A. Johnson" <bq933@torfree.net>
	Subject: "GNU indent"

	I have made a modification (included as the output of "diff -c" which
	allows zero padding of numbered backup suffixes, controled by an
	environment variable, VERSION_WIDTH.

	If the variable is set to a positive integer, that width will be used to
	zero-pad the backup suffix, e.g. if VERSION_WIDTH=2 the suffix would be
	~01~ instead of ~1~.

	This improves alphabetical listing (with ls or a file requestor) when
	there are more than 10 backup versions. It may sound like overkill, but
	I have my text editor set to create a numbered backup with every save,
	and often there are more than 10 (even 20 or 30).

	--

	two bug fixes and update of documentation by Carlo Wood

1999-10-30  Carlo Wood, Runaway  <carlo@jolan>

	* configure.in: Bumped version number to 2.2.4

	* regression/standard/no-newline2.c, indent.c:
	Ignore requests for (extra) blank lines prior to #else, #elif and #endif.

1999-10-29  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS, indent.texinfo, texinfo2man.c:
	Date: Wed, 27 Oct 1999 18:16:38 -0400 (EDT)
	From: Kragen Sittler <sittler@day.erim-int.com>
	To: carlo@runaway.xs4all.nl
	Subject: update for 'info' texinfo file

	This patch updates the info file in a number of ways:
	- corrects incorrect indentation in one example (TeX doesn't like <tab>
	  in @example);
	- corrects incorrect spellings of words;
	- corrects some usages of words and punctuation that I think might be
	  incorrect; some of the punctuation corrections may actually be
	  incorrect.
	- changes (c) to @copyright{};
	- uses more specific markup, including the new Texinfo 4.0 markup:
	  @file, @option, @command, @env, etc., in preference to @samp and
	  @code, where applicable;
	- changes spacing and page breaks to be a little more readable in the
	  printed version -- IMHO; you may disagree;
	- modification of dashes -- one en dash became an em dash, and another
	  became a hyphen;
	- modification of quotes in a couple of places;
	- corrected minor factual errors probably due to typos;
	- added a couple of things to the index;
	- added markup in a couple of places where it seemed to be missing;
	- tried and failed to fix the "cross-key"'s formatting.

1999-10-26  Carlo Wood, Runaway  <carlo@jolan>

	* comments.c, indent.c, parse.c:
	Removed a few compiler warnings (mostly unused variables) reported to me
	by Nelson H. F. Beebe.

	* regression/standard/embedded-cuddle1.c, NEWS, indent.c:
	Fixed bug causing --braces-on-if-line not to put a '{' brace on the same
	line as a '}' automatically on the next line.  Bug reported by David Luyer.

1999-10-19  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS: Update

1999-10-11  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/elif.c, regression/TEST, regression/elif.c, indent.c:
	Treat #elif correctly. Thanks to Stuart Kemp for the bug report.

1999-10-10  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c:
	indent didn't recognize "# else" and "# endif" for what they are due
	to the space(s). Thanks to Stuart Kemp for the bug report.

1999-10-01  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS: Update for release of 2.2.3

1999-09-30  Carlo Wood, Runaway  <carlo@jolan>

	* Makefile.am: Argh. Forgot to add indent.dsp to the tar.

	* configure.in: Bumped version number to 2.2.3

	* NEWS: Updated NEWS

	* Makefile.am, indent-cc.gperf, indent.c, indent.gperf:
	Fixed bit fields - the "support" for public:/private:/protected: broke
	bits fields when another type then `int' was used.  Thanks to Simon Munton
	for the bug report!
	Also fixed public:/private:/protected: labels really now.

1999-09-28  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS: Updated

	* io.c, parse.c:
	Fixed a problem when indenting multiple files: the second and subsequent
	files specified on the command line had a blank line inserted at the top
	of the file when the previous file ended on a function definition.
	Thanks to Simon Munton for reporting this.

	* .cvsignore, Makefile.am, README.vc++.in, config.h.vc++.in, indent.dsp, maintMakefile.in:
	Added support for win32 - by Ben Bourner.

	* configure.in: Bumped version to 2.2.2

	* README.VMS, VMS-README: Renamed VMS-README to README.VMS

1999-09-25  Carlo Wood, Runaway  <carlo@jolan>

	* .cvsignore, maintMakefile.in: Got rid of .release_day

	* NEWS: Update

1999-09-09  Carlo Wood, Runaway  <carlo@jolan>

	* indent.texinfo:
	Added comment in section Bugs about /*UPPERCASE*/ and joining lines.

1999-09-06  Carlo Wood, Runaway  <carlo@jolan>

	* indent.texinfo: xref{} suddenly needs to be followed by a '.' or ','.

1999-09-03  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c, lexi.c:
	The '(' in constructs like char a[(1)] = { ... }; caused block_init not
	to be set.

1999-08-27  Carlo Wood, Runaway  <carlo@jolan>

	* lexi.c, sys.h, NEWS:
	EBCDIC charset support for BS2000/POSIX (Siemens mainframe OS).
	Contributed by <Martin.Kraemer@MchP.Siemens.De>.

	* .cvsignore: Forgot to add gperf-cc.c here.

	* Makefile.am, NEWS, args.c, indent-cc.gperf, indent.c, io.c, lexi.c:
	From: malekith@ikar.mps.com.pl
	Date: Thu, 26 Aug 1999 15:06:10 +0200 (CEST)
	To: indent@runaway.xs4all.nl
	Subject: Additional C++ support in indent (diff)

	What have I done?

	1. I removed -c++ arg check from indent.c, since it didn't work anyway (try)
	and put into args.c. I think you put it in indent.c because you wanted
	different set of options for C++, an I right? But for now ...

	2. In io.c I changed compute_label_target() func. Now if in_decl and
	c_plus_plus it returns one indent level back for labels, e.g.
	[...deleted...  this is still broken --Carlo ]

	3. I've added second set of keywords and hash func. This is in lexi.c.
	Lack of ``try'' keyword is intended. It caused errors (nested stmts or
	something). I couldn't handle this.

	4. Added recognizing GNU C++ >? and <? operators (and not documented >?= and
	<?=). It won't harm anyone since in normal C++ there can't be such
	combination of characters.

	5. I don't know why, but if colon is in_decl it is treated strange way.
	If c_plus_plus is set I changed this to handle ``public:'' and so on.

	Note from Carlo Wood:

	That is because in declarations you can have:

	  int foo:4;

	etc. In order to distinguish this from 'public:' etc, I am now
	testing for the 'i' (of the 'int') before treating the colon special.

1999-08-25  Carlo Wood, Runaway  <carlo@jolan>

	* io.c:
	Bug report by Darius Powell: When the parser sees a left brace it clears
	the procedure name out but not the classname ...

1999-08-07  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS, args.c, backup.c, backup.h, configure.in, indent.c, indent.h, indent.texinfo, io.c, io.h, sys.h:
	New option --preserve-mtime: Preserve modification times on output files.
	Preserve modification times on backup files.  Thanks to Ian P. Springer
	for the idea.

1999-08-05  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/enum.c, regression/enum.c, NEWS, lexi.c:
	enum bug also occurs with enum as function parameter.  Again, thanks
	to Simon Munton for the report.

1999-08-04  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/enum.c, regression/TEST, regression/enum.c, NEWS, lexi.c:
	Function returning enum bug fix.  Thanks to Simon Munton for the report.

	* configure.in, globs.c: Don't include malloc.h if we don't have it.

1999-07-29  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/embedded-cuddle1.c, regression/standard/embedded-cuddle2.c, regression/standard/no-newline2.c, regression/embedded-cuddle1.c, regression/embedded-cuddle2.c, indent.c:
	Make -bap work again.  Reported by Andy Cowling.

	* configure.in, maintMakefile.in: Bumped version number to 2.2.1

	* regression/standard/macro.c, regression/TEST, regression/macro.c:
	New test

	* parse.c:
	Fixes a bug reported by George Kiewicz: struct X x = { M(int) };

	* args.c:
	Static is already zero. These zeros aren't even initialisation values anyway.

1999-07-24  Carlo Wood, Runaway  <carlo@jolan>

	* NEWS: Updated

1999-07-22  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c:
	Don't put a space after the "gettext" macro's '_' and 'N_', thanks to
	Akim Demaille for reporting this.

	* io.c, io.h, indent.c:
	Don't indent a broken line to the ind_dec column.

	* Makefile.am, io.c, io.h: More bug fixes by Kaveh R. Ghazi

	* comments.c, indent.c, indent.h, indent.texinfo:
	Comments counting bug fix by Santiago Vila.
	Removed unused variable out_coms.

1999-07-17  Carlo Wood, Runaway  <carlo@jolan>

	* args.c, args.h, backup.c, backup.h, comments.c, comments.h, globs.c, globs.h, indent.c, indent.h, io.c, io.h, lexi.c, lexi.h, parse.c, parse.h, sys.h, texinfo2man.c:
	Code formatting (run it through indent as well).

	* args.c, args.h, backup.c, backup.h, comments.c, comments.h, globs.c, globs.h, indent.c, indent.h, io.c, io.h, lexi.c, lexi.h, parse.c, parse.h, sys.h:
	Put a semicolon after the RCS macros: indent doesn't like when the semicolon
	is missing in the source file :/.

	* NEWS: Updated

	* configure.in: Put the version back at 2.2.0

	* Makefile.am: Add new headers here too :/

	* Makefile.am, NEWS, args.c, args.h, backup.c, backup.h, comments.c, comments.h, configure.in, globs.c, globs.h, indent.c, indent.h, io.c, io.h, lexi.c, lexi.h, memcpy.c, parse.c, parse.h, sys.h:
	Added prototypes.
	De-ANSI-fied some inconsistent places.
	Removed memcpy.c.
	Should compile with a K&R compiler again now.

	Thanks to Kaveh R. Ghazi for report:

	        The following are some patches I needed to get indent-2.1.1
	working on SunOS4 using cc.  A couple of notes:

	1.  You may wish to use the AM_C_PROTOTYPES macro from automake-1.4.
	It'll define PROTOTYPES in config.h if they are available.  I had the
	test in sys.h check for it assuming you would use it when I defined
	the PARAMS macro to handle prototypes.

	2.  The way memcpy is handled seems like overkill.  You do
	AC_CHECK_FUNCS and define it to bcopy if not there.  You also call
	AC_REPLACE_FUNCS.  You also hard code including memcpy.c in the
	sources.  It seems to me that doing just the first check and defining
	it in sys.h is enough.  Get rid of the REPLACE check and the file
	memcpy.c file.

	3.  If you insist on prototyping free() for some reason, at least
	check whether the system already defines it for you.  I ran into
	conflicts with SunOS defining it to "extern int free()" and your
	source did "extern void free()" which bombed.  You can find various
	ways of doing this, egcs-1.1.2 has a NEED_DECLARATIONS check which
	works well.

	4.  If you insist on using ANSI style function definitions, you should
	do it everywhere and use automake's ansi2knr option for older systems.
	Until then, I un-ANSI-fied the inconsistent places where it appeared.

	* regression/standard/const.c, regression/TEST, regression/const.c, indent.c, indent.h, parse.c:
	Detect the `const' qualifier more reliable.
	Thanks to bug report by Lars Hecking.

1999-07-16  Carlo Wood, Runaway  <carlo@jolan>

	* configure.in, sys.h:
	Don't combine memmove and memcpy detection: SunOS 4.1.4 doesn't have
	memmove, according to Nico Kadel-Garcia.

	* configure.in: Bumped version number to 2.1.2

1999-07-15  Carlo Wood, Runaway  <carlo@jolan>

	* indent.texinfo:
	Added comment to Bugs about comments getting too far to the right.

	* indent.texinfo, texinfo2man.c:
	Added `@dircategory' as per suggestion of Albert Chin-A-Young.

1999-07-09  Carlo Wood, Runaway  <carlo@jolan>

	* globs.c: Need to include <errno.h>, some OS define errno as macro.

	* io.c, sys.h:
	Renamed SYS_READ to INDENT_SYS_READ because of a name collision on HPUX.

	* configure.in: Bumped version number to 2.1.1

1999-07-04  Carlo Wood, Runaway  <carlo@jolan>

	* README.in, indent.texinfo:
	C++ doesn't work well enough.  Added that fact to the docs.

	* regression/standard/brackets34.c, regression/standard/brackets35.c, regression/standard/continue-lp.c, regression/standard/brackets33.c, indent.h, io.c, lexi.c, parse.c, indent.c:
	Added break points at non-spaces (after scope resolution operator,
	the global operator, member selection operators, and before subscripting,
	function calls and value constructions (all left brackets thus)).
	Also assigned a rough priority to them to keep the members of higher
	prioritized binary operators together.

1999-07-02  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/else-comment-bl.c, regression/standard/else-comment-br-ce.c, regression/standard/else-comment-br.c, regression/TEST, regression/else-comment.c, indent.c:
	There is something very wrong with `flushed_nl' and how new-lines are
	handled.  Can't put my finger on it, so I wrote this kludge to fix one
	particular bug related to `else' and comments.

	* regression/standard/else-if.c, regression/TEST, regression/else-if.c, indent.c, indent.gperf, indent.h, indent.texinfo, lexi.c, parse.c, args.c:
	Removed old option -ei.
	Fixed indentation problem broken `else if' lines.

1999-07-01  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/brackets33.c, regression/standard/io.c, io.c:
	set_next_buf_break(): Corrected errornous calculation of bb->col, which
	caused certain possible break points to be missed.

	* regression/standard/continue-lp.c, regression/standard/lexi.c, regression/standard/pr_comment.c, io.c:
	Break lines, that can not be broken before max_col, at the first possible
	break point.

	* regression/standard/initializers.c, regression/TEST, regression/initializers.c, indent.c, indent.h, io.c:
	Bug fix of initializer indentation.

1999-06-30  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/line-break-comment.c, regression/TEST, regression/line-break-comment.c, indent.c:
	Bug fix.  Not sure why I added this in the first place :/.

	* regression/standard/args.c, regression/standard/brackets33.c, regression/standard/brackets34.c, regression/standard/brackets35.c, regression/standard/brackets36.c, regression/standard/brackets37.c, regression/standard/brackets38.c, regression/standard/indent.c, regression/standard/io.c, regression/standard/pr_comment.c, indent.c, io.c:
	Don't output a blank line after an else when a comment follows.
	Don't break after a boolean operator if we just broke before it.

1999-06-26  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/brackets34.c, regression/standard/brackets36.c, regression/standard/io.c, regression/standard/lexi.c, indent.c, io.c:
	Break long lines that are still too long after breaking the first time
	but caused dump_line to be called only after being read complete already:
	Don't reset `break_line' in `dump_line()' when a line is still too long.

1999-06-25  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/backup.h, regression/standard/comments1-fca.c, regression/standard/comments1.c, regression/standard/emacs-compatible.h, regression/standard/indent.h, regression/standard/indent_globs.h, regression/standard/io.c, regression/standard/lexi.c, regression/standard/struct-decl.c, regression/standard/sys.h, regression/standard/args.c, NEWS, args.c, indent.h, indent.texinfo, parse.c:
	Do not indent braces of struct, union and enum.
	New option --struct-brace-indentN to specify indentation.

	* regression/standard/args.c, regression/standard/backup.c, regression/standard/brackets.c, regression/standard/brackets33.c, regression/standard/brackets34.c, regression/standard/brackets35.c, regression/standard/brackets36.c, regression/standard/brackets37.c, regression/standard/brackets38.c, regression/standard/comments.c, regression/standard/continue-lp.c, regression/standard/continue.c, regression/standard/func-def.c, regression/standard/indent.c, regression/standard/indent.h, regression/standard/indent_globs.h, regression/standard/io.c, regression/standard/lexi.c, regression/standard/newlined-parms.c, regression/standard/no-newline.c, regression/standard/parse.c, regression/standard/pr_comment.c, regression/TEST, regression/brackets.c, NEWS, args.c, comments.c, indent.c, indent.h, indent.texinfo, io.c, lexi.c, parse.c:
	Fixed breaking long lines.
	New options: --honour-newlines/--ignore-newlines and
	             --break-before-boolean-operators/--break-after-boolean-operators

1999-06-06  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/pr_comment.c, comments.c:
	Let comments inside code always start in the column where code would start.

	* args.c, indent.c, indent.h, indent.texinfo, io.c:
	Removed every trace of '-troff' nonsense.

	* regression/standard/comments3.c, regression/TEST, regression/comments3.c:
	New regression test.

1999-06-05  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c:
	Don't join a list list of comma seperated declarations that are on
	different lines in the input file when there is a comment following
	the comma.

	* regression/standard/comments2.c, regression/TEST, regression/comments2.c:
	New regression test case.

	* regression/comments.c, comments.c, io.c:
	Fix indentation of comments in declarations.

	* backup.c: Bug fixes for VERSION_CONTROL=never|none.

	* indent.c:
	Always call dumpline() when we read a new-line and we already have a label
	or a preprocessor directive.

	* regression/standard/elipsis-attribute.c, indent.c:
	Bug fix for __attribute__.

	* lexi.c: Bug fix for elipsis.

1999-06-04  Carlo Wood, Runaway  <carlo@jolan>

	* lexi.c: Bug fix: lexi() can be called with buf_ptr == buf_end!

	* regression/standard/comments.c, regression/standard/cp-indent.c, regression/standard/elipsis-attribute.c, regression/standard/if-decl-else-decl.c, regression/standard/line-count.c, regression/TEST, regression/comments.c, regression/cp-indent.c, regression/elipsis-attribute.c, regression/if-decl-else-decl.c, regression/line-count.c:
	New regression tests.

	* comments.c:
	Increment input file line count for new-lines in comments too (Thanks to
	Simon Munton for reporting it).

1999-06-03  Carlo Wood, Runaway  <carlo@jolan>

	* Makefile.am: Maintainer mode build environment fix.

	* acconfig.h, backup.c, configure.in, sys.h: USG is not used anymore.
	Handle AC_HEADER_DIRENT by the book (the autoconf manual).

	* .gdbinit.in.example, comments.c, indent.c, maintMakefile.in:
	Improved GDB_HOOK stuff.

	* regression/standard/comments.c:
	Improved standard: The indentation of these comments were not formatted
	at ALL before.  Now they are lined up with the code.

1999-06-02  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c:
	Regression/bug fix: Don't do a continuation indent after already indenting
	to column `dec_ind'.

	* regression/standard/indent_globs.h:
	Change in output caused by removal of -fc1 from regression/TEST.

	* args.c:
	Reordered the pro[] table(s) reverse alphabetically (and fixed a few
	bugs in it that didn't have any effect before this re-ordering).

1999-06-01  Carlo Wood, Runaway  <carlo@jolan>

	* indent.c, indent.h, io.c: Patch of indent.c revision 1.5 redone.
	Regression fix try two: Don't indent a procname when at start of a line.

	* maintMakefile.in:
	In the previous patch, I also changed the way to make sure ChangeLog
	is up to date in maintainer-mode.  I forgot to change a comment though.

	* .cvsignore, .gdbinit.in.example, indent.c, maintMakefile.in, parse.c:
	Semi-automated generation of .gdbinit.
	Added WATCH hooks for the local variables of indent()
	and for parser_state_tos.

	* regression/standard/pr_comment.c:
	Result of removing -fc1 from regressions TEST.

	* regression/standard/lexi.c:
	Better placing of comments directly after code.

	* regression/standard/parse.c:
	Better placing of comments directly after code, and the result of
	the removal of -fc1.

	* args.c: Ok, that was ONLY -nlps versus -nlp, AND two options of 1.10
	(-brs and -bls). And the way I fixed it broke the -T option.

	* Makefile.am, args.c, configure.in:
	Allow K&R compilers to compile indent, and allow to build in a different
	directory than the source directory. (Thanks to Kaveh R. Ghazi).

	* indent.c, indent.h, lexi.c, parse.c:
	Regression fix: Treat enum block as initialization block, but still DO
	the line breaks when braces_on_struct_decl_line not set.

1999-05-31  Carlo Wood, Runaway  <carlo@jolan>

	* args.c:
	Version 2.0 bug fix : Recognize options that start with the same sequence
	as other, shorter options (ie, -nlps <--> -nlp).

	* regression/standard/io.c:
	New indent better: Changed `standard'.  Note that most of the change is
	due to removal of -fc1 from regression/TEST.

	* regression/standard/indent.c:
	New indent works better: Changed `standard'.

	* indent.c:
	Regression fix: Don't indent a procname when at start of a line.

1999-05-30  Carlo Wood, Runaway  <carlo@jolan>

	* regression/standard/on-off-2.c, regression/standard/on-off-1.c:
	New indent works better: Changed `standard'.

	* io.c:
	Regression fix: Don't indent a procname when at start of a line.

	* indent.c, lexi.c:
	Regression fix related to indentation in enums and in struct initializers.

	* regression/standard/newlines.c-5, regression/standard/newlines.c-6, regression/standard/newlines.c-7, regression/standard/newlines.c-8, regression/standard/no-newline.c, regression/standard/no-newline2.c, regression/standard/on-off-1.c, regression/standard/on-off-2.c, regression/standard/one-line-1.c, regression/standard/one-line-2.c, regression/standard/one-line-3.c, regression/standard/one-line-4.c, regression/standard/outer.c-0, regression/standard/outer.c-1, regression/standard/outer.c-2, regression/standard/outer.c-3, regression/standard/outer.c-4, regression/standard/outer.c-5, regression/standard/outer.c-6, regression/standard/outer.c-7, regression/standard/outer.c-8, regression/standard/outer.c-9, regression/standard/parse.c, regression/standard/pr_comment.c, regression/standard/preesc-comment.c, regression/standard/proto.c, regression/standard/right-margin-comment.c, regression/standard/sizeof-in-while.c, regression/standard/sob.c, regression/standard/struct-decl-kr.c, regression/standard/struct-decl.c, regression/standard/struct_param.c, regression/standard/sys.h, regression/standard/tabs.c-0, regression/standard/tabs.c-1, regression/standard/tabs.c-2, regression/standard/two-on-line.c, regression/standard/typedef-bug.c, regression/standard/typedef.h, regression/standard/unary.c, regression/standard/version.h, regression/standard/wide.c, regression/standard/already-starred.c, regression/standard/args.c, regression/standard/backup.c, regression/standard/backup.h, regression/standard/bbb-test.c, regression/standard/box-comm.c, regression/standard/boxed.c-0, regression/standard/boxed.c-1, regression/standard/boxed.c-2, regression/standard/boxed.c-3, regression/standard/boxed.c-4, regression/standard/boxed.c-5, regression/standard/boxed.c-6, regression/standard/boxed.c-7, regression/standard/boxed.c-8, regression/standard/boxed.c-9, regression/standard/bug-di.c, regression/standard/bug-hp.c, regression/standard/case-label.c, regression/standard/class-func.cc, regression/standard/comments.c, regression/standard/comments1-fca.c, regression/standard/comments1.c, regression/standard/continue-lp.c, regression/standard/continue.c, regression/standard/cplus-one.c, regression/standard/cplus.c-0, regression/standard/cplus.c-1, regression/standard/cplus.c-2, regression/standard/cplus.c-3, regression/standard/cplus.c-4, regression/standard/cplus.c-5, regression/standard/cplus.c-6, regression/standard/cplus.c-7, regression/standard/cplus.c-8, regression/standard/cplus.c-9, regression/standard/dirent_def.h, regression/standard/do.c, regression/standard/else.c, regression/standard/emacs-compatible.h, regression/standard/embedded-cuddle1.c, regression/standard/embedded-cuddle2.c, regression/standard/empty.c, regression/standard/first-in-block.c, regression/standard/for.c, regression/standard/fp.c, regression/standard/func-def.c, regression/standard/globs.c, regression/standard/ind-star.c, regression/standard/indent.c, regression/standard/indent.h, regression/standard/indent.pro.c, regression/standard/indent_globs.h, regression/standard/io.c, regression/standard/kr-proc-decls.c, regression/standard/kr.c, regression/standard/lexi.c, regression/standard/long-comm.c, regression/standard/lshift.c, regression/standard/memcpy.c, regression/standard/meta-indent.c, regression/standard/ncs-on-return.c, regression/standard/ncs.c, regression/standard/newlined-parms.c, regression/standard/newlines.c-0, regression/standard/newlines.c-1, regression/standard/newlines.c-2, regression/standard/newlines.c-3, regression/standard/newlines.c-4, regression/kr-proc-decls.c, regression/kr.c, regression/lexi.c, regression/long-comm.c, regression/lshift.c, regression/memcpy.c, regression/meta-indent.c, regression/ncs-on-return.c, regression/ncs.c, regression/newlined-parms.c, regression/newlines.c, regression/no-newline.c, regression/no-newline2.c, regression/on-off-1.c, regression/on-off-2.c, regression/one-line-1.c, regression/one-line-2.c, regression/one-line-3.c, regression/one-line-4.c, regression/outer.c, regression/parse.c, regression/pr_comment.c, regression/preesc-comment.c, regression/proto.c, regression/right-margin-comment.c, regression/sizeof-in-while.c, regression/sob.c, regression/struct-decl.c, regression/struct_param.c, regression/sys.h, regression/tabs.c, regression/two-on-line.c, regression/typedef-bug.c, regression/typedef.h, regression/unary.c, regression/version.h, regression/wide.c, regression/Makefile, regression/TEST, regression/TIME, regression/already-starred.c, regression/args.c, regression/backup.c, regression/backup.h, regression/bbb-test.c, regression/box-comm.c, regression/boxed.c, regression/bug-di.c, regression/bug-hp.c, regression/case-label.c, regression/class-func.cc, regression/comments.c, regression/comments1.c, regression/continue.c, regression/cplus-one.c, regression/cplus.c, regression/dirent_def.h, regression/do.c, regression/else.c, regression/emacs-compatible.h, regression/embedded-cuddle1.c, regression/embedded-cuddle2.c, regression/empty.c, regression/first-in-block.c, regression/for.c, regression/fp.c, regression/func-def.c, regression/globs.c, regression/ind-star.c, regression/indent.c, regression/indent.h, regression/indent.pro.c, regression/indent_globs.h, regression/io.c:
	Checked in regression tests of version 2.0

1999-05-29  Carlo Wood, Runaway  <carlo@jolan>

	* lexi.c, parse.c:
	Indent braced block on enum too (equiv. to a struct).

	* indent.h: Typo in comment.

	* maintMakefile.in:
	Added dependency on version.texi in order to generate it.

	* .cvsignore: Renamed indent-1.spec to indent-2.spec.

	* Makefile.am: Forgot to rename ChangeLog-1994 to ChangeLog-1998 here.

	* indent-2.spec.in: Renamed indent-1.spec.in to indent-2.spec.in.

	* io.c, lexi.c, memcpy.c, parse.c, args.c, backup.c, comments.c, globs.c, indent.c:
	Merged in all source changes from version 2.0.

	* sys.h: Added definitions of RCSTAG_CC and RCSTAG_H.

	* Makefile.am:
	Added option `-D' to `gpref' command conforming to indent-2.0.

	* .cvsignore: Added maintMakefile

	* configure.in: Right... Removed AC_XENIX_DIR again :/.

	* backup.h, indent.h, sys.h: Merged in the changes from version 2.0.

	* configure.in: Bumped version number to 2.1.0.
	Added AC_XENIX_DIR because this was used in version 2.0 too.

	* indent.mak:
	Ack, don't tell me I am supporting microcrap here :/ (from the 2.0 version)

	* README.in:
	Using the README of version 2.0, with changed URLs and some other minor
	changes (generation of indent.1 and removal of texinfo.tex).

	* Makefile.am:
	Made changes to include indent.html indent_foot.html and indent_toc.html
	in the distribution (in conformance to the README of indent-2.0).

	* ChangeLog-1994, ChangeLog-1998:
	Added the ChangeLog of version 2.0 and renamed ChangeLog-1994 accordingly
	to ChangeLog-1998.

	* NEWS: Added the Release Notes of version 2.0

	* maintMakefile, maintMakefile.in:
	Oops, had checked in maintMakefile instead of maintMakefile.in.
	Made changes to include indent.html indent_foot.html and indent_toc.html
	in the distribution (in conformance to the README of indent-2.0).

1999-05-28  Carlo Wood, Runaway  <carlo@jolan>

	* VMS-README, gnuc-make.com, vaxc-make.com:
	Re-added "support" for VMS in - since indent-2.0 was doing that too.

	* indent.texinfo: Merged changes from indent-2.0.

	* maintMakefile: Put the html documentation into WWDIR too.

1999-05-27  Carlo Wood, Runaway  <carlo@jolan>

	* Makefile.am, configure.in, maintMakefile:
	Final fix of maintainer stuff

	* Makefile.am, maintMakefile:
	Moved the maintainer targets to their own file and added comments.
	Fixed EXTRA_DIST, several files weren't put in the distribution.

1999-05-26  Carlo Wood, Runaway  <carlo@jolan>

	* configure.in:
	Unreleased the package, so decreased the version number again.

	* Makefile.am:
	Some maintainer targets needed to depend on configure.in for the VERSION.

	* configure.in: Bumped version to 1.10.1

	* lexi.c, parse.c, NEWS, args.c, comments.c, indent.c, indent.gperf, indent.h, indent.texinfo, io.c:
	Applied my "old" patch (the 'beta1' patch):
	New options: --braces-after-struct-decl-line, --braces-on-struct-decl-line,
	             --case-brace-indentationN and --paren-indentationN.
	LOTS of bug fixes - unfortunately I forgot what all not.  But I bet that
	if you had indentation problems, chances are it WILL be fixed now.

	* texinfo2man.c:
	Added support for version.texi, and the @value{}'s it contains.

	* .cvsignore, Makefile.am, README.in, configure.in, indent.lsm.in, indent.texinfo, indent.texinfo.in, index.html.in, makefile, mdate-sh:
	Moved all maintainer targets from `makefile' to Makefile.am.

	* indent-2.spec.in:
	Moved all maintainer targets from makefile to Makefile.am

	* configure:
	Eh, what was `configure' doing in my repository all that time?

1999-05-25  Carlo Wood, Runaway  <carlo@jolan>

	* README.in, index.html.in, makefile, texinfo.tex: Removed texinfo.tex.
	Generating index.html (for release on webpage).

	* texinfo.tex:
	Replaced by very latest version (from http://texinfo.org/).

	* indent.lsm.in: Added an LSM file for the web page.

	* indent.1.in, indent.texinfo.in, makefile, texinfo2man.c, .cvsignore, indent.1:
	Generating indent.1 from indent.texinfo.

1999-05-22  Carlo Wood, Runaway  <carlo@jolan>

	* texinfo.tex:
	Replaced texinfo.tex with a newer version (copied from make-3.77).

	* .cvsignore, indent.texinfo, indent.texinfo.in, makefile:
	Generate indent.texinfo from indent.texinfo.in, replacing @EDITION@,
	@INFODATE@ and @VERSION@ automatically (the first two set manually in
	`makefile'.

	* makefile, .cvsignore, indent.gperf, lexi.c:
	Removed source code generated by gperf from repository.

1999-05-21  Carlo Wood, Runaway  <carlo@jolan>

	* configure, configure.in: Changed initial version to 1.10.0.

	* makefile: Moved TAG to "Prototype" maintainer/PTmakefile.

	* .cvsignore, Makefile.am:
	Added support for indent.texinfo to Makefile.am.

	* indent-2.spec.in:
	Initial import of indent-1.spec.in in indent-1.10 package.

	* rpm/SRPMS/.cvsignore, rpm/SOURCES/.cvsignore, rpm/RPMS/i386/.cvsignore, rpm/macros, rpm/rpmrc, .cvsignore, AUTHORS, Makefile.am, acconfig.h, args.c, configure, configure.in, install-sh, makefile, missing, mkinstalldirs, sys.h, version.h:
	Added the rest of the automake/makeproto build environment.

	* indent.info: Removed indent.info from repository: its generated.

	* makefile.in: Removed makefile.in.

	* configure.in: Renamed makefile.in to Makefile.in.

	* Makefile: Sure...

	* README.in:
	Added a new README.in file - need to generate README from this one.

	* CONF-README, INSTALL, README, VMS-README, gnuc-make.com, vaxc-make.com:
	Dropped support for VMS, I intend to use the normal automake/autoconf
	stuff and can not support VMS as I have no knowledge about- nor access to
	that OS.
	Added a standard INSTALL file (copied this one from the make-3.77 package).

1999-05-20  Carlo Wood, Runaway  <carlo@jolan>

	* COPYING:
	Replaced COPYING with a more recent one (fixed snail mail address
	and y2000 fix).

	* ChangeLog, ChangeLog-1990, ChangeLog-1994, OChangeLog:
	Renamed the old ChangeLogs: ChangeLog  -> ChangeLog-1994 and
	                            OChangeLog -> ChangeLog-1990

	* CONF-README, COPYING, ChangeLog, Makefile, NEWS, OChangeLog, Projects, README, VMS-README, args.c, backup.c, backup.h, comments.c, configure, configure.in, globs.c, gnuc-make.com, indent.1, indent.gperf, indent.h, indent.info, indent.texinfo, lexi.c, makefile.in, memcpy.c, parse.c, sys.h, texinfo.tex, vaxc-make.com, version.h:
	Initial import of version 1.9.1

	* CONF-README, COPYING, ChangeLog, Makefile, NEWS, OChangeLog, Projects, README, VMS-README, args.c, backup.c, backup.h, comments.c, configure, configure.in, globs.c, gnuc-make.com, indent.1, indent.gperf, indent.h, indent.info, indent.texinfo, lexi.c, makefile.in, memcpy.c, parse.c, sys.h, texinfo.tex, vaxc-make.com, version.h:
	New file.

	* indent.c, io.c: Initial import of version 1.9.1

	* indent.c, io.c: New file.