Improve format support.
[m4.git] / ChangeLog
blob636aae47009b05a76c42a7b9c05251aaa02d8cf0
1 2007-05-29  Eric Blake  <ebb9@byu.net>
3         Improve format support.
4         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
5         vasprintf-posix'.
6         * src/format.c (format): Parse %'hhd, %a, %A.  Avoid calling
7         printf with too few arguments, as in format(%*.*d,-1,-1,1).
8         * doc/m4.texinfo (Format): Expand tests, and improve
9         documentation.
10         * NEWS: Document this change.
12 2007-05-28  Eric Blake  <ebb9@byu.net>
14         Fix large diversion corner cases, including 1.4.8 regression.
15         * src/output.c (m4_tmpfile, m4_tmpopen): Simplify use of errno.
16         (make_room_for): Use NULL, not 0, for pointers.
17         (insert_diversion_helper): Avoid using rewind.
18         (freeze_diversions): Allow freezing large diversions.
19         * NEWS: Document this fix.
21         Also run gnulib unit tests during make check.
22         * m4/gnulib-cache.m4: Augment with 'gnulib-tool
23         --tests-base=tests --with-tests'.
24         * configure.ac (AC_CONFIG_FILES): Build gnulib testdir.
25         * Makefile.am (SUBDIRS): Run gnulib tests before ours.
27 2007-05-25  Eric Blake  <ebb9@byu.net>
29         Backport prompts in examples from head.
30         * src/macro.c (expand_macro): Shorten message.
31         * doc/m4.texinfo (Manual, Command line files, Comments)
32         (Inhibiting Invocation, Macro Arguments, Macro expansion, Indir)
33         (Builtin, Shift, Forloop, Foreach, Dumpdef, Trace, Debug Levels)
34         (Debug Output, Include, Format, Syscmd, Mkstemp, Location)
35         (Using frozen files, Improved forloop, Improved foreach): Add
36         prompts to examples.
37         * checks/get-them: Ignore prompts in examples.
39         Fix sync line interaction with multiline comments.
40         * doc/m4.texinfo (Other Incompatibilities): Add example, and
41         document bug in --syncline/divert interaction.
42         (Preprocessor features): Augment test.
43         * src/m4.h (output_text): Export.
44         (shipout_text, next_token): Add parameter.
45         * src/freeze.c (reload_frozen_state): Don't interfere with
46         synclines when reloading state.
47         * src/output.c (output_text): Export.
48         (shipout_text): Take new parameter for start line of token.
49         Output at most one syncline per token.
50         * src/input.c (next_token): Report line where multiline tokens
51         start.
52         * src/macro.c (expand_input, expand_token, expand_argument):
53         Adjust callers so that line is passed from input to output.
54         * NEWS: Document this fix.
55         Reported by Sergey Poznyakoff.
57         Test -s in testsuite.
58         * doc/m4.texinfo (Preprocessor features): Add a test.
59         * checks/get-them: Support extra options in testsuite.
60         * checks/check-them (examples): Use extra options.
61         * THANKS: Update.
62         Reported by Sergey Poznyakoff.
64 2007-05-24  Eric Blake  <ebb9@byu.net>
66         Support POSIX flush semantics on all platforms.
67         * m4/gnulib-cache.m4: Remove closeout, and augment with
68         'gnulib-tool --import closein fflush'.
69         * src/m4.h (includes): Use closein, not closeout.
70         * src/m4.c (main): Ensure stdin is flushed when not all input is
71         consumed.
72         (process_file): No return needed.
73         * src/debug.c (debug_flush_files): Rely on gnulib module, rather
74         than excluding mingw.
75         * NEWS: Document this change.
77         Work around cygwin and mingw fseeko bugs.
78         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import fseeko'.
79         * src/debug.c (debug_flush_files): Prefer fseeko over fseek.
81 2007-04-25  Eric Blake  <ebb9@byu.net>
83         Fix negative division within eval, regression of 2007-01-06.
84         * doc/m4.texinfo (Eval): Catch this bug.
85         * src/eval.c (mult_term): Fix it.
86         * NEWS: Document this.
87         * THANKS: Update.
88         Reported by Cesar Strauss.
90 2007-04-23  Eric Blake  <ebb9@byu.net>
92         Start 1.4.9a.
93         * configure.ac (AC_INIT): Bump version number.
94         * NEWS: Start changes since 1.4.9.
96 2007-03-23  Eric Blake  <ebb9@byu.net>
98         Release 1.4.9:
99         * configure.ac (AC_INIT): Bump version number.
100         * NEWS: Describe changes since 1.4.8b.
102 2007-03-16  Eric Blake  <ebb9@byu.net>
104         * doc/m4.texinfo (Mkstemp): Tweak wording.
105         * src/output.c (output_init): Adjust to latest gnulib.
107 2007-03-15  Eric Blake  <ebb9@byu.net>
109         Avoid Tandem/NSK's broken long long (without a symmetric unsigned
110         long long, it confuses gnulib).
111         * configure.ac (AC_TYPE_LONG_LONG_INT): Declare long long broken
112         if unsigned long long doesn't work.
113         * THANKS: Update.
114         Reported by Matthew Woehlke.
116 2007-03-07  Eric Blake  <ebb9@byu.net>
118         * AUTHORS: Update.
119         * doc/m4.texinfo: Minor tweaks, avoid makeinfo warning.
121 2007-03-01  Eric Blake  <ebb9@byu.net>
123         * doc/m4.texinfo: Pick up more index entries from head.  Follow
124         more texinfo recommendations.
125         (Sysval): Improve tests.
127         Avoid overfull \vbox warning from texinfo, due to indices that
128         weren't quite big enough to split across page boundaries.
129         * doc/m4.texinfo: Add lots of concept index entries.
130         (Concept Index): Move to be last, as recommended by texinfo
131         manual.
132         (Define, Arguments, Pseudo Arguments): Add more function entries.
134 2007-02-28  Eric Blake  <ebb9@byu.net>
136         * doc/m4.texinfo (Eval): Clean up wording to reflext POSIX XCU ERN
137         137.
138         (Pseudo Arguments): Add useful example.
140         * doc/m4.texinfo (Pushdef, Incompatibilities): Clean up wording to
141         reflect POSIX XCU ERN 118.
143         * src/m4.h (DEFAULT_MACRO_SEQUENCE): Factor out from...
144         * src/m4.c (usage): ...here,...
145         * src/builtin.c (set_macro_sequence): ...and here.
146         (define_user_macro): Fix typo.
147         * doc/m4.texinfo (Preprocessor features, Arguments): Fix minor
148         inaccuracies.
149         (Shift): Document composite macro argn for portably getting at
150         positional parameters beyond 9.
151         * configure.ac (AC_INIT): Bump version number.
152         * NEWS: Start changes of 1.4.8c.
154 2007-02-24  Eric Blake  <ebb9@byu.net>
156         Beta Release 1.4.8b:
157         * configure.ac (AC_INIT): Bump version number.
158         * NEWS: Describe changes since 1.4.8.
160         Reserve all uses of raw ${} in macro definitions, not just
161         ${<digit>}.
162         * src/builtin.c (set_macro_sequence): Change default macro
163         sequence.
164         * doc/m4.texinfo (Operation modes): Update to match.
165         * src/m4.c (usage): Likewise.
166         * NEWS: Likewise.
168 2007-02-23  Eric Blake  <ebb9@byu.net>
170         * src/m4.h (includes): Update to latest gnulib.
172 2007-02-08  Eric Blake  <ebb9@byu.net>
174         Rename --warn-syntax to --warn-macro-sequence[=regex], to make it
175         more flexible, and so that autoconf can use it.
176         * src/m4.h (set_macro_sequence, free_macro_sequence): New
177         prototypes.
178         * src/builtin.c (macro_sequence_buf, macro_sequence_regs)
179         (macro_sequence_inuse, set_macro_sequence, free_macro_sequence):
180         New variables and functions.
181         (define_user_macro): Allow flexibility in regular expression used
182         to trigger warning.
183         * src/m4.c (warn_syntax): Delete.
184         (usage, WARN_MACRO_SEQUENCE_OPTION, main): Implement changed
185         spelling of option, along with optional argument.
186         * doc/m4.texinfo (Operation modes, Arguments): Document this
187         change.
188         * NEWS: Document this change.
190 2007-02-05  Eric Blake  <ebb9@byu.net>
192         * m4/gnulib-cache.m4: Module strstr no longer exists.
194         Avoid bool bitfields, as they don't work on AIX.
195         * src/m4.h (bool_bitfield): New typedef.
196         (struct symbol, struct builtin): Use it.
197         * src/input.c (struct input_block): Likewise.
198         Reported by Albert Chin.
200         * doc/m4.texinfo (Sysval): Avoid SIGPIPE in test as unreliable.
201         Reported by Albert Chin.
202         * THANKS: Update.
204 2006-06-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
206         * doc/m4.texinfo (Input processing): Further clarifications.
208 2007-02-03  Eric Blake  <ebb9@byu.net>
210         * doc/m4.texinfo (Input processing, Quoting Arguments): Beef up
211         the examples.
212         Reported by Bruno Haible.
214 2007-02-01  Eric Blake  <ebb9@byu.net>
216         * src/m4.c (fatal_warnings): New variable.
217         (usage): Document new -E behavior.
218         (main): Make -E an additive option.
219         (m4_error, m4_error_at_line): Change exit status when required.
220         * NEWS: Document this change.
221         * doc/m4.texinfo (Operation modes): Likewise.
222         Reported by Ralf Wildenhues.
224 2007-01-27  Eric Blake  <ebb9@byu.net>
226         * src/m4.h (warn_syntax): Declare.
227         (init_pattern_buffer): Export.
228         * src/m4.c (warn_syntax, usage, WARN_SYNTAX_OPTIONS)
229         (long_options, main): Implement new option.
230         * src/builtin.c (init_pattern_buffer): Allow NULL regs argument.
231         (define_user_macro): Warn on $11 and ${1} if requested.
232         * src/input.c (init_pattern_buffer): Delete duplicate method.
233         * doc/m4.texinfo (Operation modes): Document it.
234         (Arguments): Document future direction of ${11} vs. $11.
235         (Incompatibilities): Fix wording on POSIX limitations.
236         * checks/get-them: Parse @{ and @} correctly.
237         * NEWS: Document this change.
239 2007-01-26  Eric Blake  <ebb9@byu.net>
241         * src/builtin.c (includes): Adjust to gnulib changes.
243 2007-01-15  Eric Blake  <ebb9@byu.net>
245         * doc/m4.texinfo: Pull in various improvements from head.
246         * src/builtin.c (include): Alter exit status on failure.
247         * NEWS: Document this fix.
249 2007-01-13  Eric Blake  <ebb9@byu.net>
251         * configure.ac (AC_CHECK_MEMBERS): Check for stack_t.ss_sp, and
252         assume the fallback of ss_base for BSDI 4.0.1.
253         * src/stackovf.c (setup_stackovf_trap) [HAVE_SIGALTSTACK &&
254         ! HAVE_STACK_T_SS_SP]: Use this check.
255         Reported by Chris McGuire.
256         * THANKS: Update.
257         * NEWS: Document the improvement.
259 2007-01-09  Eric Blake  <ebb9@byu.net>
261         * src/eval.c (ASSIGN): New enumerator.
262         (eval_lex): Recognize '='.
263         (equality_term): Treat '=' like '==', but warn that it is
264         deprecated.
265         * doc/m4.texinfo (Eval): Document and test this.
266         (Incompatibilities): Document the POSIX incompatibility.
267         * NEWS: Document this change.
269 2007-01-06  Eric Blake  <ebb9@byu.net>
271         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import stdint'.
272         * checks/check-them: Record expected exit status.
273         * checks/get-them: Check exit status.
274         * src/m4.h (eval_t, unsigned_eval_t): Delete, use POSIX int32_t
275         instead.
276         * src/builtin.c: All users changed.
277         * src/eval.c: Likewise.  Also document where we are triggering
278         undefined or implementation-defined behavior.
279         (BADOP, NEGATIVE_EXPONENT, INVALID_OPERATOR, eval_lex, evaluate)
280         (logical_or_term, logical_and_term, logical_not_term, not_term)
281         (equality_term, unary_term): Port from head to follow POSIX
282         semantics.
283         (exp_term): Reject 0**0 as undefined.
284         * doc/m4.texinfo (History): Mention 1.4.9.
285         (Format, Incompatibilities): Update to document POSIX compliance.
286         * NEWS: Document this change.
288 2007-01-04  Eric Blake  <ebb9@byu.net>
290         * NEWS: Document previous fix.
291         * THANKS: Update.
293 2007-01-04  Sami Liedes  <sliedes@cc.hut.fi>  (tiny change)
295         Fix Debian bug 405594, introduced 2006-11-01 from a bad
296         copy-n-paste from head.
297         * src/m4.c (main): Use correct file name after --.
299 2007-01-04  Eric Blake  <ebb9@byu.net>
301         Fix regression from 1.4.7 in large file handling on some
302         platforms, introduced on 2006-10-13.
303         * configure.ac (AC_LARGE_SYSFILE): Guarantee that large files
304         will be handled.
305         * NEWS: Document this fix.
307 2007-01-03  Eric Blake  <ebb9@byu.net>
309         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
310         version-etc-fsf'.
311         * src/m4.c (AUTHORS, main): Use FSF wording for --version (plus
312         it bumps the copyright year).
314 2006-12-27  Eric Blake  <ebb9@byu.net>
316         * doc/m4.texinfo (Patsubst): Fix typo.
318 2006-12-16  Eric Blake  <ebb9@byu.net>
320         * src/m4.c (main): Check for errors when closing stdin.
322 2006-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
324         * doc/m4.texinfo: Fix some typos.
326 2006-12-09  Eric Blake  <ebb9@byu.net>
328         * configure.ac (AC_INIT): Bump version number.
329         * NEWS: Start changes of 1.4.8a.
331 2006-11-20  Eric Blake  <ebb9@byu.net>
333         Release 1.4.8:
334         * configure.ac (AC_INIT): Bump version number.
335         * NEWS: Describe changes since 1.4.7.
337 2006-11-16  Eric Blake  <ebb9@byu.net>
339         * doc/m4.texinfo (Include, Search Path, Diversions, Divert):
340         Minor tweaks noticed while porting to head.
342 2006-11-14  Eric Blake  <ebb9@byu.net>
344         * src/output.c (cleanup_tmpfile, freeze_diversions): Clean up
345         spent iterators.
346         (m4_tmpname): Avoid memory leak.
348 2006-11-13  Eric Blake  <ebb9@byu.net>
350         * src/output.c (cleanup_tmpfile): Avoid double error message when
351         umask is prohibitive.
352         (m4_tmpname, m4_tmpopen, m4_tmpclose, m4_tmpremove): New
353         functions.
354         (m4_tmpfile): Add parameter, move cloexec action here.
355         (make_room_for): Adjust caller.  Don't keep too many files open.
356         (insert_diversion_helper): Unlink emptied temp files.
357         (make_diversion): Don't keep too many files open.
358         * doc/m4.texinfo (Diversions): Tweak wording, now that open file
359         descriptors are no longer a limiting factor.
360         * NEWS: Document this change.
362         Backport sparse diversion handling from head.
363         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
364         avltree-oset'.
365         * src/output.c (struct m4_diversion): Rename from struct
366         diversion, and update members.  All users changed.
367         (diversion_table): Change to an ordered set, instead of an array.
368         (div0): New storage for diversion 0.
369         (diversions): No longer needed.
370         (free_list): New list to allow recycling diversion storage.
371         (diversion_storage): New storage to reduce malloc overhead.
372         (cmp_diversion_CB, threshold_diversion_CB): New callbacks.
373         (output_init, output_exit, cleanup_tmpfile, make_room_for)
374         (make_diversion): Handle new diversion storage scheme.
375         (insert_diversion_helper): New function.
376         (insert_diversion, undivert_all, freeze_diversions): Use it.
377         * doc/m4.texinfo (Divert, Diversions): Move hidden test of memory
378         exhaustion to visible test of large diversion numbers.
379         * NEWS: Document this fix.
381 2006-11-11  Eric Blake  <ebb9@byu.net>
383         * src/builtin.c (m4_translit): Slight optimization.
385         * src/m4.h (to_uchar): Depend on HAVE_INLINE.
387         * src/builtin.c: Remove unnecessary casts.
388         (expand_ranges): Make 8-bit clean.
389         * doc/m4.texinfo (Translit): Add tests and wording.
390         * NEWS: Document this fix.
392 2006-11-07  Eric Blake  <ebb9@byu.net>
394         * src/m4.h (output_exit): New prototype.
395         * src/m4.c (main): Use it.
396         * src/output.c (cleanup_tmpfile): Close files before removing
397         directory.
398         (insert_diversion): Check for failure.
399         (output_exit): Avoid memory leak.
400         * doc/m4.texinfo (Diversions): Test this bug.
402         * doc/m4.texinfo (Esyscmd, Errprint): Minor touchups.
404 2006-11-01  Eric Blake  <ebb9@byu.net>
406         Allow C++ compilation on Linux, as a safety measure in type
407         checking.
408         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
409         stdbool'.
410         * src/m4.h (hack_symbol, hack_all_symbols): Use full prototype.
411         (boolean): Kill this, and use stdbool.h instead.
412         * src/debug.c, src/eval.c, src/input.c, src/macro.c, src/m4.c:
413         * src/output.c, src/symtab.c: All users changed.
414         * src/symtab.c (hack_all_symbols): Update prototype.
415         * src/builtin.c (dump_symbol, set_trace): Update signature.
416         (m4_dumpdef, m4_traceon, m4_traceoff): Update callers.
417         (mkstemp_helper, m4_m4wrap, expand_ranges, m4_translit): Allow
418         C++ compilation.
419         * src/debug.c (trace_flush): Likewise.
420         * src/freeze.c (reload_frozen_state): Likewise.
421         * src/input.c (push_file, push_string_finish, push_wrapup):
422         (token_bottom, next_token): Likewise.
423         * src/m4.c (main): Likewise.
425         * doc/m4.texinfo (Invoking m4): Update according to POSIX 200x
426         draft wording.
427         * src/m4.h (m4_path_search): Tweak signature.
428         * src/path.c (m4_path_search): Likewise.
429         * src/builtin.c (include): Update caller.
430         * src/m4.c (main): Allow -D, -U, -t, and -s to be interspersed
431         with file names.  Don't write to **argv.
432         (process_file): New helper method.
433         * NEWS: Document this fix.
435 2006-10-31  Eric Blake  <ebb9@byu.net>
437         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import strstr'.
438         * doc/m4.texinfo (Translit): Improve the documentation.
439         * src/builtin.c (m4_translit): Optimize to O(n) instead of O(n^2)
440         algorithm.
441         (m4_index): Simplify, and speed up slightly.
442         * NEWS: Document this fix.
444 2006-10-28  Eric Blake  <ebb9@byu.net>
446         * src/input.c (set_quotes): Don't allow empty end-quote with
447         non-empty start-quote.
448         (set_comment): Likewise for end-comment.
449         * src/builtin.c (m4_changecom): Adjust caller.
450         * doc/m4.texinfo (Changequote, Changecom): Update documentation to
451         match behavior.
452         (Incompatibilities): Document another POSIX bug.
453         * NEWS: Mention this change.
455 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
457         * examples/Makefile.am (EXTRA_DIST): Distribute recently-added
458         files.
460 2006-10-26  Eric Blake  <ebb9@byu.net>
462         Silence -Wwrite-strings -Wpointer-arith warnings.
463         * src/builtin.c (define_user_macro): Allow NULL argument.
464         (m4_builtin, m4_indir): Cast away const of "".
465         * src/format.c (format): Likewise.
466         * src/macro.c (collect_arguments): Likewise.
467         (expand_macro): Avoid math on void*.
468         * src/m4.c (main): Adjust caller.
469         * src/output.c (freeze_diversions): Detect off_t overflow.
471         * src/input.c (pop_input): Remove unnecessary code.
473 2006-10-25  Eric Blake  <ebb9@byu.net>
475         * src/symtab.c (symtab_init): Avoid size_t overflow.
476         * src/output.c (make_diversion): Avoid size_t overflow.
477         * doc/m4.texinfo (Diversions): Test this fix.
478         * src/input.c (input_block): Remove unused member.  Reduce size
479         of struct.
480         (push_file, pop_input): Avoid useless assignment.
481         * NEWS: Document the bug fix.
483         Redo location tracking.  Instead of having just files track the
484         line to return to when popping input, now all input blocks track
485         their current line.
486         * src/input.c (INPUT_STRING_WRAP, INPUT_FILE_INIT): No longer
487         needed.
488         (input_block): Have line and file storage for all input types, and
489         rename some members.
490         (input_change): New global flag.
491         (push_file, push_macro, push_string_init, push_wrapup): Store
492         location.
493         (push_string_finish, pop_input, pop_wrapup): Notice changes in
494         input blocks.
495         (peek_input): Adjust to new member names.
496         (next_char, next_char1): Adjust location if needed.
497         (skip_line): Simplify restoring location.
498         * doc/m4.texinfo (Location): Augment the test to catch line
499         location of expansion of multi-line arguments.
500         Reported by Stepan Kasal.
502 2006-10-23  Eric Blake  <ebb9@byu.net>
504         * doc/m4.texinfo (Macro Arguments): Document that leading space
505         in argument collection stops at macro expansion.
506         (Incompatibilities): Document POSIX whitespace wording issue.
508 2006-10-20  Eric Blake  <ebb9@byu.net>
510         * doc/m4.texinfo: Trailing '@comment' doesn't format nicely in
511         TeX, so recognize '@w{ }' instead.  Likewise, @code{_name} at the
512         end of a TeX line splits incorrectly.
513         (Foreach, Improved foreach): Write these sections, borrowing ideas
514         from CVS head and from m4sugar.
515         * checks/get-them: Accomodate new way to show trailing space in
516         examples.
517         * examples/foreach.m4: Make usable in documentation.
518         * examples/foreachq.m4: New file.
519         * examples/foreachq2.m4: New file.
520         * examples/foreach2.m4: New file.
521         * NEWS: Document the documentation updates.
523 2006-10-19  Eric Blake  <ebb9@byu.net>
525         * src/builtin.c (mkstemp_helper, m4_mkstemp): New functions.
526         (m4_maketemp): Provide traditional behavior.
527         * doc/m4.texinfo (Mkstemp): Rename from Maketemp.  Document the
528         new `mkstemp' macro and the flaws of the old `maketemp'.
529         (Incompatibilities): Move maketemp discussion to...
530         (Extensions): ...here, since -G now supresses the GNU extension.
531         * NEWS: Document this.
533         * examples/forloop.m4: Simplify.
534         * examples/forloop2.m4: New file.
535         * examples/quote.m4: New file.
536         * doc/m4.texinfo (Loops): Rename to...
537         (Shift): ...this node.
538         (Forloop, Foreach, Improved forloop, Improved foreach): New
539         nodes.
541 2006-10-17  Eric Blake  <ebb9@byu.net>
543         * m4/gnulib-cache.m4: Update with 'gnulib-tool --import
544         config-h'.
545         * configure.ac (AC_CONFIG_HEADERS): Create config.h alongside
546         gnulib headers, rather than in top directory.
547         * src/Makefile.am (AUTOMAKE_OPTIONS): Add nostdinc, to reduce make
548         output clutter.
550 2006-10-16  Eric Blake  <ebb9@byu.net>
552         * doc/m4.texinfo: Backport some minor cleanups from head.
553         (Cleardivert): Rename from cleardiv.
555         * doc/m4.texinfo (Invoking m4): Promote to a chapter, instead of
556         a section of Preliminaries.
557         (Operation modes, Preprocessor features, Limits control)
558         (Frozen state, Debugging options, Command line files): Subdivide
559         into new sections.
560         (Input processing, Quoting Arguments, Define, Arguments)
561         (Cleardiv, Format, M4exit): Fix grammar of references.
562         (Inhibiting Invocation, Macro Arguments, Builtin, Trace)
563         (Debug Levels, Debug Output, Include, Search Path, Divert)
564         (Platform macros, Syscmd, Location, Extensions): Point to new
565         sections.
566         (Top, Loops, Include, Undivert, Location, Incompatibilities):
567         Improve file references.
569 2006-10-14  Eric Blake  <ebb9@byu.net>
571         * m4/input.c (file_clean): Don't close stdin twice, POSIX says it
572         is not portable.
573         Reported by Ralf Wildenhues.
575         * src/builtin.c (m4_undivert): Check for read error.
577 2006-10-13  Eric Blake  <ebb9@byu.net>
579         * src/m4.h (UNIX, W32_NATIVE, OS2): Move platform checks after
580         header files are included, since <unistd.h> can affect the tests.
581         * THANKS: Updated.
582         Reported by Martin Koeppe.
584         Backport head's usage of clean-temp module, as it is cleaner than
585         using tmpfile-safer.
586         * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
587         clean-temp closeout', and remove tmpfile-safer.
588         * src/m4.h (includes): Adjust.
589         (m4_path_search): Rename from path_search, to avoid collision
590         with gnulib.
591         * src/m4.c (main): Install closeout handler.  Adjust caller.
592         (usage): Now done by closeout module.
593         * src/builtin.c (m4_m4exit): Likewise.
594         (m4_undivert, include): Adjust callers.
595         * src/freeze.c (reload_frozen_state): Likewise.
596         * src/path.c (m4_path_search): Rename from path_search.
597         * src/output.c (output_temp_dir): New variable.
598         (cleanup_tmpfile, m4_tmpfile): New functions, from head.
599         (insert_diversion, make_room_for): Use them.
600         * doc/m4.texinfo (Diversions): Document this, and add a test.
601         (Improved fatal_error): Fix typo.
602         (Maketemp): Port test to mingw, and no longer hide from
603         documentation.
604         * NEWS: Document the change in TMPDIR behavior.
606         * configure.ac (m4_pattern_forbid): Narrow the range of forbidden
607         macros, to work with recent gnulib-tool update.
609         * src/builtin.c (m4_builtin, m4_indir): Allow transparent
610         handling of defn results.
611         * doc/m4.texinfo (Builtin, Indir): Add test cases.
612         * NEWS: Document this.
614 2006-10-12  Eric Blake  <ebb9@byu.net>
616         * doc/m4.texinfo (Location): Fix typo in previous commit.
617         (Changeword): Catch one more case.
618         * src/input.c (skip_line): Fix case when outer file used macro to
619         supply the \n.
621 2006-10-11  Eric Blake  <ebb9@byu.net>
623         * src/input.c (enum input_type): Add additional types, to shave
624         time off the common case.
625         (push_wrapup): Wrapped strings remember location.
626         (push_string_finish): Normal strings carry no location.
627         (push_file): Start new files uninitialized.
628         (peek_input, next_char_1): Optimize common cases by updating
629         location only on new input types.
630         (pop_input): Update to honor new input types.
631         (skip_line, push_string_finish): Fix regression in previous patch
632         when dnl is not followed by newline in included file.
633         (push_string_init): Initialize all fields of INPUT_STRING sooner.
634         (peek_token): Simplify.
635         (peek_input): Don't pop input files on peek, so that __file__ and
636         __line__ as last token of include file work correctly.
637         * doc/m4.texinfo (History): Mention 1.4.8.
638         (Answers): Split into sections, one per answer.
639         (Improved exch, Improved cleardivert, Improved fatal_error): New
640         nodes.
641         (Dnl, M4wrap, Location, M4exit, Improved fatal_error): Update to
642         new m4wrap location semantics.
643         (Changeword): Add test that caught the regression.
644         * NEWS: Document this.
646         * src/macro.c (expand_macro): In macro expansion errors, report
647         line number at open parenthesis.
648         * src/input.c (next_token): Fix off-by-one bug in reporting end
649         of file in unterminated comment and string.
650         (file_names): New obstack, necessary since expand_macro now hangs
651         on to file names longer than the files remain open.
652         (input_init): Initialize new obstack.
653         (push_file): Use new obstack.  Delay updates to current_file
654         until after expand_macro has restored state.
655         (peek_input, next_char_1): Update current_file if necessary.
656         (pop_wrapup): Release memory.
657         * doc/m4.texinfo (Macro Arguments, Changequote, Changecom): Catch
658         the off-by-one bug.
659         (Dnl): Update to the new location reporting rules.
660         * NEWS: Document these changes.
662 2006-10-10  Eric Blake  <ebb9@byu.net>
664         * src/macro.c (argc_stack, argv_stack): New variables for sharing
665         obstacks across multiple macro calls.
666         (expand_input): Initialize and tear down stack once per input
667         file, instead of once per macro.
668         (expand_macro): Reuse existing stacks when possible.
669         (collect_arguments): Simplify slightly.
671         * src/path.c (include_env_init): Fix botched patch application.
672         Reported by Ralf Wildenhues.
674 2006-10-09  Eric Blake  <ebb9@byu.net>
676         * src/m4.c (usage, main): Detect write failures to stderr.
677         * src/builtin.c (m4_m4exit): Likewise.
678         * NEWS: Document this.
680         * src/macro.c (expand_macro): Allow --nesting-limit=0 to remove
681         the limit.
682         * NEWS: Document this.
683         * doc/m4.texinfo (Invoking m4): Likewise.
685 2006-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
687         * src/path.c (include_env_init): Copy the string returned
688         by getenv before overwriting it; POSIX disallows this.
690 2006-10-09  Eric Blake  <ebb9@byu.net>
692         * src/m4.c (main): Defer debugfile until after --help.
693         * configure.ac (AC_INIT): Bump version number.
694         * NEWS: Start changes of 1.4.7a.
696 2006-09-25  Eric Blake  <ebb9@byu.net>
698         Release 1.4.7:
699         * configure.ac (AC_INIT): Bump version number.
700         * NEWS: Describe changes since 1.4.6.
702 2006-09-21  Eric Blake  <ebb9@byu.net>
704         * doc/m4.texinfo (Invoking m4): Add clarification on option
705         processing behavior.
706         * THANKS: Update.
707         Reported by Mikhail Teterin.
709         * bootstrap: Add --force option, based on idea from coreutils.
710         * README: Document that ./bootstrap and autoreconf are for
711         developers, and not lightly done in tarballs.
713 2006-09-20  Eric Blake  <ebb9@byu.net>
715         * src/m4.c (usage, OPTSTRING, main): Rename -e to -i, and give
716         deprecation warning on -e.
717         * doc/m4.texinfo (Invoking m4, Extensions): Document this.
718         * NEWS: Document this.
720 2006-09-19  Eric Blake  <ebb9@byu.net>
722         * src/m4.c (usage, long_options, main, DEBUGFILE_OPTION): Rename
723         -o/--error-output to --debugfile, and deprecate the former.  This
724         will allow a future release to be more consistent with other GNU
725         tools, with -o/--output affecting stdout, not debug.
726         * doc/m4.texinfo (Invoking m4, Debug Output): Document this.
727         * NEWS: Document this.
729 2006-09-14  Eric Blake  <ebb9@byu.net>
731         * src/m4.c (main): Warn on deprecated options -B, -S, -T, -N,
732         --diversions. `m4 --help --version' now displays help, not
733         version.
734         (interactive, frozen_file_to_read, frozen_file_to_write): Move to
735         smaller scope.
736         (show_help, show_version): No longer needed.
737         (long_options, DIVERSIONS_OPTION): Backport patch from head to
738         distinguish between -N and --diversions in warning.
739         * doc/m4.texinfo (Invoking m4): Document this.
740         * NEWS: Likewise.
742 2006-09-11  Eric Blake  <ebb9@byu.net>
744         * src/Makefile.am (m4_LDADD): Add any gnulib dependent libraries.
745         * src/debug.c (debug_flush_files) [UNIX]: Flush stdin if it is
746         seekable.
747         (debug_set_file): Use STDOUT_FILENO.
748         * src/builtin.c (m4_m4exit): Flush stdin before exiting, to comply
749         with POSIX in regards to unread input.
750         * NEWS: Document this fix.
751         * doc/m4.texinfo (Syscmd, Esyscmd, M4exit): Likewise.
753 2006-09-07  Eric Blake  <ebb9@byu.net>
755         * m4/gnulib-cache.m4: Update to newer gnulib-tool.
756         * src/m4.h (push_file): Change prototype.
757         * src/input.c (push_file, peek_input, next_char_1): Only call getc
758         once at EOF, to avoid double ^D on terminal stdin; regression from
759         2006-09-04.
760         (push_file, pop_file): Allow reading stdin twice.
761         * src/m4.c (main): Likewise.
762         * src/builtin.c (include): Update caller.
763         * NEWS: Document this change.
764         * doc/m4.texinfo (Invoking m4, Incompatibilities): Likewise.
765         (Syscmd): Add a test that failed before this patch.
767 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
769         * checks/check-them: Quote $pwd.
771 2006-09-05  Eric Blake  <ebb9@byu.net>
773         * src/builtin.c (define_macro): Warn on invalid macro name.
774         * NEWS: Document this change.
775         * doc/m4.texinfo: Fix typos.
776         (Invoking m4, Macro Arguments, Pseudo Arguments, Defn, Indir)
777         (Ifelse): Backport some improvements from head.
779 2006-09-04  Eric Blake  <ebb9@byu.net>
781         * doc/m4.texinfo (Changeword): Skip test on mingw, where the
782         native echo is braindead.
783         * checks/check-them (strip_needed): Ignore \r in output.  Now the
784         testsuite will pass when cross-compiling from cygwin to mingw.
786         * src/input.c (peek_input): Fix regression in handling macro
787         without arguments as last token in file; debian bug 385720.
788         (next_token): Always consume an input character.
789         Reported by Andreas Schultz.
790         * configure.ac (AC_INIT): Bump version number.
791         * NEWS: Document this fix.
792         * doc/m4.texinfo (History): Mention next version.
793         (Changeword): Add example that exposes this bug.
794         * THANKS: Update.
796 2006-08-25  Eric Blake  <ebb9@byu.net>
798         Release 1.4.6:
799         * configure.ac (AC_INIT): Bump version number.
800         * NEWS: Describe changes since 1.4.5.
802         * Makefile.maint (web-manual): Give up on VPATH build during
803         distribution.  But distributions are made so infrequently that
804         this is not too much of a hardship.
805         * Makefile.am (MAINTAINERCLEANFILES): Avoid error if lib/CVS/
806         exists.
808 2006-08-24  Eric Blake  <ebb9@byu.net>
810         * src/builtin.c (m4_index, m4_substr, m4_translit): Similar to
811         Solaris, produce output on just one argument.
812         (m4_regexp, m4_patsubst): For consistency, do likewise.
813         (m4_patsubst): Allow zero-length match at end of string.
814         * doc/m4.texinfo (Sysval): Fix overfull hbox.
815         (Bugs, Macro Arguments): Minor fixes.
816         (Other tokens): Rearrange node order.
817         (Index macro, Substr, Translit, Regexp, Patsubst): Add tests.
818         * NEWS: Document these fixes.
820 2006-08-22  Eric Blake  <ebb9@byu.net>
822         * src/input.c (pop_input): Avoid empty filename with -di option.
823         * src/debug.c (debug_message_prefix): Put space before message.
825         * m4/gnulib-cache.m4: We don't explicitly use alloca module.
827         * m4/gnulib-cache.m4: Augment with gnulib-tool --import gnupload.
828         * Makefile.maint (fetch): Simplify, now that we can use gnupload.
830         * checks/check-them: State why a test is skipped.
831         * doc/m4.texinfo (Changeword, Sysval, Maketemp): Likewise.
833         * ChangeLog: Add copyright.
834         * AUTHORS: Likewise.
835         * BACKLOG: Likewise.
836         * README: Likewise.
837         * THANKS: Likewise.
838         * TODO: Likewise.
839         * examples/COPYING: New file, add copyright for all the examples.
840         * checks/get-them: Put copyright on testsuite files.
842 2006-08-18  Eric Blake  <ebb9@byu.net>
844         Don't let unrelated child processes see too many files.
845         * m4/gnulib-cache.m4: Augment with gnulib-tool --import cloexec.
846         * src/builtin.c (m4_esyscmd, m4_regexp, m4_patsubst): Fix
847         spelling in error message.
848         * src/debug.c [!__STDC__]: Assume C89, and nuke old varargs.h.
849         (debug_set_output): Close debug file on exec.
850         * src/m4.h (includes): Add cloexec.h.
851         * src/output.c (make_room_for): Close diversions on exec.
852         * src/path.c (path_search): Close include files on exec.
853         * NEWS: Document this.
855         Regular expressions were leaking memory.
856         * src/builtin.c (init_pattern_buffer, free_pattern_buffer): New
857         helper methods.
858         (m4_regexp, m4_patsubst): Avoid memory leak.
859         * src/input.c (init_pattern_buffer) [ENABLE_CHANGEWORD]: Make
860         static.
861         (set_word_regexp) [ENABLE_CHANGEWORD]: Avoid memory leak.  Change
862         from O(n^2) to O(n) for calculating word_start.
863         (next_token, peek_token) [ENABLE_CHANGEWORD]: Treat word_start as
864         O(1) bitmap, not O(n) search string.
865         * NEWS: Document this fix.
867 2006-08-17  Eric Blake  <ebb9@byu.net>
869         * NEWS: Document previous checkin.
871         * src/builtin.c (substitute): Avoid core dump when accessing
872         beyond bound of regular expression.
873         Reported by Karl Nelson.
874         * doc/m4.texinfo (Regexp): Add example that causes core dump on
875         some architectures prior to this patch.
876         * THANKS: Updated.
878 2006-08-16  Eric Blake  <ebb9@byu.net>
880         * doc/m4.texinfo (Invoking m4, Debug Output): Fix wording to be
881         clear that dumpdef does not always go to stderr.
883         * src/builtin.c (m4_errprint): Flush buffers before printing to
884         stderr.
885         * THANKS: Updated.
887 2006-08-15  Eric Blake  <ebb9@byu.net>
889         * src/builtin.c (m4_m4wrap, m4_errprint, m4_shift): Make blind,
890         per debian bug 96075.
891         * doc/m4.texinfo (Loops, M4wrap, Errprint): Document this change.
892         (Changeword): Don't use shift as an example of a swallowed word.
893         (Divert): Discuss fact that divert is an English word.
894         Reported by Richard A Nelson.
896 2006-08-14  Eric Blake  <ebb9@byu.net>
898         * doc/m4.texinfo (Invoking m4): Minor fixes.
900 2006-08-12  Eric Blake  <ebb9@byu.net>
902         * doc/m4.texinfo (Arguments): Hint at better exch macro.
903         (Answers): Provide a better definition.
905 2006-08-09  Eric Blake  <ebb9@byu.net>
907         * doc/m4.texinfo (Incompatibilities): Document that m4 does not
908         yet understand locales.
909         * NEWS: Fix wording of a few items.
911 2006-08-08  Eric Blake  <ebb9@byu.net>
913         Avoid printing `NONE:0:' in error messages.
914         * src/m4.h (m4_error_at_line): New function.
915         * src/m4.c (m4_error_at_line): Implement.
916         * src/input.c (skip_line, input_init, next_token): Use "", not
917         "NONE", for no file, since NONE can be a real file name.
918         * src/macro.c (expand_argument): Likewise.
919         * src/debug.c (debug_message_prefix, trace_header): Check for
920         current file.
921         * doc/m4.texinfo (Dnl, M4wrap): Adjust accordingly.
922         (Location): Document that synclines and internal message format
923         are not impacted by redefining these macros.
924         (M4exit): Hint at bug in fatal_error.
925         (Answers): Provide workaround to match m4 output.
927         * m4/gnulib-cache.m4: Augment with gnulib-tool --import verror.
928         * src/m4.h (m4_error): New function.
929         (M4ERROR, M4ERROR_AT_LINE): Reimplement without hacking around
930         error module deficiencies.
931         (reference_error, suppress_line): No longer needed.
932         * src/m4.c (m4_error): Implement.
933         (main): No longer need to install error callback.
935 2006-08-04  Eric Blake  <ebb9@byu.net>
937         * src/m4.h (program_name): Declare.
938         (suppress_line): New variable.
939         (M4ERROR_AT_LINE): New macro.
940         * src/m4.c (reference_error, main): Follow GNU Coding Standards
941         for error message format.
942         * src/input.c (skip_line, next_token): Use M4ERROR_AT_LINE.
943         * src/macro.c (expand_argument): Likewise.
944         * checks/check-them (examples): Adjust to new message format.
945         * src/builtin.c (m4___program__): New builtin.
946         * doc/m4.texinfo (Location): Split from Errprint into new node,
947         and document __program__.
948         (Builtin, Ifdef, Ifelse, Dumpdef, Trace, Debug Output, Dnl)
949         (Include, Regexp, Patsubst, Incr, Eval): Adjust error message
950         format.
951         (Extensions): Document __program__.
952         * NEWS: Document this change.
954 2006-08-03  Eric Blake  <ebb9@byu.net>
956         Don't confuse leading `(' in comment or quote with start of
957         argument collection.
958         * src/m4.h (enum token_type): Add TOKEN_OPEN, TOKEN_COMMA,
959         TOKEN_CLOSE.
960         (peek_input): Make private to input.c.
961         (peek_token): New prototype.
962         * src/input.c (default_word_regexp): Reduce ifdefs.
963         (peek_input): Make static.
964         (next_token): Return new token types.
965         (match_input, MATCH): Add argument consume, which controls
966         whether match should be pushed back.
967         (peek_token): New function.
968         (token_type_string) [DEBUG_INPUT]: New function.
969         * src/macro.c (expand_token, expand_argument, collect_arguments):
970         Handle new token types.
971         * doc/m4.texinfo (Changequote, Changecom): Document this.
972         * NEWS: Document this.
974         * src/stackovf.c (setup_stackovf_trap): Free memory on failure.
976         * src/stackovf.c (setup_stackovf_trap): Gracefully avoid stack
977         overflow detection when sigstack exists but is not implemented.
978         Fixes debian bug 154053.
979         * THANKS: Updated.
980         Reported by David Perlin.
982 2006-08-02  Eric Blake  <ebb9@byu.net>
984         * src/input.c (MATCH): Fix EOF detection on multi-byte comment
985         close.
987 2006-08-01  Eric Blake  <ebb9@byu.net>
989         * src/input.c (skip_line, next_token): Remember current file in
990         case input file ends abruptly.  Addresses debian bug 175365.
991         (pop_input): Defer freeing storage that holds previous file
992         name...
993         (pop_wrapup): to here, after error message is issued.
994         * src/macro.c (expand_argument): Remember current file in case
995         input file ends abruptly.
996         * doc/m4.texinfo (Macro Arguments, Dnl, Changequote, Changecom)
997         (M4wrap): Adjust testsuite accordingly.
998         (Errprint): Document line number limitation of m4wrap.
999         * NEWS: Document this fix.
1000         * THANKS: Update.
1002 2006-07-31  Eric Blake  <ebb9@byu.net>
1004         * src/input.c (peek_input, next_char, match_input): Be eight-bit
1005         clean; fixes debian bug 311378.
1006         * doc/m4.texinfo (Syntax): Describe eight-bit handling.
1007         (Changequote, Changecom): Add examples to test this.
1008         * NEWS: Document this fix.
1009         * THANKS: Update.
1010         Reported by Steven Augart.
1012         * doc/m4.texinfo: Whitespace fix.
1013         * checks/get-them: Avoid exceeding 14-char file name limit.
1014         * THANKS: Update.
1016 2006-07-30  Eric Blake  <ebb9@byu.net>
1018         * src/path.c (path_search): Detect allocation failure.
1020         Use native free when it is good enough.
1021         * m4/gnulib-cache.m4: Augment with gnulib-tool --import free.
1022         * src/builtin.c (define_user_macro, m4_regexp, m4_patsubst):
1023         Adjust calls.
1024         * src/symtab.c (free_symbol): Likewise.
1025         * src/m4.c (xfree, main): Likewise.
1026         * src/m4.h (obstack_chunk_free): Likewise.
1027         * src/path.c (path_search): Likewise.
1028         * src/input.c (pop_wrapup, set_quotes, set_comment): Likewise.
1030         * doc/m4.texinfo (Errprint): Add example for last patch.
1031         * checks/check-them: Account for VPATH in latest example.
1033 2006-07-29  Eric Blake  <ebb9@byu.net>
1035         * src/path.c (path_search): Add result parameter, so that
1036         -I can be accounted for.  Debian bug 53685.
1037         * src/m4.h (path_search): Update prototype.
1038         * src/m4.c (main): Adjust callers.
1039         * src/freeze.c (reload_frozen_state): Likewise.
1040         * src/builtin.c (include, m4_undivert): Likewise.
1041         * NEWS: Document this change.
1042         Reported by Nicolas Lichtmaier.
1044 2006-07-28  Eric Blake  <ebb9@byu.net>
1046         * Makefile.am (MAINTAINERCLEANFILES): Fix typo that tripped up
1047         several non-GNU makes.
1048         * src/stackovf.c (setup_stackovf_trap): Missed _ from yesterday.
1049         * src/m4.h: Likewise.
1050         * src/input.c (push_wrapup): Avoid compiler warning with Solaris
1051         /usr/ccs/bin/ucbcc.
1053 2006-07-27  Eric Blake  <ebb9@byu.net>
1055         * doc/m4.texinfo: Use @acronym{GNU} throughout.
1056         (History): Update for 1.4.6.
1058         * src/m4.h (_): Remove K&R cruft.
1059         * src/builtin.c: Likewise.
1060         * src/debug.c: Likewise.
1061         * src/eval.c: Likewise.
1062         * src/macro.c: Likewise.
1063         * src/stackovf.c: Likewise.
1065         * doc/Makefile.am (m4.1): Improve man page.
1066         * src/m4.c (usage): Improve --help output, including adding the
1067         bug reporting address.
1068         (main): Follow GNU Coding Standards for --version output.
1070 2006-07-26  Eric Blake  <ebb9@byu.net>
1072         * doc/m4.texinfo: Use begin-quote, end-quote, begin-comment, and
1073         end-comment consistently, to match POSIX.
1075         * doc/m4.texinfo (Macro Arguments, Changequote, Changecom)
1076         (Dnl, M4wrap, Include): Document EOF issues, and add examples.
1077         (Incompatibilities): Document incompatibility of changecom
1078         vs. macro names, and of EOF in include.
1079         * src/input.c (next_token): Reject unterminated comments at EOF.
1080         (skip_line): Warn on unterminated dnl at EOF.
1081         * NEWS: Document these changes.
1083 2006-07-25  Eric Blake  <ebb9@byu.net>
1085         * m4/gnulib-cache.m4: Update to reflect gnulib's split of
1086         stdio-safer into fopen-safer and tmpfile-safer.
1087         * src/m4.c: Remove redundant include.
1089 2006-07-24  Eric Blake  <ebb9@byu.net>
1091         Fix bugs related to stream handling.
1092         * m4/gnulib-cache.m4: Augment with gnulib-tool --import
1093         unlocked-io stdio-safer stdlib-safer close-stream.
1094         * configure.ac (AC_CHECK_FUNCS_ONCE): Assume tmpfile; it can be
1095         provided by gnulib if needed.
1096         * src/output.c [! HAVE_TMPFILE]: Likewise.
1097         * src/m4.h (includes): Replace unistd, stdio, and stdlib with
1098         their safer counterparts.
1099         (retcode): New global variable.
1100         * src/input.c (pop_input): Check for read failure.
1101         * src/freeze.c (reload_frozen_state): Likewise.
1102         (produce_frozen_state): Check for write failure.
1103         * src/debug.c (debug_set_file): Likewise.
1104         * src/m4.c (usage, main): Likewise.
1105         (retcode): Make global.
1106         * src/builtin.c (m4_m4exit): Likewise.  Ensure that the exit
1107         status is non-zero except when everything succeeds.
1108         * doc/m4.texinfo (M4exit): Document these changes.
1109         (Incompatibilities): Remove documentation of bug now fixed.
1110         * NEWS: Document these fixes.
1112 2006-07-22  Eric Blake  <ebb9@byu.net>
1114         * src/format.c (format): Avoid compiler warning that str may be
1115         used uninitialized.
1117 2006-07-21  Eric Blake  <ebb9@byu.net>
1119         * src/m4.h [UNIX]: Add more platforms that are close enough to
1120         categorize as UNIX, but which don't predefine __unix__.
1121         Reported by Nelson H. F. Beebe.
1123 2006-07-20  Eric Blake  <ebb9@byu.net>
1125         * m4/gnulib-cache.m4: gnulib-tool has changed again.  Regenerate
1126         to explicitly ask for --assume-autoconf=2.60.
1128 2006-07-19  Eric Blake  <ebb9@byu.net>
1130         * doc/m4.texinfo (Sysval): Avoid kill -1, since ksh traps SIGHUP
1131         and exits normally with 129.
1132         Reported by Nelson H. F. Beebe.
1133         * THANKS: Update.
1135         * src/m4.h (EXIT_MISMATCH): Define.
1136         * src/freeze.c (reload_frozen_state): Detect version mismatch, by
1137         exiting with status 63.
1138         * src/m4.c (usage): Document this.
1139         * doc/m4.texinfo (Invoking m4, Using frozen files): Likewise.
1140         * NEWS: Likewise.
1142         * doc/m4.texinfo (copying): Relax restriction on front-cover and
1143         back-cover texts.
1145 2006-07-17  Eric Blake  <ebb9@byu.net>
1147         * src/format.c (format): Support F, g, and G specifiers.
1148         * doc/m4.texinfo (Format): Document this.
1149         * NEWS: Document this addition.
1151         * doc/m4.texinfo (Builtin): Delete redundant text.
1153         * configure.ac (AC_INIT): Bump version number.
1154         * src/builtin.c (substitute): Bah.  Fix buffer overrun.
1155         * NEWS: Document this fix.
1157 2006-07-15  Eric Blake  <ebb9@byu.net>
1159         Release 1.4.5:
1160         * configure.ac (AC_INIT): Bump version number.
1161         * NEWS: Describe changes since 1.4.4.
1163         * src/m4.c (usage): Document exit status.
1164         * doc/m4.texinfo: Use `exit status', not `exit code'.
1165         (Invoking m4): Document exit status.
1167         * bootstrap: Backport --help, --version from head.
1168         (func_update): New function, for easily grabbing up-to-date files
1169         from gnulib.
1170         * Makefile.maint (web-manual): Fix for VPATH builds.
1172 2006-07-14  Eric Blake  <ebb9@byu.net>
1174         * doc/m4.texinfo: Global cleanup.  Avoid @code{...}'d, as it
1175         looks bad in info.  Use @deffn rather than @example for
1176         describing prototypes.  Fix awkward wording and grammar.
1178         * src/builtin.c (substitute): Warn on bad escape sequences.
1179         Ignore trailing backslash.
1180         * doc/m4.texinfo (Regexp): Add documentation for this.
1181         * NEWS: Document this change.
1183         * src/builtin.c (m4_format, m4_indir): Warn on too few arguments.
1184         * doc/m4.texinfo (Defn, Builtin, Debug Levels, Debug Output): Add
1185         more examples.
1186         (Dnl): Update example to show side effects.
1187         * checks/get-them: Generate three digit test names.
1188         * checks/Makefile.in (CHECKS): Accomodate 100+ tests.
1190 2006-07-13  Eric Blake  <ebb9@byu.net>
1192         * src/input.c (input_init): Simplify.
1193         (set_word_regexp): Treat empty string as default, since empty
1194         regexp would disable word parsing.
1195         * src/m4.c (user_word_regexp): Default to empty string.
1196         * src/builtin.c (builtin_tab): Make changeword blind.
1197         * doc/m4.texinfo (Changeword): Document this.
1198         * NEWS: Document this.
1199         * TODO: Knock off completed items.
1201         * src/builtin.c (m4_undefine, m4_popdef): Visit all arguments, not
1202         just the first.
1203         * doc/m4.texinfo (Undefine, Pushdef): Test this.
1204         * NEWS: Document this change.
1206         * src/builtin.c (numeric_arg): Treat empty string as 0, with a
1207         warning.  Detect quoted leading space and overflow as warnings.
1208         (m4_eval): Treat empty radix as 10, and allow output in radix 1.
1209         Treat width as minimum number of digits, as required by POSIX.
1210         (m4_ifdef, m4_divert, m4_m4exit, m4_translit): Ignore extra
1211         arguments.
1212         (m4_substr): Likewise.  Silently treat empty start as 0.
1213         (m4_undivert): Treat ` 1a' as file, not diversion 1.
1214         * src/eval.c (eval_lex): Parse radix 1 numbers.
1215         * doc/m4.texinfo (Invoking m4): Fix wording; there is more than
1216         one type of warning.
1217         (Manual): Document behavior of numeric parsing of empty string.
1218         (Divert, Incr): Document error handling.
1219         (Eval): Document radices better.
1220         (Incompatibilities): Document translit incompatibility.
1221         * NEWS: Document these changes.
1223         * Makefile.maint (fetch): Get gendocs from gnulib, not texinfo.
1224         (web-manual): Simplify.
1225         * m4/gnulib-cache.m4: Augment with gnulib-tool --import gendocs.
1226         * Makefile.am (EXTRA_DIST): Distribute gendocs.sh.
1227         (MAINTAINERCLEANFILES): Clean it as well.
1228         * doc/Makefile.am (EXTRA_DIST): Distribute gendocs_template.
1229         (MAINTAINERCLEANFILES): Clean it as well.
1231 2006-07-12  Eric Blake  <ebb9@byu.net>
1233         * doc/m4.texinfo (Extensions): Document how to overcome
1234         implementation difference in > 9 positional parameters.
1236         * src/m4.c (usage): Sort within sections.
1237         (nesting_limit): Raise default from 250 to 1024.
1238         * doc/m4.texinfo: Use file name, not filename, per GNU coding
1239         standard.  Use @option where appropriate.
1240         (Invoking m4): Sort to match --help output.
1241         (Debug Levels): Sort.
1242         (Frozen files): Sort and break into two nodes.
1244         * src/m4.c (nesting_limit): Raise default from 250 to 1024.
1245         * NEWS: Document raised -L limit.
1247 2006-07-11  Eric Blake  <ebb9@byu.net>
1249         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New macro, to
1250         stress-test changeword before a release.
1251         * doc/m4.texinfo: More doc cleanups.
1252         (Copying This Manual): New node; actually include the FDL in the
1253         documentation.
1254         * doc/Makefile.am (m4_TEXINFOS): Mention dependence on fdl.texi.
1255         * m4/gnulib-cache.m4: Augment with gnulib-tool --import fdl.
1256         * NEWS: Mention documentation improvements.
1258         * src/m4.h (OS2): New platform macro.
1259         * src/builtin.c (predefined_tab) [OS2]: Use it to give OS/2 a
1260         platform macro.
1261         * doc/m4.texinfo (Platform macros): Document it.
1262         (Sysval): Remove non-portable test of system("").
1263         * NEWS: Document this change.
1264         Reported by Andreas Buening.
1266 2006-07-09  Eric Blake  <ebb9@byu.net>
1268         * doc/m4.texinfo (Undivert): Fix typo in last commit.
1269         * src/m4.c (usage): Document M4PATH.
1270         * src/path.c (path_search): Reject empty string.
1271         * src/output.c (insert_diversion): Ignore diversion 0.
1272         * src/builtin.c (m4_undivert): Ignore empty string.
1273         * NEWS: Document this fix.
1275 2006-07-08  Eric Blake  <ebb9@byu.net>
1277         * checks/get-them: Make filtering easier.
1278         * checks/check-them: Filter non-input lines, so line counts are
1279         more realistic in the documentation, and so changeword tests work
1280         even when dnl is disabled.
1281         * doc/m4.texinfo: Adjust example line numbers.  Clean up
1282         front-matter, following autoconf's example.
1283         (Changeword): Enable tests, skipping if changeword not supported.
1284         (Define, Defn, Ifelse): Backport more examples from head.
1285         (Input processing, Answers): New nodes, backported from head.
1286         (Include): Expand test to cover empty filename.
1287         (Undivert): Add test of undivert(0).
1289 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1291         * doc/m4.texinfo: Fix spelling errors.
1293 2006-07-07  Eric Blake  <ebb9@byu.net>
1295         * THANKS: Update.
1297         * doc/Makefile.am (m4.1): No need to go through a temporary file;
1298         this also ensures timestamps are updated.
1299         * src/m4.h (includes): Require config.h.  Assume string.h,
1300         stdlib.h, errno.  Include error.h, exit.h, and xalloc.h rather
1301         than prototyping ourselves.
1302         (builtin_func): Add parameter type-checking.
1303         (voidstar): Delete, now that we assume C89.
1304         * src/builtin.c, src/m4.c, src/macro.c, src/symtab.c: All users of
1305         voidstar changed.
1306         * src/m4.c (xfree) [WITH_DMALLOC]: Avoid clash with dmalloc's
1307         xfree.
1309 2006-07-06  Eric Blake  <ebb9@byu.net>
1311         * m4/gnulib-cache.m4: Augment with gnulib-tool --import
1312         binary-io.
1313         * src/m4.h (includes): Add binary-io.h for O_BINARY.
1314         * src/freeze.c (produce_frozen_state): Use O_BINARY to remove
1315         #ifdef.  Fixes patch from 2005-02-03 for cygwin.
1316         * NEWS: Mention this fix.
1318         * configure.ac (FUNC_SYSTEM_BROKEN): New check for OS/2 bug.
1319         * src/builtin.c (m4_syscmd): Work around OS/2 bug.
1321         * Makefile.am (SUBDIRS): Build . before src, so that autoheader
1322         runs first when needed.
1323         * doc/Makefile.am (m4.1): Backport rule from CVS head: build m4.1
1324         once in srcdir rather than multiple times in VPATH builds.
1326 2006-07-03  Eric Blake  <ebb9@byu.net>
1328         * checks/check-them: Use portable = in test.
1329         * src/Makefile.am (AM_CPPFLAGS): Omit space between -I and
1330         directory, as required by Solaris cc.  Include built headers, as
1331         required by Solaris make in VPATH build.
1332         * checks/Makefile.in: Use $(srcdir) where needed.
1333         (CHECKS): Factor $(srcdir) into macro.
1334         (DISTFILES): Likewise.  Automake takes care of distributing
1335         Makefile.in.
1336         (dist): Simplify.
1337         (Makefile): Use modern syntax of config.status.
1338         * doc/m4.texinfo (Loops, Include, Undivert, Incompatibilities):
1339         Avoid overfull and underfull hboxes in dvi.
1341         Fix 'make check' in VPATH build.  All files included by testsuite
1342         now live in a single directory.  Use forloop.m4 in testsuite.
1343         * checks/incl.m4, checks/foo, checks/wrapfifo.m4: Move from
1344         here...
1345         * examples/incl.m4, examples/foo, examples/wrapfifo.m4: ...to
1346         here.
1347         * checks/Makefile.in (DISTFILES): Don't distribute moved files.
1348         * examples/Makefile.am (EXTRA_DIST): Distribute new files.
1349         * checks/check-them: Avoid s/// when filename is in pattern.
1350         * examples/forloop.m4: Fix to match documentation.
1351         * doc/m4.texinfo (Include, Undivert, Incompatibilities): Reflect
1352         new locations.
1353         (Loops, Format): Actually use forloop.m4 in tests.
1355 2006-07-02  Eric Blake  <ebb9@byu.net>
1357         * checks/Makefile.in (exec_prefix, prefix): New macros, so that
1358         $(bindir) works in installcheck.
1359         (check, installcheck): No longer change directory, so that
1360         distcheck works with a read-only builddir.
1361         * checks/check-them: Work when pwd is no longer builddir.
1363 2006-07-01  Eric Blake  <ebb9@byu.net>
1365         * GNUmakefile: New file, borrowed from coreutils.
1366         * Makefile.am (EXTRA_DIST): Distribute GNUmakefile.
1367         * Makefile.maint (Makefile): Delete this rule, now that
1368         GNUmakefile includes Makefile.
1370 2006-06-30  Eric Blake  <ebb9@byu.net>
1372         For compatibility with other m4 implementations, sysval returns
1373         signal<<8 rather than 0 if syscmd is terminated by a signal.
1374         * configure.ac (AC_CHECK_HEADERS_ONCE): Check for sys/wait.h.
1375         * src/builtin.c (include): Include sys/wait.h when stdlib.h does
1376         not provide wait macros.
1377         (WTERMSIG, WIFSIGNALED, WIFEXITED): More fallback macros.
1378         (M4SYSVAL_EXITBITS, M4SYSVAL_TERMSIGBITS): New helper macros.
1379         (m4_esyscmd): Set sysval to -1 on failure.
1380         (m4_sysval): Print 127 on failure, and accomodate signals if they
1381         are detectable.
1382         * NEWS: Document this change.
1383         * doc/m4.texinfo (Platform macros, Esyscmd, Sysval): Fix typos in
1384         last commit.
1385         * checks/check-them: Likewise.
1386         * src/debug.c (debug_set_file): Work around mingw fstat bug.
1388         * src/m4.h (UNIX, W32_NATIVE): Improve platform detection macros.
1389         * src/freeze.c (produce_frozen_state): Use new spelling of
1390         platform macro.
1391         * src/builtin.c (predefined_tab): Add __windows__ on non-unix
1392         platforms.
1393         (m4_syscmd, m4_esyscmd): The empty command is successful.
1394         * doc/m4.texinfo (Shell commands): Rename from UNIX commands.
1395         Document platform-dependence of system().
1396         (Syscmd): Add example.
1397         (Esyscmd): Make example more robust, and actually demonstrate
1398         rescanning.
1399         (Sysval): Expand test to cover esyscmd code path, and to check
1400         that empty command is successful.  Add conditional check for
1401         signal behavior.
1402         (Other Incompatibilities): Move platform macros from here...
1403         (Platform macros): ...to this new node.  Add windows macro.
1404         Check that exactly one platform macro is provided.
1405         * checks/check-them: Improve trap cleanup.  Tolerate dirname and
1406         .exe in error messages.  Allow for skipping checks.
1407         * configure.ac (HAVE_EFGCVT): Kill dead configure check.
1408         * NEWS: Document platform macros.
1410 2006-06-29  Eric Blake  <ebb9@byu.net>
1412         Fix buffer overrun bug.
1413         * m4/gnulib-cache.m4: Augment with gnulib-tool --import
1414         xvasprintf.
1415         * src/format.c [HAVE_EFGCVT]: Delete this code, and use *printf
1416         variant instead, since [efg]cvt are obsolete and our use of them
1417         was buggy (savannah sr #104303).
1418         (format): Fix buffer overflow by using xasprintf.
1419         * doc/m4.texinfo (Format): Expand format test to catch both bugs.
1420         * NEWS: Document this fix.
1422         * configure.ac (AC_CANONICAL_HOST, AC_CANONICAL_BUILD): Allow
1423         cross-compilation.
1424         (AC_CACHE_CHECK): Cache search for ecvt.
1426 2006-06-27  Eric Blake  <ebb9@byu.net>
1428         * doc/m4.texinfo (Eval): Document 32-bit signed limitations
1429         required by POSIX, and add example that exposed core dump on x86
1430         architectures.
1431         (Incompatibilities): Document incompatibility in eval precedence.
1432         * src/eval.c (shift_term): Explicitly mask, to avoid undefined
1433         behavior.
1434         (mult_term): Explicitly check for -1, to avoid SIGFPE on x86.
1435         * NEWS: Document this change.
1437         * doc/m4.texinfo: Use @noindent consistently.
1438         (Quoting Arguments): Document that unquoted parentheses group
1439         arguments.
1440         (Pseudo Arguments): Expand tests to show this.
1441         (Incompatibilities): Contrast traditional behavior of
1442         changequote.
1444 2006-06-24  Eric Blake  <ebb9@byu.net>
1446         * configure.ac (AC_PREREQ): Autoconf 2.60 is now released.
1447         (AC_CHECK_HEADERS_ONCE): Use this new feature.
1448         (AC_CHECK_FUNCS_ONCE): Likewise.
1450 2006-06-23  Eric Blake  <ebb9@byu.net>
1452         * doc/m4.texinfo: Quoting cleanup throughout - follow
1453         autoconf-recommended style of one level of quote per parenthesis
1454         in the normal case.  Adjust error messages to match GNU coding
1455         standards (and to allow 'make check' to pass again).
1456         (Quoted strings, Inhibiting Invocation): Turn more examples into
1457         tests.
1458         (Comments): Resolve FIXME by adding example.
1459         (Define): Add example about underquoting.
1460         (Defn): Add example about use of $0.
1461         (Indir, Format): Resolve FIXME done in last commit.
1462         (Ifelse): Add example about creating blind macro.
1463         (Debugging): Fix grammar.
1464         (Dnl): Add example about dnl with arguments.
1465         (M4wrap): Be explicit that LIFO order is non compliant, and will
1466         change in m4 2.0.
1467         (Undivert): Resolve FIXME by adding example.
1468         (Frozen files): Document that m4wrap and sysval will not work
1469         consistently until m4 2.0.
1470         (Incompatibilities): Document another POSIX compliance bug, this
1471         time with changequote.  Document a traditional incompatibility
1472         with partial input spanning file boundaries.
1474         Make error messages more consistent with GNU coding standards -
1475         start with lower case, and don't end sentence with punctuation.
1476         * src/debug.c (trace_pre): Update message wording.
1477         * src/eval.c (evaluate, cmp_term, shift_term, mult_term):
1478         Likewise.
1479         * src/freeze.c (produce_frozen_state, issue_expect_message),
1480         (reload_frozen_state): Likewise.
1481         * src/input.c (push_string_init, pop_init, init_macro_token),
1482         (peek_input, next_char_1, set_word_regexp, next_token): Likewise.
1483         * src/m4.c (stackovf_handler, main): Likewise.
1484         * src/macro.c (expand_token, expand_argument, call_macro),
1485         (expand_macro): Likewise.
1486         * src/output.c (make_room_for, output_text, insert_file),
1487         (freeze_diversions): Likewise.
1488         * src/symtab.c (symtab_init, lookup_symbol): Likewise.
1490         * src/builtin.c (builtin_tab): Make format and indir blind.
1491         (substitute): Prefer "Warning:" vs. "ERROR:" in messages.
1492         * NEWS: Mention the change to builtins.
1494 2006-06-22  Eric Blake  <ebb9@byu.net>
1496         Robustify frozen file format.
1497         * src/freeze.c (reload_frozen_state): Add GET_DIRECTIVE helper
1498         macro.  Require V first, and only accept it once.  For F, use
1499         placeholder if builtin is not found, rather than warning.
1500         * src/m4.h (m4_placeholder): New prototype.
1501         * src/builtin.c: Unify error message style.
1502         (m4_placeholder): New function, warn if invoked.
1503         (builtin_tab): Add m4_placeholder.
1504         (m4_defn): Warn if placeholder is encountered.
1505         (find_builtin_by_addr): Handle placeholder.
1506         (find_builtin_by_name): Return placeholder on failure.
1507         (m4_builtin): Treat placeholder as undefined.
1508         * doc/m4.texinfo (Frozen files): Document changes in V and F.
1509         * NEWS: Document this change.
1510         Reported by Bruno Haible.
1512         * doc/m4.texinfo: Whitespace cleanup.  TABs are evil in texinfo.
1513         (tabchar): New macro, so that 'make check' still works.
1514         (Invoking m4): Document that ignored compatibility options -B, -S,
1515         and -T each consume an argument.
1516         * checks/get-them: Honor @tabchar{}.
1518         Avoid compiler warnings during -DDEBUG.
1519         * src/m4.h (M4_GNUC_ATTRIBUTE, M4_GNUC_UNUSED): New macros.
1520         [DEBUG]: Also imply DEBUG_OUTPUT and DEBUG_STKOVF.
1521         * src/input.c (print_token) [DEBUG_INPUT]: Use correct format.
1522         (lex_debug) [DEBUG_INPUT]: Fix to compile.  Mark unused.
1523         (next_token) [DEBUG_INPUT]: Print before returning.
1524         * src/path.c (include_dump) [DEBUG_INCL]: Mark unused.
1525         * src/symtab.c (symtab_debug) [DEBUG_SYM]: Mark unused.
1527         Avoid mkstemp bugs on various platforms.
1528         * m4/gnulib-cache.c: Augment with gnulib-tool --import mkstemp.
1529         * src/output.c [! HAVE_MKSTEMP]: Delete.
1530         * configure.ac (AC_CHECK_FUNCS): Don't check for mkstemp.
1531         * src/m4.h (mkstemp) [! HAVE_MKSTEMP]: Prototype, if needed.
1532         * NEWS: Document this.
1534         * Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4.
1535         Reported by Bruno Haible.
1537 2006-06-21  Eric Blake  <ebb9@byu.net>
1539         Avoid obsolete sigstack when POSIX sigaltstack is available.
1540         * src/m4.c: Blindly assume signal.h, since stackovf.c and gnulib
1541         do likewise.
1542         * configure.ac (AC_CHECK_HEADERS): Likewise.
1543         (AC_CHECK_TYPES): New check for siginfo_t, since siginfo.h is
1544         obsolete and most hosts now have it in signal.h.
1545         (AC_CHECK_MEMBERS): New check for sigaction.sa_sigaction.
1546         (AC_CACHE_CHECK): Cache decision to use stackovf.
1547         (AC_EGREP_HEADER): Switch to AC_CHECK_TYPES.
1548         * src/stackovf.c (DEBUG_STACKOVF): Remove unused define.
1549         (SA_RESETHAND, SA_SIGINFO): Provide fallback definitions, to
1550         simplify later code.
1551         (PARAM_STACKOVF, PARAM_NOSTACKOVF): Move further away from NULL,
1552         in case of dereferencing a member of a NULL pointer.
1553         (sigsegv_handler) [HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define a
1554         POSIX handler.
1555         (setup_stackovf_trap): Use NULL instead of 0 for pointers, use
1556         EXIT_FAILURE in error, indent preprocessor directives.
1557         [HAVE_SIGALTSTACK && HAVE_SIGINFO_T]: Depend on siginfo_t, not
1558         siginfo.h.
1559         [HAVE_SIGACTION && defined SA_ONSTACK]: Prefer POSIX handler.
1560         Reported by Santiago Vila.
1562 2006-06-19  Eric Blake  <ebb9@byu.net>
1564         * THANKS: Update.
1566 2006-06-18  Andreas Buening  <andreas.buening@nexgo.de>  (tiny change)
1568         * checks/Makefile.in (PATH_SEPARATOR): New macro.
1569         (check, installcheck): Use it, for OS/2.
1571 2006-06-18  Eric Blake  <ebb9@byu.net>
1573         Consistently use "GNU M4" as package name, "m4" as executable
1574         name.
1575         * NEWS: Document previous fix.
1576         * THANKS: Update.
1577         * README: Fix grammar.  Document that --enable-changeword is on
1578         its last leg.
1579         * doc/m4.texinfo (Top, Changeword): Likewise.
1580         (Sysval): Enhance this test.
1581         (History): Backport this section from CVS head, and update.
1583 2006-06-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1584             Eric Blake  <ebb9@byu.net>
1586         * src/builtin.c (WEXITSTATUS): Provide fallback definition.
1587         (m4_esyscmd): Set sysval to 0xffff, to accomodate both
1588         big-endian and little-endian wait status definitions.
1589         (m4_sysval): Use WEXITSTATUS.
1590         Reported by Andreas Buening.
1592 2006-06-18  Eric Blake  <ebb9@byu.net>
1594         * configure.ac (AC_INIT): Bump version number.
1595         * NEWS: Describe changes in 1.4.4c.
1597 2006-06-17  Eric Blake  <ebb9@byu.net>
1599         Beta Release 1.4.4b:
1600         * configure.ac (AC_INIT): Bump version number.
1601         * NEWS: Describe changes since 1.4.4.
1602         * Makefile.maint (cvs-news): Accomodate copyright line wrapping.
1604         * Makefile.am (MAINTAINERCLEANFILES): Clean files added by
1605         bootstrap.
1606         * checks/Makefile.in (maintainer-clean): Add missing target.
1607         * COPYING: Remove generated file from CVS.
1609 2006-06-16  Eric Blake  <ebb9@byu.net>
1611         * checks/Makefile.in (DISTFILES): Distribute wrapfifo.m4.
1613 2006-06-15  Eric Blake  <ebb9@byu.net>
1615         * checks/wrapfifo.m4: New file.  Use it...
1616         * doc/m4.texinfo (Incompatibilities): here, in a new test case to
1617         demonstrate how to get POSIX behavior of m4wrap prior to m4 2.0.
1619         * src/m4.h (to_uchar): New function.
1620         * src/eval.c (eval_lex): Use it to avoid passing signed char to
1621         isdigit, isalpha, isupper, islower, isspace, isalnum.
1622         * src/builtin.c (expand_user_macro): Likewise.
1623         * src/format.c (format): Likewise.
1624         * src/macro.c (expand_argument): Likewise.
1625         * NEWS: Document this security fix.
1627         Message cleanup.
1628         * src/symtab.c (lookup_symbol): Use invalid, not illegal.
1629         * src/freeze.c (reload_frozen_state): Fix typo in message.
1630         (produce_frozen_state): Standardize on builtin, not built-in.
1631         * src/builtin.c (numeric_arg, bad_argc): Likewise.
1633         * configure.ac (M4_EARLY, M4_INIT): Use gnulib.
1634         (AC_PROG_RANLIB, AC_AIX, AC_MINIX, AC_CHECK_HEADERS),
1635         (AC_FUNC_ALLOCA, AC_REPLACE_FUNCS): Avoid checks now done by
1636         gnulib.
1637         * Makefile.am (ACLOCAL_AMFLAGS): New entry, for gnulib.
1638         * m4/gnulib-cache.m4: New file, from gnulib.
1639         * bootstrap: Invoke gnulib-tool --update.
1640         * src/m4.c (main): Cast away const.
1641         * NEWS: Document that regex is updated.
1642         * THANKS: Update.
1644 2006-06-08  Eric Blake  <ebb9@byu.net>
1646         * configure.ac (changeword): Work even when changeword is not a
1647         macro.
1648         (AC_PROG_AWK, AC_PROG_INSTALL, AC_PROG_MAKE_SET, AC_HEADER_STDC):
1649         Delete; now done by automake.
1650         (AC_ISC_POSIX, AC_C_CONST): Delete; now obsolete.
1652 2006-06-07  Eric Blake  <ebb9@byu.net>
1654         * lib/regex.c (bcmp_translate): Canonicalize type name.
1655         * doc/Makefile.am (MAINTAINERCLEANFILES): Fix typo.
1656         * configure.ac (changeword): Disable changeword for the creation
1657         of configure, in case of bootstrapping with an m4 configured with
1658         --enable-changeword.
1660         Distribute a rudimentary man page.
1661         * Makefile.am (SUBDIRS): Move doc after src so that 'm4 --help'
1662         can feed help2man.
1663         * doc/Makefile.am (man_MANS, EXTRA_DIST, MAINTAINERDISTCLEAN),
1664         (SUFFIXES, m4.1): New macros and rules to build m4.1.
1666 2006-06-06  Eric Blake  <ebb9@byu.net>
1668         * lib/regex.c (re_match_2_internal, bcmp_translate): Avoid
1669         compiler warnings at -O2.
1670         * lib/getopt.c (_getopt_internal): Likewise.
1672         Cleanup of previous patches.
1673         * src/input.c (struct input_block): Remove traced member.
1674         (push_macro, init_macro_token): Don't pass trace status around.
1675         * src/m4.h (struct token_data): Remove traced member.
1676         (struct symbol, struct builtin): Reduce unused space.
1677         (TOKEN_DATA_FUNC): Simplify.
1678         (TOKEN_DATA_FUNC_TRACED): Remove unused macro.
1679         (push_macro, define_builtin): Remove unused parameter.
1680         * src/builtin.c (define_builtin, builtin_init, define_macro),
1681         (m4_defn): Don't pass trace status around.
1682         * src/macro.c (expand_argument): Likewise.
1683         * src/freeze.c (reload_frozen_state): Likewise.
1684         * src/symtab.c: Whitespace cleanup.
1685         * NEWS: Clean up wording.
1686         * doc/m4.texinfo (Undefine, Dumpdef, Trace): Cleanup wording;
1687         ensure tests actually expose bugs prior to today's patches.
1689         Trace status of builtins is no longer inherited across
1690         define(...,defn(...)).  Fixes bug that autom4te had been working
1691         around.
1692         * src/builtin.c (define_builtin): Don't override trace status.
1693         * doc/m4.texinfo (Trace): Add test for this.
1694         * NEWS: Document this.
1696         When changing macro definitions inside the arguments to the macro,
1697         consistently preserve the old definition that was in effect before
1698         argument collection, similar to the C pre-processor.
1699         Reported by John Brzustowski.
1700         * NEWS: Document this change.
1701         * doc/m4.texinfo (Macro Arguments, Undefine, Dumpdef): Document
1702         this policy, and add tests that expose core dumps prior to this
1703         patch.
1704         * src/m4.h (struct symbol): New members to track when a symbol is
1705         still in use after removal from the symbol table.
1706         (SYMBOL_PENDING_EXPANSIONS, SYMBOL_DELETED): Define.
1707         (free_symbol): Prototype.
1708         * src/macro.c (expand_macro): Track pending expansions of a
1709         symbol.  On completion, if a symbol is deleted and no longer
1710         pending, free its memory.
1711         * src/symtab.c (free_symbol): Export.  Don't free memory if symbol
1712         is still in use.
1713         (lookup_symbol) <SYMBOL_INSERT>: Create new entry when old entry
1714         is still in use.
1715         (lookup_symbol) <SYMBOL_DELETE, SYMBOL_POPDEF>: Mark entries still
1716         in use as deleted and remove from the table without freeing
1717         memory.
1718         (symtab_print_list) [DEBUG_SYM]: More debug output.
1720         * src/symtab.c (hack_all_symbols): Allow certain modifications of
1721         the symbol table during traversal.
1722         * src/builtin.c (set_trace): Replace SYMBOL_DELETE with
1723         SYMBOL_POPDEF, since only the latter is safe with
1724         hack_all_symbols.
1726         Solve crash when passing "indir(`foo')" to "m4 -tfoo".
1727         * src/symtab.c (lookup_symbol) <SYMBOL_DELETE, SYMBOL_POPDEF>:
1728         Preserve placeholder when macro is being traced.
1729         * src/builtin.c (m4_ifdef, m4_indir): A traced but undefined
1730         symbol is not defined.
1731         (set_trace): Remove placeholder when no longer traced.
1732         (m4_traceon): On named traces, always reserve a slot in the
1733         symbol table.
1734         (m4_traceoff): Don't warn about untracing a nonexistent symbol.
1735         * NEWS: Document new trace behavior.
1736         * doc/m4.texinfo (Trace): Tracing by name now consistently works
1737         no matter whether that macro is currently defined.
1738         (Incompatibilities): Document differences between traditional and
1739         GNU trace.
1741 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1742             Eric Blake  <ebb9@byu.net>
1744         * src/m4.h (hash_table_size): Now size_t instead of int.
1745         * src/m4.c (hash_table_size): Likewise.
1746         (main): Adjust to this; use atol rather than atoi.
1747         * src/symtab.c: Include <limits.h>, for CHAR_BIT.
1748         (symtab_init, lookup_symbol, hack_all_symbols):
1749         Use size_t for sizes and indexes, not int.
1750         (symtab_print_list) [DEBUG_SYM]: Likewise.
1751         (hash): Likewise.  Don't case-fold in the hash function.
1752         Shift by 7, not 3, for consistency with gnulib/lib/hash.c.
1753         Don't assume hash word is 32 bits.
1754         * NEWS: Document this change.
1756 2006-06-04  Eric Blake  <ebb9@byu.net>
1758         * src/symtab.c (symtab_debug, symtab_print_list) [DEBUG_SYM]: Fix
1759         to allow compilation, for use in debugger.
1760         (profiles, current_mode) [DEBUG_SYM]: New variables.
1761         (show_profile, profile_strcmp) [DEBUG_SYM]: New methods for
1762         determining hash table performance.
1764 2006-05-31  Eric Blake  <ebb9@byu.net>
1765             John Brzustowski  <jbrzusto@fastmail.fm>
1767         * src/input.c (input_stack): Delete; use current_input instead.
1768         (wrapup_stack): Dynamically allocate, so that recursion is handled
1769         properly.
1770         (push_wrapup): Use current wrapup stack.
1771         (pop_wrapup): Rotate wrapup stack to current, and create new
1772         wrapup stack.
1773         (input_init): Dynamically allocate stacks.
1774         * NEWS: Update, now that recursive m4wrap can no longer cause
1775         core dump.
1777 2006-05-31  Eric Blake  <ebb9@byu.net>
1779         * lib/getopt.c: Fix copyright year.
1780         * lib/obstack.c: Ditto.
1781         * src/builtin.c: Ditto.
1783 2006-05-30  Eric Blake  <ebb9@byu.net>
1785         * doc/m4.texinfo (M4wrap): Add test to expose m4wrap bug.
1786         Reported by John Brzustowski.
1787         (Incompatibilities): Document known POSIX incompatibilities.
1788         * THANKS: Update.
1790 2006-05-29  Eric Blake  <ebb9@byu.net>
1792         * doc/m4.texinfo (Maketemp): Work even when running 'make check'
1793         in read-only dir.
1795         Use automake.
1796         * Makefile.am: New file.
1797         * doc/Makefile.am: Ditto.
1798         * examples/Makefile.am: Ditto.
1799         * lib/Makefile.am: Ditto.
1800         * src/Makefile.am: Ditto.
1801         * acinclude.m4: New file, renamed from aclocal.m4.
1802         * configure.ac (AM_INIT_AUTOMAKE): Invoke new macro.
1803         (AC_ARG_PROGRAM): Now redundant.
1804         (STACKOVF): Turn into automake conditional.
1805         (AC_CONFIG_COMMANDS): stamp-h is a command, not a file.
1806         * checks/Makefile.in: Converting this dir to automake was not
1807         trivial; for now, just add missing targets demanded by top-level.
1808         * INSTALL: Remove files that are now generated from CVS.
1809         * Makefile.in: Ditto.
1810         * aclocal.m4: Ditto.
1811         * install-sh: Ditto.
1812         * mkinstalldirs: Ditto.
1813         * doc/Makefile.in: Ditto.
1814         * doc/texinfo.tex: Ditto.
1815         * examples/Makefile.in: Ditto.
1816         * lib/Makefile.in: Ditto.
1817         * src/Makefile.in: Ditto.
1819         * AUTHORS: Backport from CVS head, and update.
1820         * doc/m4.texinfo (Changeword): Fix examples to match behavior.
1822 2006-05-27  Eric Blake  <ebb9@byu.net>
1824         * lib/regex.c (regex_compile): Kill compiler warnings.
1825         * lib/getopt.c: Likewise.
1826         * lib/obstack.c: Likewise.
1827         * src/builtin.c (builtin_init): Likewise.
1828         * src/path.c (path_search): Likewise.
1830         * doc/m4.texinfo: Fix usage of a vs. an.
1831         (Loops, Include, Cleardiv, Patsubst, Format, M4exit): Kill
1832         overfull hbox warnings.
1833         (Inhibiting Invocation, Divert, Maketemp, M4exit): Add new tests.
1835         * configure.ac: Update to autoconf 2.59.  Forbid ^M4_.  Fix
1836         quoting.
1837         * aclocal.m4 (fp_PROG_CC_STDC): Delete; now covered by autoconf.
1838         (fp_C_PROTOTYPES): Delete, GNU Coding Standards state we can now
1839         assume C89.
1840         (M4_WITH_DMALLOC): Rename from fp_WITH_DMALLOC. Fix quoting.
1841         * src/m4.h (_): PROTOTYPES is no longer provided, assume C89.
1842         * src/Makefile.in: Delete remains of ansi2knr.
1843         * src/ansi2knr.1: Delete.
1844         * src/ansi2knr.c: Delete.
1846 2006-05-25  Eric Blake  <ebb9@byu.net>
1848         * doc/m4.texinfo: Fix spelling errors.  Use `invalid' instead of
1849         `illegal'.
1851         * doc/m4.texinfo (Francois): No longer needed as a tex variable.
1852         Reported by Karl Berry.
1854 2006-05-24  Eric Blake  <ebb9@byu.net>
1856         * Makefile.in (html): New target.
1857         * doc/Makefile.in (html, m4.html): Likewise.
1858         (MAKEINFOHTML): New macro.
1859         * doc/m4.texinfo (Francois) [ifnottex]: Use newer texinfo
1860         rendering.
1861         (Regexp) [ifhtml]: Make cross-reference to emacs manual an
1862         absolute URL.
1863         Reported by Bob Badour.
1865         * THANKS: Update.  Move reporter's email addresses here, instead
1866         of in ChangeLog.
1868 2006-05-11  Eric Blake  <ebb9@byu.net>
1870         * THANKS: Update.
1871         * doc/m4.texinfo (Changequote): Give testsuite exposure to bug
1872         patched on 2005-12-04.
1873         Reported by Ilya N. Golubev.
1875         * bootstrap: New file, so that generated files need not be stored
1876         in CVS.
1877         * Makefile.in (DISTFILES): Add bootstrap.
1879         Make testsuite less sensitive to doc changes.
1880         * doc/m4.texinfo: Use m4.input instead of filename.
1881         * checks/check-them (xerr): Turn m4.input into filename.
1882         * checks/Makefile.in (dist): Depend on stamp-checks.
1884         Portability updates for OS/2.
1885         * src/Makefile.in (EXEEXT, OBJEXT): Define.
1886         (LINK): Use CFLAGS.
1887         (.c.obj): Define.
1888         * lib/Makefile.in (OBJEXT): Define.
1889         (.c.obj): Define.
1890         * doc/Makefile.in (install, uninstall): Install info files into
1891         the dir listing.
1892         Reported by Andreas Buening.
1894 2006-05-09  Eric Blake  <ebb9@byu.net>
1896         * install-sh: Update to newer upstream version.
1897         * mkinstalldirs: Likewise.
1898         Reported by Andreas Buening.
1900         * src/m4.c (main): Bump copyright year.
1901         * Makefile.in (datarootdir): Define, for autoconf 2.59c.
1902         * doc/Makefile.in (datarootdir): Likewise.
1904 2006-05-08  Eric Blake  <ebb9@byu.net>
1906         * THANKS: Update.
1907         * doc/m4.texinfo (Bugs): Backport bug email address from head.
1908         Reported by Stepan Kasal.
1910 2005-12-04  Ilya N. Golubev  <gin@mo.msk.ru>  (tiny change)
1912         * input.c (match_input): Do not pass expression with side effect
1913         to `obstack_grow'.  Fix <INTERNAL ERROR: Recursive push_string!>.
1914         * NEWS: Updated.
1916 2005-12-04  Gary V. Vaughan  <gary@gnu.org>  (tiny change)
1918         * doc/m4.texinfo (How to debug macros and input): s/woould/would/
1919         Reported by Damian Menscher.
1921 2005-10-19  Gary V. Vaughan  <gary@gnu.org>  (tiny change)
1923         * configure.ac (AC_INIT): Bump to 1.4.4a.
1925 2005-10-19  Gary V. Vaughan  <gary@gnu.org>  (tiny change)
1927         Release 1.4.4:
1928         * configure.ac (AC_INIT): Bump to 1.4.4.
1929         * NEWS: Describe 1.4.4's changes.
1930         * INSTALL, install-sh, doc/texinfo.tex: Updated from upstream.
1932 2005-10-17  John Gatewood Ham  <zappaman@buraphalinux.org>  (tiny change)
1934         * src/m4.c: fix return code when non-existent files are processed
1936 2005-10-17  John Gatewood Ham  <zappaman@buraphalinux.org>  (tiny change)
1938         * README: update email address for bug reports.
1940 2005-10-17  Gary V. Vaughan  <gary@gnu.org>
1942         * doc/m4.info: Generated files are not kept in the repository.
1944 2005-05-01  Gary V. Vaughan  <gary@gnu.org>
1946         The FSF are moving offices today.  Changed their contact address
1947         in all files from `59 Temple Place, Suite 330, MA 02111-1307' to
1948         `51 Franklin Street, Fifth Floor, MA 02110-1301'.
1950         Also, some of the files here were never updated from the previous
1951         '675 Mass Ave, Cambridge, MA 02139', so changed those to the
1952         '51 Franklin Street, Fifth Floor, MA 02110-1301' address too.
1954 2005-03-31  Mike Frysinger  <vapier@gentoo.org>
1956         * Makefile.in (bindir, infodir): Substitute from configure rather
1957         than hardcode.
1958         * doc/Makefile.in (infodir): Ditto.
1959         * src/Makefile.in (bindir): Ditto.
1960         * NEWS: Updated.
1962 2005-03-31  Gary V. Vaughan  <gary@gnu.org>
1964         Changes needed to automate the release process for 1.4.3:
1966         * Makefile.in (dist): Make .tar.bz2 tarball too.
1967         * Makefile.maint (TSDEPS_DIST): Remove m4/libtool.m4.
1968         (cvs-news): Look 1 line further down for NEWS release number.
1969         (cvs-dist): We don't use automake, so make dist is fine.
1970         Remove double . before suffixes.
1971         (cvs-release): Don't mention manual.html.
1972         (fetch): Get latest gendocs files.
1973         (web-manual): Rewritten to use gendoc for multiformat manuals.
1974         * doc/gendocs.sh: Don't save an old version in m4 CVS!
1975         * doc/m4.texinfo (Index): HFS+ (the file system on my Mac) is case
1976         preserving, but case insensitive, so generating html docs per node
1977         clashes between Index.html, the node file, and index.html, the
1978         top-level of the document tree...
1979         (Index macro): ...so renamed to this.  Changed all references.
1981 2005-03-31  Gary V. Vaughan  <gary@gnu.org>  (tiny change)
1983         * configure.ac (AC_INIT): Bump to 1.4.3a.
1985 2005-03-31  Gary V. Vaughan  <gary@gnu.org>  (tiny change)
1987         Release 1.4.3:
1988         * configure.in (AC_INIT): Bump to 1.4.3.
1989         * NEWS: Describe 1.4.3's changes.
1991 2005-03-31  Gary V. Vaughan  <gary@gnu.org>
1993         * Makefile.maint: New file with release rules, from CVS libtool.
1994         * Makefile.in (DISTFILES): Add Makefile.maint.
1995         * INSTALL, install-sh, doc/texinfo.tex: Updated to latest
1996         canonical versions.
1998 2005-03-31  Eric Blake  <ebb9@byu.net>  (tiny change)
2000         * doc/m4.texinfo (Patsubst): Re-add trailing space required by
2001         checks/47.patsubst, with a redundant @comment to prevent emacs
2002         from removing it accidentally again.
2003         * checks/get-them: Allow for trailing spaces tucked behind
2004         @comment marks.
2006 2005-03-31  Eric Blake  <ebb9@byu.net>  (tiny change)
2008         * doc/Makefile.in (install, uninstall): Accomodate DESTDIR.
2009         * src/Makefile.in (install, uninstall): Likewise.
2011 2005-02-07  Gary V. Vaughan  <gary@gnu.org>
2013         * lib/regex.c, lib/regex.h:  Reverted gnulib update, which broke
2014         on Cygwin.
2015         Reported by Eric Blake.
2017 2005-02-04  Gary V. Vaughan  <gary@gnu.org>
2019         * lib/regex.c, lib/regex.h: Updated from gnulib.
2020         * src/input.c (set_word_regexp):  Don't change the word_regexp
2021         unless it compiles correctly.
2022         * NEWS: Updated.
2023         Reported by Frank Schwidom.
2025         * Makefile.in (stamp-h): Regenerate config.h properly.
2027 2005-02-03  Gary V. Vaughan  <gary@gnu.org>
2029         * configure.ac (AC_DEFINE): Fix overquoting of description
2030         argument.
2032         * src/m4.h (__CYGWIN__, WIN32): Canonicalise Windows and Cygwin
2033         recognition macros.
2034         * src/freeze.c (produce_frozen_state): Use \n line-endings even
2035         on Windows, so that the frozen file reader will work.
2036         Reported by Josef T. Burger.
2038         * src/m4.c (main): Modernise the --version output.
2040 2005-02-03  Gary V. Vaughan  <gary@gnu.org>
2042         Modernise the configury a little to prevent spurious errors from
2043         Autoconf-2.59's autoreconf:
2045         * config.h.in: Renamed to...
2046         * config-h.in: ...this to better support DOS 8.3 file systems.
2047         * acconfig.h: Removed.
2048         * configure.in: Renamed to...
2049         * configure.ac: ...this, and AC_DEFINE used to declare config.h
2050         entry comments.  Slight reorganisation and reformatting.
2051         * aclocal.m4: Use third argument to AC_DEFINE to declare config.h
2052         entry comments.
2053         (AC_INIT): Use a modern 3 argument call.
2054         * Makefile.in, checks/Makefile.in, doc/Makefile.in,
2055         examples/Makefile.in, lib/Makefile.in, src/Makefile.in:
2056         s/PRODUCT/PACKAGE/g.
2057         * Makefile.in (DISTFILES): Removed acconfig.h, configure.in,
2058         config.h.in.  Added configure.ac, config-h.in.
2059         (stamp-h.in): Removed acconfig.h from dependencies.
2060         (configure): Depends on configure.ac, not configure.in.
2061         * doc/Makefile.in (stamp-vti): Ditto.
2062         * src/freeze.c (produce_frozen_state), src/m4.c (main): Adjust for
2063         difference between PRODUCT="m4" and PACKAGE="GNU M4".
2064         * configure: Regenerated.
2066 2005-02-03  Noah Misch  <noah@cs.caltech.edu>
2068         * src/output.c (mkstemp): Make non-static, and build regardless of
2069         HAVE_TMPFILE; src/builtin.c also needs this replacement.
2070         * NEWS: Update.
2072 2004-09-09  Vincent Lonngren  <Vincent.lonngren.759@student.lu.se>
2074         * configure.in (AC_CHECK_HEADERS): Commit works best when you save
2075         changes from your editor buffer first.
2077         * configure.in (AC_CHECK_HEADERS):  Add signal.h, sys/signal.h.
2078         * src/m4.c: And include them as appropriate.
2079         * NEWS: Updated.
2081 2004-09-09  Andreas Schwab  <schwab@suse.de>
2083         Refactoring of the string read case in next_char provides about a
2084         20% speedup of M4 as typically used by autoconf:
2086         * src/input.c (next_char_1): Renamed from next_char.
2087         (next_char): New macro.
2088         * NEWS: Updated.
2090 2004-08-21  Gary V. Vaughan  <gary@gnu.org>
2092         * configure.in (VERSION): Bump to 1.4.2a.
2094 2004-08-19  Paul Eggert  <eggert@twinsun.com>
2096         Release 1.4.2.
2097         * configure.in (VERSION): Bump to 1.4.2.
2098         * News: Describe 1.4.2's changes.
2100         * src/m4.c (reference_error): Preserve errno, since M4ERROR
2101         relies on this.
2102         * src/builtin.c (m4_esyscmd): Clear errno before calling popen.
2103         (m4_maketemp): Clear errno before calling mkstemp.
2104         * src/path.c (path_search): Don't let "free" trash errno when
2105         returning NULL.
2106         * src/output.c (insert_file): Don't assume errno has a valid
2107         value simply because fread returns zero.  This fixes a
2108         portability bug reported by Marion Hakanson in
2109         <http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>.
2111 2004-06-09  Gary V. Vaughan  <gary@gnu.org>
2113         * configure.in (VERSION): Bump to 1.4.1a.
2114         * NEWS: Place holder for next stable release.
2116 2004-06-03  Paul Eggert  <eggert@cs.ucla.edu>
2118         Release 1.4.1.
2119         * configure.in (VERSION): Bump to 1.4.1.
2120         * NEWS: Describe 1.4.1's changes.
2122         * aclocal.m4 (fp_PROG_CC_STDC): Use AC_DEFUN, not define, to
2123         pacify Autoconf 2.59.
2125         * doc/m4.texinfo: Insert commas after @xref's that lack them,
2126         to pacify Texinfo 4.7.
2127         * doc/Makefile.in (info): Remove info-1, info-2, info-3.
2129         * src/m4.h, src/debug.c: Use #ifdef __STDC__, not #if __STDC__, to
2130         pacify Sun C compilers.
2132 2003-09-28  Akim Demaille  <akim@epita.fr>
2134         * src/symtab.c (lookup_symbol): Fix an uninitialized-variable
2135         botch.
2137 2003-09-03  Santiago Vila  <sanvila@debian.org>
2139         * examples/stackovf.sh: Use tempfile if available.
2141 2001-04-02  Robert Bihlmeyer  <robbe@orcus.priv.at>
2143         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92629
2144         * src/output.c (m4_insert_file): Do not mix buffered and
2145         unbuffered I/O, as this breaks on the Hurd.  (trivial change)
2147 2001-02-01  Santiago Vila  <sanvila@debian.org>
2149         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84451
2150         * src/m4.c (main): Fix format vulnerabilities.  (trivial change)
2152 2001-02-01  Matt Kraai  <kraai@debian.org>
2154         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84416
2155         * doc/m4.texinfo (Maketemp): Change maketemp to refer to a new,
2156         empty file rather than to a nonexistent file.  This closes a common
2157         security hole.
2158         * src/builtin.c (m4_maketemp): Implement the above, by using
2159         mkstemp rather than mktemp.  (trivial change)
2161 2000-01-09  Akim Demaille  <demaille@inf.enst.fr>
2163         * src/builtin.c (expand_ranges): Added break after trailing dash.
2164         This caused misbehaviors on some systems.
2166 Sat Nov  5 15:52:47 1994  Francois Pinard  (pinard@icule)
2168         Release 1.4.
2169         * doc/Makefile.in (realclean): Also remove stamp-vti.
2170         Reported by Eric Backus.
2172 Wed Nov  2 00:47:53 1994  Francois Pinard  (pinard@icule)
2174         * src/freeze.c (produce_frozen_state): If the frozen file cannot
2175         be opened, return immediately after producing the error message.
2176         Reported by Andreas Schwab.
2178         * configure.in: Check for const only after having found possible
2179         ANSIfying compiler flags, this is of no use to check it before.
2180         Reported by Alexander Lehmann.
2182 Tue Nov  1 22:02:37 1994  Francois Pinard  (pinard@icule)
2184         * src/macro.c (collect_arguments): Cast obstack arguments to
2185         (voidstar), so avoiding compiler warnings.
2186         Reported by Joseph E. Sacco.
2188         * src/freeze.c (produce_frozen_state): Cast printed lengths to
2189         (int) so they correspond to %d format items.
2190         Reported by Joseph E. Sacco.
2192         * src/m4.c (main): Cast the argument to xfree to (voidstar).
2193         * src/symtab.c (free_symbol): Idem.
2194         Reported by Karl Vogel.
2196 Mon Oct 31 02:11:19 1994  Francois Pinard  (pinard@icule)
2198         * Makefile.in (DISTFILES): Distribute BACKLOG.
2200         * configure.in: Define PRODUCT and VERSION.
2201         * acconfig.h: Document PRODUCT and VERSION.
2202         * src/m4.c, src/freeze.c: Use PRODUCT and VERSION instead of the
2203         constant string m4 and variable or parameter named version.
2205 Sun Oct 30 08:13:03 1994  Francois Pinard  (pinard@icule)
2207         * src/m4.h, src/debug.c: Replace all #ifdef __STDC__ by #if
2208         __STDC__.  Alliant FX/2800 Concentrix 2.2 (i860-BSD4.3) compiler
2209         defines __STDC__ to 0, for indicating it is *not* ANSI!
2210         Reported by Kaveh R. Ghazi.
2212         * configure.in: Added obsolescent tests for AIX and Minix.
2214         * doc/Makefile.in (mostlyclean): Remove texclean in dependencies,
2215         which texclean does not exist anymore.
2216         Reported by Eric Backus, Jim Meyering, John David Anglin and
2217         Joseph E. Sacco.
2219 Sat Oct 29 05:10:03 1994  Francois Pinard  (pinard@icule)
2221         * aclocal.m4 (fp_C_PROTOTYPES): Force -D_HPUX_SOURCE with -Aa.
2222         Reported by John David Anglin.
2224         * src/ansi2knr.c: New version, sent by Peter Deutsch.
2225         * aclocal.m4 (fp_C_PROTOTYPES): Substitute empty or ansi2knr for
2226         ANSI2KNR, depending on the fact the compiler is ANSI or not.
2227         * src/Makefile.in: Use -Ovarargs=convert on ansi2knr calls.
2228         Remove the sed filter after ansi2knr for debug.c.  Use $O instead
2229         of $U, put underline in extensions rather than in basenames.  Use
2230         implicit rules, now that regularity makes this possible.
2231         Have $(OBJECTS) depend on $(ANSI2KNR), so to trigger compilation
2232         of ansi2knr whenever it is needed.
2233         * configure.in: Adjusted for correct STACKOVF substitution.
2234         * src/debug.c (trace_format): When not __STDC__, use (...) as a
2235         parameter list, so ansi2knr will convert it to (va_alist) va_dcl.
2236         Reported by David MacKenzie.
2238         * Makefile.in: Remove binprefix.  Use transform_name instead.
2239         Reported by David MacKenzie.
2241         * doc/Makefile.in: Create version.texi, use it, clean it.
2242         Reported by Jim Meyering.
2244 Fri Oct 28 20:33:55 1994  Francois Pinard  (pinard@icule)
2246         * Makefile.in (all, install, uninstall): Depend on Makefile.
2248         * Makefile.in: For actions invoking $(MAKE) from within compound
2249         sh statements, exit non-zero if the sub-make fails.  Otherwise,
2250         the top-level make may exit successfully when it should fail.
2251         Reported by Jim Kingdon.
2253         * {,/*}Makefile.in: Use && after all cd, in case they fail.
2255         * {,*/}Makefile.in: Declare PRODUCT and VERSION macros.
2256         (dist): Use PRODUCT and VERSION instead of tricks on .fname.
2257         * configure.in: Substitute PRODUCT and VERSION.
2259         * {,*/}Makefile.in (dist): Always try a hard link before a copy.
2261 Thu Oct 27 22:32:58 1994  Francois Pinard  (pinard@icule)
2263         * Makefile.in (mostlyclean-local): Do not remove *~.
2264         * */Makefile.in (mostlyclean): Idem.
2265         Reported by Robert E. Brown and Richard Stallman.
2267 Sun Oct  9 08:30:13 1994  Francois Pinard  (pinard@icule)
2269         * src/m4.h: Get rid of CONFIG_BROKETS.
2271 Sun Oct  2 16:48:10 1994  Francois Pinard  (pinard@icule)
2273         * configure.in: Use AC_ARG_PROGRAM.
2274         * aclocal.m4 (fp_C_PROTOTYPES): Substitute @kr@ by kr or empty.
2275         Reported by David MacKenzie.
2277 Sat Oct  1 11:22:42 1994  Francois Pinard  (pinard@icule)
2279         * configure.in: Do not add -O to CFLAGS for GNU C, now that
2280         configure does it automatically.
2281         Reported by Jim Meyering.
2283 Fri Sep 23 08:16:58 1994  Francois Pinard  (pinard@icule)
2285         * src/stackovf.c: Declare the handler_t typedef earlier in the
2286         code, use it for stackovf_handler.
2287         (setup_stackovf_trap): Use RETSIGTYPE instead of void while
2288         casting sigsegv_handler.
2289         Reported by Robert Bernstein.
2291         * src/m4.c (main): Initialize program_name to argv[0] without
2292         basename'ing it.
2293         Reported by Karl Berry.
2295 Sun Sep 18 11:42:50 1994  Francois Pinard  (pinard@icule)
2297         * src/Makefile.in (TAGS): Include a ../lib/TAGS reference.
2298         Reported by Karl Berry.
2300 Wed Sep 14 10:00:22 1994  Francois Pinard  (pinard@icule)
2302         * lib/Makefile.in (mostlyclean): Added.
2303         (TAGS): Make in $(srcdir).
2305         * configure.in: Use `choke me' in test, like everywhere!
2307         * {doc,examples,lib,src}/Makefile.in (check): Deleted, as
2308         unreacheable and useless.
2310         * doc/Makefile.in (texclean): Deleted, merged in mostlyclean.
2312         * lib/Makefile.in (DISTFILES): Distribute TAGS.
2313         (distclean): Do not remove TAGS.
2314         (realclean): Remove it.
2315         * Makefile.in: Make TAGS in lib also, not just in src.
2316         Reported by Karl Berry.
2318         * Makefile.in (distclean, realclean): Instead of recursively
2319         calling $(MAKE) for the -local part, allow parallel execution of
2320         -recursive and -local, only delay the removal of config.status,
2321         which is repeated in both goals.
2323 Tue Sep 13 19:21:05 1994  Francois Pinard  (pinard@icule)
2325         Release 1.3.
2326         * Makefile.in: Group all *clean-recursive goals in one, using sed
2327         to remove `-recursive' while calling make recursively.  Also, use
2328         a subshell for each recursive $(MAKE).
2329         Reported by Jim Meyering.
2331         * src/m4.h (memcpy): Define with bcopy for BSD systems.
2332         Reported by Kaveh R. Ghazi.
2334         * src/Makefile.in (ansi2knr): Use $(LIBS) while linking, for SunOS
2335         4.1.3 requires -ldl to link even ansik2nr, and we need a way to
2336         specify it.
2338         * configure.in: Use date instead of touch for stamp-h.
2339         * Makefile.in (stamp-h.in): Idem.
2341         * Makefile.in (distclean, realclean): Force serial execution of
2342         both goals, in case parallel makes are being used.
2343         Reported by Jim Meyering.
2345         * src/Makefile.in (DISTFILES): Distribute TAGS.
2346         (distclean): Do not remove TAGS.
2347         (realclean): Remove it.
2348         Reported by Karl Berry.
2350 Sat Sep 10 12:34:04 1994  Francois Pinard  (pinard@icule)
2352         * configure.in: Use fp_ to match aclocal.m4.  Revert _OS_ macros
2353         to old names, for following Autoconf.
2355 Thu Sep  8 15:07:27 1994  Francois Pinard  (pinard@icule)
2357         * Makefile.in (MDEFINES): Remove INSTALL substitutions, for
2358         ./install.sh will not be correctly referred to in sub-Makefiles.
2359         Reported by John David Anglin.
2361         * doc/Makefile.in (texclean): Remove *.cps and *.fns too.
2362         Reported by Eric Backus.
2364         * Makefile.in, checks/Makefile.in, doc/Makefile.in,
2365         examples/Makefile.in, lib/Makefile.in, src/Makefile.in: Limit
2366         config.status into remaking this directory's Makefile only.
2367         * Makefile.in (stamp-h): Do not check nor touch stamp-h.
2368         * configure.in (AC_OUTPUT): Touch stamp-h if CONFIG_HEADERS.
2369         Reported by Jim Meyering.
2371 Tue Sep  6 12:07:33 1994  Francois Pinard  (pinard@icule)
2373         * configure.in: Correct stack overflow detection logic, taking
2374         care of systems having only incomplete implementations (like for
2375         Pyramid 9820 OSx 5.0d).
2376         Reported by Kaveh R. Ghazi.
2378         * src/Makefile.in (TAGS): Remote -t from etags call.
2380 Fri Sep  2 10:37:10 1994  Francois Pinard  (pinard@icule)
2382         * lib/Makefile.in (install): Depend on all.
2384 Wed Aug 31 11:17:21 1994  Francois Pinard  (pinard@icule)
2386         * examples/Makefile.in (mostlyclean): Do not depend on texclean.
2387         Reported by Jim Meyering and John David Anglin.
2389         * Makefile.in (distclean-local): Delete config.log.
2390         Reported by Jim Meyering.
2392         Solidify frozen files with respect to -P:
2393         * src/m4.c: Have -P set prefix_all_buitins variable instead of
2394         calling a function by that name.  Declare the variable.
2395         * src/m4.h: Adjust declaration for prefix_all_buitins.
2396         * src/builtin.c (builtin_init): Merge in functionality from
2397         previous prefix_all_buitins function, while making entries in the
2398         symbol table, but not modifying the builtin description itself.
2400         * src/freeze.c (reload_frozen_state): Add a useless `break;',
2401         because *many* compilers do not accept an empty `default:'.
2402         Reported by Akiko Matsushita, Eric Backus, John David Anglin,
2403         Joseph E. Sacco, Kaveh R. Ghazi, Tom McConnell and Ulrich Drepper.
2405         * configure.in: Use AC_TYPE_SIGNAL.
2406         * src/stackovf.c (setup_stackovf_trap): Use RETSIGTYPE.
2407         Reported by Robert Bernstein.
2409         * checks/Makefile.in (check): Modify PATH so check-them will find
2410         m4 in the src directory.
2411         * Makefile.in (check): Don't.
2412         Reported by Akiko Matsushita and Jim Meyering.
2414         * src/output.c (make_room_for, output_character_helper): New
2415         functions, for implementing a global MAXIMUM_TOTAL_SIZE instead of
2416         a per buffer MAXIMUM_BUFFER_SIZE.
2418         * src/output.c (output_text): New function, for optimizing the
2419         output of strings of characters.  Use it.
2421 Tue Aug 30 01:44:29 1994  Francois Pinard  (pinard@icule)
2423         * doc, src: New directories reorganizing the distribution.
2424         * doc/Makefile.in, src/Makefile.in, examples/Makefile.in: New
2425         files.
2426         * Makefile.in: Adjusted.
2427         * configure.in: Configure new Makefiles.
2429         * m4.h: Declare STRING typedef.  Use it for comment and quote
2430         strings, adjusting all references.  (This is the rudiments of a
2431         beginning for the eventual withdrawal of NUL terminated strings.)
2432         * output.c (shipout_text): Accept a length parameter, and use it.
2433         All callers adjusted.
2435 Mon Aug 29 12:27:19 1994  Francois Pinard  (pinard@icule)
2437         * m4.h: Include <unistd.h> if it exists.
2438         * stackovf.c: Don't.
2440         Clean up for current_diversion variable:
2441         * output.c: Move current_diversion from builtin.c.
2442         * m4.h: Declare current_diversion so builtin.c can access it.
2443         * output.c (output_init, make_diversion): Initialize or update
2444         current_diversion.
2445         * builtin.c (builtin_init, m4_divert): Leave current_diversion
2446         alone.
2448         Remove limit on number of diversions:
2449         * output.c: Replace ndiversion by diversions, declare it.
2450         (output_init): Allocate only diversion 0.
2451         (make_diversion): Allocate new diversions as needed.
2452         * m4.h, m4.c: Remove NDIVERSIONS and ndiversion related stuff.
2453         * m4.c: Still accept -N, but do nothing with it.
2454         Reported by David MacKenzie.
2456         Freeze diversions:
2457         * output.c (freeze_diversions): New function.
2458         * m4.h: Declare freeze_diversions.
2459         * freeze.c: Document frozen file format, revise it, call
2460         freeze_diversions to add diversions to frozen format, and code to
2461         reload them properly.
2462         * m4.c: Do not undivert automatically at end when status being
2463         frozen.  Do not call builtin_init when reloading frozen state.
2465         Speed up diversion processing:
2466         * output.c: Add INITIAL_BUFFER_SIZE, MAXIMUM_BUFFER_SIZE,
2467         COPY_BUFFER_SIZE, in-memory diversion buffers, struct diversion
2468         structure and variables, cached variables out of output_diversion,
2469         reallocate_diversion_for and OUTPUT_CHARACTER.
2470         (shipout_text, make_diversion, insert_diversion): Adapted to new
2471         structures.
2472         (insert_file): Use better buffering.
2473         Reported by David MacKenzie.
2475 Sun Aug 28 05:20:02 1994  Francois Pinard  (pinard@icule)
2477         * Makefile.in, lib/Makefile.in, checks/Makefile.in: Arrange so
2478         dist works from another build directory.
2480 Sat Aug 27 14:32:45 1994  Francois Pinard  (pinard@icule)
2482         * symtab.c (hack_all_symbols): Use hash_table_size instead of
2483         constant HASHMAX, for -H option to work better.
2485         * builtin.c (DECLARE): Simplify by using _ ().
2487         * freeze.c: New file.
2488         * Makefile.in: Compile it, distribute it.
2489         * m4.c: Recognize, document and process --freeze-state (-F) and
2490         --reload-state (-R) options.  Pass a true flag to builtin_init
2491         only if no reloading some state.
2492         * builtin.c (define_builtin): Remove static specifier.
2493         (find_builtin_by_name): Remove static specifier.
2494         (builtin_init): Accept and obey a flag argument.
2495         * m4.h: Add declarations for freeze.c, changes for builtin.c.
2497 Wed Aug 24 16:14:19 1994  Francois Pinard  (pinard@icule)
2499         * builtin.c (dumpdef_cmp): Rewrite so the cast protect the const
2500         specifier.
2502         * configure.in: Implement --with-dmalloc.
2503         * acconfig.h: Document WITH_DMALLOC.
2504         * m4.h: Add code for when WITH_DMALLOC.
2506 Mon Aug 15 12:38:05 1994  Francois Pinard  (pinard@icule)
2508         * m4.c (long_options): Use "error-output", the dash was missing.
2509         Reported by Akiko Matsushita.
2511 Fri Aug 12 16:38:01 1994  Francois Pinard  (pinard@icule)
2513         * m4.h: Include <sys/types.h>.
2514         * builtin.c, debug.c, m4.c, output.c, stackovf.c: Don't.
2515         * m4.h: Declare len_lquote and len_rquote as size_t, not int.
2516         int.
2517         * input.c: Declare len_lquote, len_rquote, len_bcomm and len_ecomm
2518         as size_t, not int.
2519         * builtin.c (dump_args): Declare len as size_t, not int.
2521         * debug.c: Prototype the forward declaration of debug_set_file.
2523         * builtin.c (m4_undivert):  Replace div by file, for avoiding the
2524         shadowing of this variable.
2525         * output.c (insert_diversion): Idem.
2527         * input.c: Delete def_rquote, def_lquote, def_bcomm and def_ecomm.
2528         (input_init): Duplicate default quote and comment strings.
2529         (set_quotes): Free previous quote strings in all cases.  Duplicate
2530         even default quote strings.
2531         (set_comment): Free previous comment strings in all cases.
2532         Duplicate even default comment strings.
2534         * configure.in: Updated for Autoconf 2.0.
2535         * Makefile.in (distclean-local): Also delete config.cache.
2537         * m4.c (usage): Reorganize the --help output by topic.  Include a
2538         description for debugging flags.
2540 Fri Jul 29 10:15:52 1994  Francois Pinard  (pinard@icule)
2542         * configure.in: If sigaction is available and SA_ONSTACK defined,
2543         use sigaction.  Otherwise, if sigvec is available and SV_ONSTACK
2544         defined, use sigvec.  Else don't compile stackovf.c.
2545         * stackovf.c (setup_stackovf_trap): Idem.
2546         Reported by Jim Avera, Karl Berry, Kaveh R. Ghazi, Matthias Rabe
2547         and Simon Leinen.
2549 Thu Jul 21 22:43:17 1994  Francois Pinard  (pinard@icule)
2551         * m4.c (usage): Replace printf par fputs.
2553 Mon Jul 18 23:48:23 1994  Francois Pinard  (pinard@icule)
2555         * Release 1.2
2557 Sun Jul 17 08:08:25 1994  Francois Pinard  (pinard@icule)
2559         * configure.in: Check for sigaction and sigvec.  Add a new delayed
2560         check for RLIMIT_STACK, combine in the checking for getrlimit.
2561         All those things are not universally available.
2562         * stackovf.c: Split setting up the trap handler and catching
2563         signals, for better taking care of various configure outcomes.
2564         * examples/stackovf.sh: Correct a typo.
2565         Reported by Eric Backus, Jim Avera and Jim Meyering.
2567 Sat Jul 16 20:36:19 1994  Francois Pinard  (pinard@icule)
2569         * ansi2knr.c: New version sent by its author, Peter Deutsch.
2571 Fri Jul 15 14:36:21 1994  Francois Pinard  (pinard@icule)
2573         * Makefile.in: Modify so parallel make will not try making
2574         lib/libm4.a twice simultaneously.
2575         Reported by Jim Meyering.
2577 Thu Jul 14 17:23:17 1994  Francois Pinard  (pinard@icule)
2579         * stackovf.c (setup_stackovf_trap): Replace "Don't" by "Do not" in
2580         error message, for when no code possibility exists.  Even if this
2581         line is completely #ifdef'ed out, it brings a syntax error.
2582         Reported by Andreas Schwab, Jim Meyering and Joseph E. Sacco.
2584         * Makefile.in (install): Have install depend on all too, for lib
2585         to be remade as needed.
2587         * examples/stackovf.sh: Try ksh, bsh and bash for shells
2588         providing ulimit, instead of using only ksh.
2589         Reported by Jim Avera and Joseph E. Sacco.
2591 Tue Jul 12 06:54:31 1994  Francois Pinard  (pinard@icule)
2593         * Makefile.in (check): Have it depend on all instead of m4.  In
2594         this way, a change in lib will be detected and processed.
2596         * builtin.c (numeric_arg): Use strtol and verify the conversion,
2597         instead of using sscanf which stops as soon as there is a
2598         non-digit in the input.  Previously, incr(1xyzzy), eval(1,2xyzzy)
2599         and divert(1xyzzy) were all accepted without any warning or error
2600         messages.
2601         * m4.h: Declare strtol as long if not including stdlib.h.
2602         * configure.in: Check for limits.h, and replace strtol if missing.
2603         * lib/Makefile.in: Substitute LIBOBJS.  Distribute strtol.c.
2604         * lib/strtol.c: New file, from elsewhere.
2605         Reported by Andreas Schwab.
2607 Thu Jul  7 22:38:10 1994  Francois Pinard  (pinard@icule)
2609         * macro.c (expand_macro): Cast value to (boolean) prior to
2610         assigning it to traced.
2611         Reported by Tom McConnell.
2613         * Makefile.in (m4): Always make all in lib first.
2614         Reported by Jim Meyering.
2616 Wed Jul  6 13:16:31 1994  Jim Avera (jima@netcom.com)
2618         * stackovf.c: Isolated OS-dependent sections; Improved portability,
2619         adding support for SunOS/BSD (sigvec, sigstack, and 4-parameter signal
2620         handlers), and a default error message if the fault address is not
2621         available (when neither siginfo.h nor BSD sigcontext are supported).
2622         * configure.in: Changes for stackovf.h: Check for sigcontext,
2623         sigaction, sigstack, and define rlim_t as int if necessary.
2624         * acconfig.h: Added HAVE_SIGCONTEXT and rlim_t.
2625         * examples/stackovf.sh: Run m4 -L99999999 to allow stack overflow.
2626         * ansi2knr.c: Fix for func-ptr args; convert "..." to varargs syntax.
2628 Tue Jul  5 19:13:54 1994  Francois Pinard  (pinard@icule)
2630         * configure.in: Use AC_SET_MAKE.
2631         * Makefile.in: Use @SET_MAKE@.
2632         Reported by Jim Meyering.
2634         * checks/check-them: Do not trap on SIGQUIT or SIGALRM.
2635         Reported by Ian Taylor.
2637 Sat Jul  2 00:58:47 1994  Francois Pinard  (pinard@icule)
2639         * configure.in: Remove dependency of USE_STACKOVF on STDC_HEADERS,
2640         because siginfo.h is unrelated to standard headers, and siginfo.h
2641         is already checked for.
2642         Reported by Joseph E. Sacco.
2644         * acconfig.h, aclocal.m4, m4.h: Replace HAVE_PROTOTYPES by
2645         PROTOTYPES.
2646         * aclocal.m4, configure.in: Replace AC_HAVE_PROTOTYPES by
2647         AC_PROTOTYPES.
2649 Wed Jun 29 22:41:53 1994  Francois Pinard  (pinard@icule)
2651         * builtin.c (substitute): Use \& to represent this part of the
2652         string which was matched by the whole regexp, instead of
2653         representing the whole string.  Any usage of \0 issues a warning
2654         and acts like \&, it will disappear in some subsequent release.
2656 Mon Jun 27 14:24:23 1994  Francois Pinard  (pinard@icule)
2658         * m4.c: Complete prototype for forwarded declaration of usage.
2660         * input.c (init_macro_token): Correct own reference in error
2661         message.  Previous name get_macro_func was referred to instead.
2662         (next_char):  Correct own reference in error message.  Previous
2663         name advance_input was referred to instead.
2665         * m4.h: Declare eval_t and unsigned_eval_t typedefs to 32 bits.
2666         * eval.c (logical_or_term, logical_and_term, or_term, xor_term,
2667         and_term, not_term, logical_not_term, cmp_term, shift_term,
2668         add_term, mult_term, exp_term, unary_term, simple_term): Add
2669         prototype to forwarded declarations.  Declare parameter v1 as
2670         eval_t * instead of int *.  Same for local variable v2 in dyadic
2671         functions.  Same for result in exp_term.
2672         * builtin.c (m4_eval): Declare value as eval_t instead of int.
2673         (ntoa): Declare value as eval_t instead of int.  Declare uvalue as
2674         unsigned_eval_t instead of unsigned int.  Change casts accordingly.
2675         (shipout_int): Cast first argument of ntoa to eval_t.
2676         Reported by Thorsten Ohl.
2678         * macro.c: Complete the prototypes of forwarded expand_macro and
2679         expand_token.
2680         Reported by Thorsten Ohl.
2682         * m4.h: Define voidstar as void * or char * depending on __STDC__.
2683         The Ultrix 3.1 compiler cannot do much with void pointers.
2685         * builtin.c (dumpdef_cmp): Replace void * by voidstar.
2686         * m4.c (xfree):  Replace void * by voidstar.
2687         Reported by Tom McConnell.
2689         * ansi2knr.1: New, from elsewhere.
2690         * Makefile.in (DISTFILES): Distribute ansi2knr.1
2692         * Makefile.in (stamp-h.in): Avoid running ./config.status if
2693         stamp-h does not exist yet.  This avoids running it a second time
2694         just after the initial ./configure.
2695         Reported by David MacKenzie and Tom McConnell.
2697         * m4.h: Replace the enum debug_info declaration with a series of
2698         #define's.  The Ultrix 3.1 compiler would otherwise need casting
2699         (int) to most references, when used in expressions.
2700         Reported by Tom McConnell.
2702 Sat Jun 25 00:10:05 1994  Francois Pinard  (pinard@icule)
2704         * aclocal.m4: Replace FP_PROTOTYPES by AC_HAVE_PROTOTYPES,
2705         following an idea from Brook G. Milligan.  AC_HAVE_PROTOTYPES
2706         calls the compiler.  Previously, FP_PROTOTYPES was only calling
2707         the preprocessor; by not being subject to CFLAGS, this was
2708         discouraging those flags asking for ANSI compilation.
2709         * acconfig.h: Document HAVE_PROTOTYPES.
2710         * configure.in: Use AC_HAVE_PROTOTYPES instead of FP_PROTOTYPES.
2711         * m4.h: Define _() according to HAVE_PROTOTYPES, not __STDC__.
2712         Reported by Eric Backus.
2714         * configure.in: Substitute CFLAGS and LDFLAGS, taking their value
2715         from the environment.  Default CFLAGS to -g if not set.
2716         * Makefile.in: Have CFLAGS and LDFLAGS substituted from configure.
2717         * lib/Makefile.in: Have CFLAGS substituted from configure.
2718         Reported by Eric Backus and Tom McConnell.
2720         * configure.in: m4_undefine changeword before using AC_ENABLE.
2722         * m4.h: Declare prototypes for error (for ANSI compilers only),
2723         prefix_all_builtins and reference_error.
2724         Reported by Tom McConnell.
2726         * input.c (set_word_regexp): Do not try to initialize the array
2727         test from a string, this does not work with non-ANSI compilers.
2728         Reported by Eric Backus.
2730         * Makefile.in (dist): Clean examples/ before saving it.
2731         (distclean-local): Also remove stamp-h.
2732         Reported by Eric Backus.
2734         * Makefile.in (_stackovf.c): Goal for compiling stacokovf.c with
2735         non ANSI compilers.
2736         Reported by Tom McConnell.
2738         * checks/Makefile.in (clean): Depends on mostlyclean.
2739         (mostlyclean): New goal.
2741 Fri Jun 24 23:30:31 1994  Francois Pinard  (pinard@icule)
2743         * Makefile.in (DISTFILES): Distribute install.sh.
2744         * install.sh: New file, copied from elsewhere.
2745         Reported by Assar Westerlund and Kaveh R. Ghazi.
2747 Thu Jun 23 00:00:30 1994  Francois Pinard  (pinard@icule)
2749         * configure.in: Define ENABLE_CHANGEWORD if --enable-changeword.
2750         * acconfig.h: Explain ENABLE_CHANGEWORD.
2752         [These modifs all depend upon ENABLE_CHANGEWORD and are adapted
2753         from code provided by Pete Chown]
2754         * m4.h: Add original_text field to u_t variant of union u.
2755         Declare TOKEN_DATA_FUNC macro.
2756         * builtin.c: Declare changeword.
2757         (m4_changeword): New function.
2758         * input.c: Include "regex.h", define variables with word regexps.
2759         (input_init): Initialize the word regexp.
2760         (set_word_regexp): New.
2761         (next_token): Declare local variables, use the previous code if
2762         default_word_regexp is true.  Else, match using a new code.  Save
2763         the original text.
2764         * macro.c (expand_token): Ship out original text if not a macro
2765         name.
2766         Reported by Krste Asanovic and Pete Chown.
2768         [These modifs all depend upon ENABLE_CHANGEWORD]
2769         * m4.h: Declare external user_word_regexp.
2770         * m4.c: Declare user_word_regexp, and initialize it from
2771         --word-regexp or -W, or NULL if not specified.
2772         * input.c: Use user_word_regexp if specified, instead of
2773         DEFAULT_WORD_REGEXP.
2775         * Makefile.in (m4): Revert Jan 3 1994 change.  I'm unable to
2776         agree with it.
2778         * Makefile.in, lib/Makefile.in: Limit suffixes to .c and .o.
2779         * checks/Makefile.in: Empty the suffix list.
2780         Reported by Geoff Russell, Joel Sherrill and Roland McGrath.
2782         * m4.c: Declare nesting_limit and initialize it to 250.
2783         Implement -LNUMBER or --nesting-limit=NUMBER to change its
2784         value.
2785         * m4.h: Declare nesting_limit as external.
2786         * macro.c (expand_macro): Stop execution whenever nesting limit
2787         is exceeded.
2788         Reported by Bengt Mertensson.
2790         * eval.c (evaluate): Diagnose excess characters in eval input.
2791         Things like `eval(08)' used to return 0 with no diagnostic.
2793         * m4.h: Capitalize first letter of all macro arguments in
2794         definitions.
2796         * m4.c: Declare warning_status, initialize it to 0.  Add new
2797         option -E, or --fatal-warnings, which sets warning_status to
2798         EXIT_FAILURE instead.
2799         * m4.h: Declare external warning_status.  Define EXIT_SUCCESS and
2800         EXIT_FAILURE if not otherwise done by header files.
2801         * m4.c: Delete declarations for EXIT_SUCCESS and EXIT_FAILURE.
2802         * m4.c, input.c, output.c, symtab.c, builtin.c, macro.c, debug.c,
2803         eval.c: Replace 0 by warning_status and 1 by EXIT_FAILURE in first
2804         argument of all M4ERROR calls.
2805         Reported by Noah Friedman.
2807         * examples/incl-test.m4: Renamed from incl_test.m4.
2808         * examples/include.m4: Include incl-test.m4 instead of
2809         incl_test.m4.
2810         * examples/multiquotes.m4: Renamed from multi-quotes.m.
2812 Wed Jun 22 21:58:54 1994  Francois Pinard  (pinard@icule)
2814         * configure.in: Avoid USE_STACKOVF if <siginfo.h> not found.  Note
2815         that Jim developped stackovf.c on a 486 running SVR4.0 (ESIX), and
2816         also tested it on a Sun Sparc workstation running SunOS 4.x.
2818         * format.c (format): When not HAVE_EFGCVT, m4 was failing the
2819         49.format check, abusing a `union values' argument with sprintf
2820         without selecting the proper field.  Now, save the formatting type
2821         first, delaying the fetch of the corresponding argument.
2822         Reported by Joseph E. Sacco and Tom Quinn.
2824         * format.c (format): Remove const from char *fmt declaration when
2825         not HAVE_EFGCVT, because a NUL may be forced into it.
2827         * m4.h: Declare atof() when not STDC_HEADERS.
2828         Reported by Joseph E. Sacco.
2830         * Regenerate configure using Autoconf 1.11, this corrects a
2831         problem about an incorrect cpp seting on NeXT 3.1.
2832         Reported by Alexander Lehmann.
2834 Sun Jun  5 16:25:19 1994  Francois Pinard  (pinard@icule)
2836         * m4.h (_): Change argument from `x' to `Args'.
2838 Wed May  4 23:59:39 1994  Francois Pinard  (pinard@icule)
2840         * Makefile.in: Remove all occurrences of $(MFLAGS), which were
2841         bringing more evil than good on a few systems.
2842         Reported by Greg A. Woods.
2844 Fri Apr 22 15:59:35 1994  Francois Pinard  (pinard@icule)
2846         * m4.h: Rename Args() to _().
2847         * m4.h: Remove extern specifier from all function declarations.
2849 Fri Apr 22 15:51:21 1994  Jim Avera (jima@netcom.com)
2851         * stackovf.c: New file implementing stack-overflow detection.
2852         * configure.in: Check for getrlimit, sigaction.  If all of
2853         standard headers, getrlimit and sigaction, define USE_STACKOVF and
2854         substitute ${U}stackovf.o for STACKOVF.
2855         * acconfig.h: Declare USE_STACKOVF.
2856         * Makefile.in: Distribute stackovf.c, link with $(STACKOVF).
2857         * m4.h: Declare setup_stackovf_trap().
2858         * m4.c: Call setup_stackovf_trap().
2859         * tests/stackovf_test.sh: New file.
2861 Wed Apr 13 14:10:30 1994  Francois Pinard  (pinard@icule)
2863         * checks/Makefile.in: Rename .all-stamp to stamp-checks.
2865         * Makefile.in (Makefile, etc.): Adapt for Autoconf 1.8.
2867 Sun Jan 30 14:24:19 1994    (pinard at icule)
2869         * m4.h: Remove definition of volatile, not used anymore.
2870         Reported by Jim Meyering and Joseph E. Sacco.
2872         * m4.h: Consistently use `do { ... } while (0)' in macros, instead
2873         of `if ... else /* nothing */' for if macros.
2874         Reported by Jim Meyering.
2876         * builtin.c (m4_regexp): Reorganize the code for avoiding a
2877         warning from gcc about `repl' possibly used before defined.
2878         Reported by Jim Meyering.
2880         * m4.h: Avoid a pre-ANSI <memory.h> together with <string.h>.
2881         Reported by Jim Meyering.
2883 Tue Jan 25 18:39:37 1994  Francois Pinard  (pinard at icule)
2885         * m4.h: Move the conditional definition of volatile after the
2886         inclusion of system files, because they may define it first.
2888 Tue Jan  4 19:46:50 1994  Francois Pinard  (pinard@icule)
2890         * checks/Makefile.in (CHECKS): Add a useless `*' before `[', to
2891         get around a problem with Alpha make seeing a syntax error, there.
2892         Reported by Vern Paxson.
2894 Mon Jan  3 00:21:45 1994  Francois Pinard  (pinard@icule)
2896         * Makefile.in: Do not define LDFLAGS, use CFLAGS on link calls.
2897         Reported by Richard Stallman.
2899 Sat Dec 25 08:06:05 1993  Francois Pinard  (pinard@icule)
2901         * configure.in: Correct test for strerror, AC_FUNC_CHECK was used
2902         instead of AC_HAVE_FUNCS.
2903         Reported by Noah Friedman.
2905 Wed Dec  1 09:37:53 1993  Francois Pinard  (pinard@icule)
2907         * m4.c: Initialize show_help and show_version to zero.
2909         * m4.c: Ensure EXIT_SUCCESS and EXIT_FAILURE are defined.
2910         Use them in exit() and usage() calls.
2912 Sat Nov 27 10:43:24 1993  Francois Pinard  (pinard@icule)
2914         * m4.h: Delete extern sys_nerr, sys_errlist declarations, and
2915         syserr() macro.  Delete errref, add reference_error and M4ERROR.
2916         * m4.c: Replace errref, which was returning an input reference
2917         string, with reference_error, which prints it on standard error.
2918         * builtin.c, output.c: Use errno as second parameter to error,
2919         instead of using syserr() with %s.
2920         * *.c: Use M4ERROR instead of error: no more errref() with %s.
2921         Doing so, the program name appears after the input reference
2922         instead of before, which eases M-x next-error processing.
2924 Wed Nov 24 22:16:15 1993  Francois Pinard  (pinard@icule)
2926         * checks/get-them: Escape braces with backslashes in patterns,
2927         because HPUX-9.01 awk needs this.
2928         Reported by Jim Meyering.
2930 Mon Nov 22 10:55:52 1993  Francois Pinard  (pinard@icule)
2932         * builtin.c: Declare "FILE *popen ();".
2934         * m4.h: Remove MESSAGE{,1,2}, WARNING1, FATAL{,1}, INTERNAL_ERROR
2935         macros, replace error_message_prefix() declaration by errref()'s.
2936         Declare xrealloc, for use in errref().
2937         * m4.c: Delete error_message_prefix() function, add errref().
2938         * *.c: Use error() systematically in place of all error macros,
2939         now that error() flushes stdout first.  Make needed adjustments.
2941         * m4.h: Remove const in sys_errlist[] declaration, it creates
2942         conflicts on SGI and Alpha.
2943         Reported by Kaveh R. Ghazi.
2945 Sat Nov 20 08:26:15 1993  Francois Pinard  (pinard@icule)
2947         * m4.c: Include <getopt.h> instead of "getopt.h".
2949         * configure.in: Output to config.h.  Use HAVE_FUNCS preferably.
2950         * acconfig.h: New, for documenting HAVE_EFGCVT.
2951         * Makefile.in: Distribute acconfig.h, .stamp-h.in and config.h.in,
2952         use them wherever appropriate.  Also use -I. for compilations.
2953         * lib/Makefile.in: Use -I.. for compilations.
2954         * *.c: Include <config.h> or "config.h".
2956         * m4.h: Test for HAVE_MEMORY_H instead of NEED_MEMORY_H.
2957         * configure.in: Use AC_HAVE_HEADERS(memory.h), delete AC_MEMORY_H.
2959 Wed Nov 17 09:34:55 1993  Francois Pinard  (pinard@icule)
2961         * builtin.c (m4_eval): Cast strlen to (int) before comparing.
2963         * input.c (input_init): Initialize quote and comment strings
2964         explicitely instead of calling set_quotes and set_comment: by
2965         doing so, we ensure we do not free uninitialized variables.
2967         * checks/check-them: Reverse arguments to both diff, so the
2968         expected is on the left and the obtained on the right.
2970         * m4.h: Add MESSAGE{,1,2}, WARNING1, FATAL{,1} and INTERNAL_ERROR
2971         macros. Delete declarations for m4error, warning, fatal and
2972         internal_error, add declaration for error_message_prefix.
2973         * m4.c:  Delete m4error, warning, fatal and internal_error
2974         routines, add error_message_prefix routine.
2975         * *.c: Replace m4error routine calls with MESSAGE* macro calls,
2976         warning with WARNING*, fatal with FATAL* and internal_error with
2977         INTERNAL_ERROR*.
2978         * Makefile.in (_m4.c): Do not adjust ansi2knr output for va_alist,
2979         this is not needed anymore.
2981         * m4.h: Declare extern FILE *debug.  Add DEBUG_PRINT{1,3} and
2982         DEBUG_MESSAGE{,1,2} macros.  Delete declarations for debug_print
2983         and debug_message, add declaration for debug_message_prefix.
2984         * debug.c: Remove static specifier for FILE *debug declaration.
2985         Delete debug_print and debug_message routines, add
2986         debug_message_prefix routine.
2987         * builtin.c, debug.c: Replace debug_print routine calls with
2988         DEBUG_PRINT* macro calls.
2989         * input.c, path.c: Replace debug_message routine calls with
2990         DEBUG_MESSAGE* macro calls.
2992         * m4.h: Remove inclusion of <varargs.h>.
2993         * debug.c: Include <stdarg.h> or <varargs.h>.
2994         (trace_format): Use stdarg instead of varargs if __STDC__.
2996         * configure.in: Remove checks for vfprintf and _doprnt.  These
2997         implementations use varargs tricks which are not portable enough.
2998         * lib/vfprintf.c: Deleted.
2999         * lib/_doprnt.c: Deleted.
3000         * lib/Makefile.in: Adjusted accordingly.  Remove LIBOBJS.
3001         Reported by Joel Sherrill.
3003         * path.c (add_include_directory): Use xstrdup.
3005         * builtin.c (find_builtin_by_name): Declare static.
3007         * *.[ch]: Add const to a few "char *" declarations.
3009         * configure.in: Remove commented tests for fileno() and fstat().
3010         * debug.c: Remove comments about HAVE_FILENO and HAVE_FSTAT.
3012         * debug.c (debug_flush_files): New.
3013         * m4.h: Declares it.
3014         * builtin.c (m4_syscmd, m4_esyscmd): Use it.
3015         Reported by Nicolas Pioch.
3017 Fri Nov 12 10:02:26 1993  Francois Pinard  (pinard@icule)
3019         * Makefile.in (m4.dvi): Use m4.texinfo instead of m4.texi.
3020         Reported by Joel Sherrill.
3022         * builtin.c (prefix_all_builtins): Instead of the table size, use
3023         the null entry at end for stopping the loop.  It was overwritten.
3024         Reported by Andreas Schwab and Jim Meyering.
3026         * builtin.c (prefix_all_builtins): Cast xmalloc to (char *).
3027         Reported by Kaveh R. Ghazi.
3029         * macro.c (call_macro): Add * in (*SYMBOL_FUNC (sym)) (...).
3030         Reported by Karl Vogel.
3032 Tue Nov  9 09:31:47 1993  Francois Pinard  (pinard@icule)
3034         * m4.h: Do not define volatile if already defined.
3035         Reported by Rene' Seindal.
3037         * lib/Makefile.in: Add a forgotten ALLOCA=@ALLOCA@.  Grrr!
3039         Reported by Bernhard Daeubler, Eric Backus, Hal Peterson, Hoang
3040         Uong, Ian Taylor, Kaveh R. Ghazi, Tom McConnell and Walter Wong.
3042 Mon Nov  8 21:11:44 1993  Francois Pinard  (pinard@icule)
3044         * m4.h: Define strchr and strrchr in terms of index and rindex,
3045         instead of the other way around.
3046         * builtin.c, m4.c, path.c: Use strchr instead of index.
3048         * input.c (next_char): Remove a "break;" after a "return ...;".
3049         Reported by Tom McConnell.
3051 Mon Nov  8 12:45:34 1993  Francois Pinard  (pinard@icule)
3053         * Release 1.1
3055         * configure.in: Do not copy check files in the build hierarchy.
3056         * checks/check-them: Identify the m4 version being checked.  For
3057         finding m4, look in $PATH instead of in the parent directory.
3058         * Makefile.in (check): Prepend `pwd` to $PATH before checking.
3059         * checks/Makefile.in (.all-stamp): Always create check files in
3060         the source hierarchy, not anymore in the build hierarchy.
3061         (check): cd to the source hierarchy before performing checks.
3062         Do not copy nor clean COPYING anymore, take it from `..'.
3063         Reported by Tom McConnell.
3065         * Makefile.in (Makefile): Use $(SHELL).
3066         (config.status): Use $(SHELL).  Use "config.status --recheck"
3067         instead of "configure --no-create", which is obsolete.
3068         Reported by Tom McConnell.
3070 Fri Nov  5 09:49:30 1993  Francois Pinard  (pinard@compy.IRO.UMontreal.CA)
3072         * m4.c (usage): Use "%s" instead of "m4" in format string.
3073         Reported by Jim Meyering.
3075         * Makefile.in: Distribute mkinstalldirs.
3076         Reported by Pierre Gaumond.
3077         Reported by Jim Meyering.
3078         Reported by Tom McConnell.
3079         Reported by Andreas Gustafsson.
3081         * checks/check-them: Renamed from checks/check_them.
3082         * checks/get-them: Renamed from checks/get_them.
3083         * checks/.all-stamp: Renamed from checks/.all_stamp.
3084         * checks/Makefile.in: Changed accordingly.
3085         Reported by Jim Meyering.
3087 Thu Nov  4 13:50:52 1993  Francois Pinard  (pinard@lagrande.IRO.UMontreal.CA)
3089         * lib/Makefile.in (dist): Correct permissions on files.
3091         * output.c: Declare tmpfile, some systems don't.
3093 Wed Nov  3 09:09:16 1993  Francois Pinard  (pinard@icule)
3095         * checks/Makefile.in (dist): Correct permissions on files.
3097         * Makefile.in (dist): Ensure recursive linking for subdirectory
3098         `examples', also set read/write permissions on all its files.
3100         * mkinstalldirs: New, from elsewhere.
3101         * Makefile.in: Use it.
3103         * debug.c: Synchronize debug messages and regular output when
3104         the debug file and stdout are redirected to the same file.
3105         * configure.in: Add (commented) checks for fileno and fstat.
3106         Reported by Jim Avera.
3108         * builtin.c (m4_ifelse): Diagnose excess arguments if 5, 8, 11,
3109         etc., arguments, then ignore the superfluous one.  m4 used to
3110         diagnose missing arguments and return the empty string.
3111         Reported by Nick S. Kanakakorn.
3113 Tue Nov  2 00:55:41 1993  Francois Pinard  (pinard@icule)
3115         * m4.c (main): At end of all input, ensure all undiverted text
3116         goes to the main output stream.
3117         Reported by Andreas Gustafsson.
3119         * m4.c (main): exit (0), instead of return 0.
3121         * m4.c: Implement -P and --prefix-builtins.
3122         * builtin.c: Delete const specifier on builtin_tab.
3123         (prefix_all_builtins): New.
3124         Reported by Noah Friedman.
3125         Reported by Scott Bartram.
3127         * c-boxes.el: New, from elsewhere.
3128         * Makefile.in: Distribute it.
3130         * m4.h: Do not define bcopy if <string.h> defines it.
3131         Reported by Stephen Perkins.
3133         * builtin.c (define_macro): Allow a missing second argument, in
3134         which case it is implied empty.  Affects define and pushdef.
3135         Reported by Eric Allman.
3137 Mon Nov  1 07:45:24 1993  Francois Pinard  (pinard@icule)
3139         * m4.h: Add blind_if_no_args in struct builtin, blind_no_args in
3140         struct symbol adn SYMBOL_BLIND_NO_ARGS macro.
3141         * builtin.c: Initialize all the blindness fields in builtin_tab.
3142         (define_builtin): Copy the blindness of a builtin into its symbol.
3143         * macro.c (expand_token): Avoid processing a blind builtin if the
3144         next character is not an opening parenthesis.
3145         Reported by David MacKenzie.
3146         Reported by Noah Friedman.
3148         * configure.in: Ensure an exit status of 0 on completion.
3149         Reported by Vivek P. Singhal.
3151         * eval.c (eval_lex): Admit both lower and upper case letters for
3152         bases greater than 10.  Only lower case letters were accepted.
3154         * eval.c (eval_lex): Recognize 0bDIGITS and 0rRADIX:DIGITS syntax.
3155         Reported by Krste Asanovic.
3157         * eval.c:  Rename NOT to LNOT.  Add XOR, NOT, LSHIFT and RSHIFT.
3158         * eval.c (logical_not_term): New name for not_term.
3159         * eval.c (xor_term): New, between or_term and and_term.
3160         * eval.c (not_term): New, between and_term and logical_not_term.
3161         * eval.c (shift_term): New, between cmp_term and add_term.
3162         Reported by Krste Asanovic: ~, ^, <<, >>.
3163         Reported by Ben A. Mesander: ** vs ^.
3165         * m4.c: Delete xmalloc.c, xrealloc.c, xstrdup.c.
3166         * m4.h: Delete xrealloc.c.
3167         * lib/xmalloc.c: New, from elsewhere.
3168         * lib/xstrdup.c: New, from elsewhere.
3169         * lib/Makefile.in: Distribute and compile them.
3171         * m4.c: Change progname to program_name.
3172         * builtin.c, eval.c, m4.c, m4.h: Rename error to m4error.
3173         * lib/error.c: New, from elsewhere.
3174         * lib/Makefile.in: Distribute and compile error.c.
3175         * configure.in: Check AC_VPRINTF and for strerror.
3176         * m4.c: Delete cmd_error.  Use error instead.
3177         * m4.c: Change label capitalisation to "ERROR", "Warning", etc.
3179         * m4.h: Delete #define const, let Autoconf takes care of this.
3181         * m4.c: Remove all code conditionalized by IMPLEMENT_M4OPTS.
3182         Merge parse_args into main.  Declare argv to be `char *const *',
3183         then remove superfluous casts.
3185         * m4.c: Rename --no-gnu-extensions to --traditional.
3186         Reported by Ben A. Mesander.
3188         * m4.c (usage): Add a status parameter.  Supply one in various
3189         calls.  Add --help processing.  Remove -V for --version.
3191         * lib/Makefile.in: Put $(CFLAGS) last in .c.o rule.
3193         * lib/Makefile.in: Have an AR=ar declaration.
3194         Reported by Eric Backus.
3195         Reported by Bjorn R. Bjornsson.
3196         Reported by Tom Tromey.
3197         Reported by Kristine Lund.
3198         Reported by Marion Hakanson.
3200 Sat Oct 30 12:51:47 1993  Francois Pinard  (pinard@icule)
3202         * Makefile.in (m4.info): Use -I$(srcdir) on $(MAKEINFO).
3203         Reported by Noah Friedman.
3205 Mon Oct 25 14:58:48 1993  Francois Pinard  (pinard@icule)
3207         * Makefile.in: Remove MDEFINES and cleanup.
3209 Wed Jun  9 14:59:46 1993  Francois Pinard  (pinard@icule)
3211         * Makefile.in (dist): Replace "echo `pwd`" by a mere "pwd".
3212         Create a gzip file.
3214 Sat Feb  6 14:59:22 1993  Francois Pinard  (pinard@icule)
3216         * Makefile.in, lib/Makefile.in, check/Makefile.in: In dist goals,
3217         ensure 777 mode for directories, so older tar's will restore file
3218         modes properly.
3220 Sun Jan 17 15:38:05 1993  Francois Pinard  (pinard@icule)
3222         * Makefile.in, lib/Makefile.in: Put $(CFLAGS) after $(CPPFLAGS),
3223         so the installer can override automatically configured choices.
3224         Reported by Karl Berry.
3226 Fri Jan 15 16:07:00 1993  Francois Pinard  (pinard@icule)
3228         * lib/vfprintf.c: Stolen from Oleo distribution and adapted.  The
3229         previous version was not working properly on m68k-hp-bsd4.3.
3230         Reported by Roland McGrath.
3232         * lib/_doprnt.c: Stolen from Oleo distribution.
3233         * configure.in: Check for _doprnt.c if vfprintf.c selected.
3234         * lib/Makefile.in: Distribute _doprnt.c.
3235         Do not distribute regex.[ch].old anymore.
3237 Fri Jan  1 19:42:23 1993  Francois Pinard  (pinard at icule)
3239         * Makefile.in, lib/Makefile.in: Reinstate $(CPPFLAGS), use it.
3240         Richard wants it there.
3242 Sun Dec 27 07:01:54 1992  Francois Pinard  (pinard at icule)
3244         * Makefile.in: Add DEFS to MDEFINES.
3245         * lib/Makefile.in (.c.o): Remove $(CPPFLAGS).
3246         (libm4.a): Remove the library before creating it.
3247         (distclean): Remove tags and TAGS too.
3249 Wed Dec 23 12:46:55 1992  Francois Pinard  (pinard at icule)
3251         * Makefile.in (dvi, m4.dvi): New goals.
3253         * builtin.c, eval.c, format.c, input.c, m4.[ch], m4.texinfo,
3254         macro.c, output.c, path.c, symtab.c: Change Copyright from
3255         1989-1992 to the explicit enumeration 1989, 1990, 1991, 1992.
3257         * examples/divert.m4: Deleted, this bug has been corrected.
3259         * Makefile.in (texclean, mostlyclean): New goals.
3261         * Makefile.in (clean): Remove clutter from ansi2knr.
3262         Reported by Pierre Gaumond.
3263         Reported by Greg A. Woods.
3265 Sun Dec 20 10:40:20 1992  Francois Pinard  (pinard at icule)
3267         * Makefile.in: Remove $(CPPFLAGS) from the .c.o rule.  The user
3268         might well use CFLAGS is s/he needs it.
3270         * Makefile.in: Allow installation of info files from a separate
3271         build directory.
3272         Reported by Jason Merrill.
3273         Reported by David MacKenzie.
3274         Reported by Skip Montanaro.
3275         Reported by Erez Zadok.
3276         Reported by Assar Westerlund.
3278 Sat Dec 19 08:21:34 1992  Francois Pinard  (pinard at icule)
3280         * Release 1.0.3
3281         This is still a beta release for the future GNU m4 version 1.1.
3283         * lib/alloca.c: New, from elsewhere.
3284         * lib/Makefile.in: Distribute it.  Define and use $(ALLOCA).
3286         * m4.h: Do not define index/rindex if already defined.  If
3287         FALSE/TRUE are already defined, do not redefine them, but merely
3288         define boolean typedef to int.
3290         * Makefile.in: Use $(DEFS) while compiling ansi2knr.
3291         * ansi2knr.c: Rewrite #ifdef HAVE_STRING_H || STDC_HEADERS,
3292         because some C compilers do not like connectives with #ifdef.
3293         * m4.h: Define `volatile' only if __GNUC__, instead of once for
3294         __GNUC__ and once for __STDC__.
3295         * lib/regex.h: Leave const alone, AC_CONST will take care of it.
3297         * checks/Makefile.in: Use .all_stamp instead of $(CHECKS) for
3298         Makefile dependencies.  Without it, make keeps destroying and
3299         remaking $(CHECKS) in a loop (why?).  Distribute .all_stamp.
3301         * m4.h, m4.c, builtin.c, output.c: Change all divertion/DIVERTION
3302         to diversion/DIVERSION, this was a spelling error.
3304         * m4.c: Declare version[], remove #include "version.h".
3305         * version.h: Deleted.
3306         * Makefile.in: Remove references to version.h.
3308         * output.c (shipout_text): Centralize all `#line NUM ["FILE"]'
3309         production, by using a simpler and more robust algorithm.  This
3310         solves the problem of synclines sometimes written in the middle of
3311         an output line.  Delete sync_line() and output_lines variable.
3312         * m4.h: Remove sync_line prototype and output_lines declaration.
3313         * input.c (next_char), output.c (shipout_text): Remove references
3314         to output_lines.
3315         * input.c (push_file, pop_file): Merely put the value -1 in
3316         output_current_line instead of calling sync_line, for delaying a
3317         single `#line NUM FILE' before next output line.  Do not test
3318         for sync_output, because this is unnecessary clutter.
3319         * output.c (make_divertion, insert_divertion): Idem.
3320         * input.c: Rename must_advance_line to start_of_input_line, for
3321         consistency.
3323         * debug.c (trace_header): Select a new debug line format, which
3324         better complies with GNU standards for formatting error messages.
3325         With option `-dfl', M-x next-error might be used on the output.
3326         * m4.c (vmesg): Adjust format of error output to GNU standards.
3327         * m4.texinfo: Adjust examples for `make check' to work.
3329         * m4.h, builtin.c, debug.c, input.c, macro.c, path.c: Use upper
3330         case for enum debug_info constants, which were all lower case.
3332         * builtin.c (m4_regexp, m4_patsubst): Use re_search instead of
3333         re_search_2.
3334         * lib/regex.[ch]: Use new version from textutils 1.3.6, with some
3335         collected patches.  I tried a few times using newer regex.[ch], it
3336         mysteriously stopped aborting with this one.  Insecure feeling...
3337         * lib/Makefile.in: Distribute regex.[ch].old, just in case!
3339 Fri Dec 18 11:08:03 1992  Francois Pinard  (pinard at icule)
3341         * m4.c: Change `--no-warnings' to `--silent'.
3342         Reported by David MacKenzie.
3344         * m4.c: Put all M4OPTS code upon IMPLEMENT_M4OPTS control, and
3345         leave it off for now.  See comment in m4.c for justification.
3346         Reported by David MacKenzie.
3348         * configure.in: Replace AC_USG by AC_HAVE_HEADERS(string.h).
3349         * m4.h, ansi2knr.c, lib/regex.h: Replace USG by HAVE_STRING_H.
3351         * Makefile.in: Add a new `info' goal.  Use macro MAKEINFO.
3353         * Makefile.in: Ensure recursive cleaning is done before local
3354         cleaning for all clean goals.
3356         * builtin.c (ntoa): Ensure the value is always interpreted as a
3357         signed quantity, whatever the radix is.
3359 Wed Nov 18 07:57:19 1992  Jim Meyering  (meyering@idefix)
3361         * builtin.c, format.c, input.c: Split long lines.
3362         * m4.c: Use typedef macro_definition instead of struct
3363         macro_definition.
3364         * symtab.c: Use typedef symbol instead of struct symbol.
3366 Tue Nov 17 01:58:40 1992  Francois Pinard  (pinard at icule)
3368         * *.[ch]: Remove all trailing whitespace, in code and comments.
3370         * configure.in: Find some awk.
3371         * Makefile.in: Add $(AWK) to MDEFINES.
3372         * checks/Makefile.in: Transmit $(AWK) to get_them.
3373         * checks/get_them: Use $AWK instead of gawk.  Add a close in the
3374         awk script when switching files, because without this, mawk runs
3375         out of file descriptors.
3377 Mon Nov 16 20:42:56 1992  Francois Pinard  (pinard at icule)
3379         * Makefile.in (realclean): Delete m4.info*.
3380         Reported by Jim Meyering.
3382         * Makefile.in: Adjust and link with checks/Makefile.
3383         * checks/Makefile.in: New.
3384         * configure.in: Output checks/Makefile.
3386         * checks/get_them: Have the dnl header of each test more
3387         recognizable by next-error, also use a better message.
3389 Mon Nov 16 07:48:52 1992  Jim Meyering  (meyering@idefix)
3391         * m4.h [__GNUC__]: Use __volatile__ instead of `volatile.'
3392         And use that only if __GNUC__ since we're using it's GCC-specific
3393         semantics that tell the compiler the associated function doesn't
3394         return.
3396         * builtin.c (substitute): Don't use character as an array index.
3397         (dumpdef_cmp): Make formal arguments `const void *' to avoid
3398         warnings with gcc -W -Wall on systems with qsort prototype.
3399         (m4_errprint): Cast obstack_finish to `char *' to avoid warnings
3400         from gcc -W -Wall.
3402         * eval.c (most functions): Add parentheses to assignments used
3403         as truth values go avoid warnings from gcc -Wall.
3405         * input.c, m4.c, output.c, path.c, symtab.c: Declare static
3406         any functions that don't need external scope.
3408         * builtin.c, debug.c, format.c, m4.c, m4.h, macro.c, symtab.c
3409         (many functions and arrays): Declare `const'.
3411 Sun Nov 15 09:42:09 1992  Francois Pinard  (pinard at icule)
3413         * *.[ch]: Rename nil to NULL, using the declaration from <stdio.h>,
3414         removing the declaration from m4.h.  Also rename false to FALSE
3415         and true to TRUE.
3417         * lib/Makefile.in (Makefile): New goal.
3419         * Makefile.in, lib/Makefile.in: Add a .c.o rule, so CFLAGS is not
3420         so heavily loaded.  It gets more easily overridable, calling make.
3421         Reported by Jim Meyering.
3423         * Makefile.in (dist): Get .fname from the current directory name,
3424         instead of from version.h.  I need updating many files manually,
3425         when the version changes, version.h is just one of them.
3427 Sat Nov 14 11:01:20 1992  Francois Pinard  (pinard at icule)
3429         * m4.h: Remove the tag `boolean' on the enum introducing typedef
3430         `boolean'.  This tag conflicts with <sys/types.h> on SVR4.
3431         Reported by Tom McConnell.
3433 Fri Nov 13 00:12:50 1992  Francois Pinard  (pinard at icule)
3435         * m4.texinfo: Correct the examples for 33.divert, 38.divnum,
3436         39.cleardiv, which were describing missing or spurious newlines.
3437         Modify examples 52.eval, 53.esyscmd and 54.sysval so the results
3438         do not depend on machine word size, `/bin/false' implementation,
3439         or `wc' output format.  `make check' is more dependable, now.
3441         * checks/check_them: Summarize the failed tests by listing their
3442         name, at end.  If none, issue `All checks successful'.  Output
3443         `Checking' instead of `Input file:'.
3445         * checks/get_them, checks/check_them: Reindented.
3447         * Makefile.in (dist): chmod a+r before making the tar file.
3449 Thu Nov 12 14:42:57 1992  Francois Pinard  (pinard at icule)
3451         * builtin.c (m4_dnl): Diagnose any parameter to `dnl'.
3453         * input.c (next_token): Reinitialize token_buttom just after using
3454         it as a watermark with obstack_free.  Or else, a future token, big
3455         enough for triggering reallocation of the obstack chunk, could
3456         void the initialized value of token_buttom, later causing panic in
3457         obstack_free.  Rename token_buttom to token_bottom everywhere.
3459         * m4.h: Before declaring errno, first include <errno.h> and
3460         ensure that it does not define errno.
3461         Reported by Richard Stallman.
3463 Wed Nov 11 17:40:35 1992  Francois Pinard  (pinard at icule)
3465         * builtin.c: Define and use DECLARE macro for builtins.
3467         * builtin.c (m4_ifelse): Avoid any diagnostic when exactly one
3468         argument, this is a common idiom for introducing long comments.
3470         * builtin.c (m4_ifelse): If 3n + 2 arguments, diagnose missing
3471         arguments.  The last argument was silently ignored.
3473         * m4.c (cmd_error): Add a missing semicolon before va_end().
3475 Tue Nov 10 08:57:05 1992  Francois Pinard  (pinard at icule)
3477         * Makefile.in: Now handle protoized sources.  Define and use U.
3478         Compile and use ansi2knr with old compilers.  Update DISTFILES.
3479         Add `aclocal.m4' to `configure' dependencies.
3480         * ansi2knr.c: New, from Ghostscript distribution.
3481         * configure.in: Define U through FP_PROTOTYPES for old compilers.
3482         Add AC_ISC_POSIX, AC_CONST, AC_SIZE_T.
3483         * aclocal.m4: New, provide FP_PROTOTYPES.
3484         * m4.h: Conditionnaly protoized through Args, save for varags.
3485         * builtin.c: Protoized.  Then:
3486         Include <sys/types.h> if size_t is not defined, before "regex.h".
3487         (m4_ifelse): Fetch built-in name properly for diagnostic.
3488         (m4_dumpdef): Remove wrong (char *) cast calling dump_symbol.
3489         (m4_regexp): Add const to `msg' declaration.
3490         (m4_patsubst): Add const to `msg' declaration.
3491         * debug.c: Protoized, save for varargs.
3492         * eval.c: Protoized.
3493         * format.c: Protoized.
3494         * input.c: Protoized.
3495         * m4.c: Protoized, save for varargs.  Then:
3496         (xfree): Accept void * instead of char *.
3497         (xmalloc): Return void * instead of char *.
3498         (xrealloc): Accept and return void * instead of char *.
3499         * macro.c: Protoized.
3500         * output.c: Protoized.
3501         * path.c: Protoized.  Then cast some (char *) over xmalloc's.
3502         * symtab.c: Protoized.
3504 Fri Nov  6 02:05:21 1992  Francois Pinard  (pinard at icule)
3506         * m4.texinfo: Remove directory from diagnostics in 30.include,
3507         51.eval, 56.errprint and 57.m4exit tests.
3509         * m4.h: Remove declarations for int or void system functions, they
3510         cause more conflicting trouble than they make good.
3512         * configure.in: Avoid configuration header file.  Add some tests.
3513         * m4.h: Remove #include "config.h".
3514         * Makefile.in, lib/Makefile.in: Implement Autoconf interface.
3515         Then, rewritten for better compliance with GNU standards.
3517 Thu Nov  5 12:37:13 1992  Francois Pinard  (pinard at icule)
3519         * format.c (format): Avoid syntax error if not HAVE_EFGCVT,
3520         because of a misplaced #endif.
3522         * Many *.[hc] files: Correct intra-line spacing here and there,
3523         according to GNU indent 1.6 advice.
3525         * configure.in: New, using Autoconf 1.2.
3526         * m4.h: Reverse NO_MEMORY_H to NEED_MEMORY_H.
3527         * Delete old configure.in, configure, etc/configure.in,
3528         etc/configure, lib/configure.in, lib/configure and config/*.
3529         Reported by Jason Merrill.
3531         * symtab.c (hash): Change (char) NULL to '\0'.
3532         Reported by Jason Merrill.
3534         * Delete .vers, etc/newdist.sh, etc/newvers.sh and
3535         etc/nextvers.sh.  Release numbers will be edited `by hand'.
3536         * version.h: De-automatize, force value in.
3538         * m4.c: Changes in order to use a newer getopt.h.
3539         Reported by David MacKenzie.
3541         * checks/: New name for examples/.
3542         * checks/get_them: New location for etc/get_examples.
3543         * checks/check_them: New location for etc/check_examples.
3544         * Makefile.in, checks/get_them, checks/check_them: Adjust.
3545         * lib/vfprintf.c: New location for etc/vfprintf.c.
3546         * Delete empty etc/.
3547         * examples/: New name for test/.
3549 Tue Mar 10 00:29:46 1992  Francois Pinard  (pinard at icule)
3551         * Makefile.in (check): Add m4 as dependency.
3553         * m4.c: Accept --no-warnings instead of --no_warnings, and
3554         --no-gnu-extensions instead of --no_gnu_extensions.  Make the
3555         usage message more informative.
3556         Reported by David MacKenzie.
3558 Mon Mar  9 14:53:40 1992  Francois Pinard  (pinard at icule)
3560         * etc/check_examples: New name for check_examples.sh.
3561         * etc/get_examples: New name for get_examples.sh.
3562         * Makefile.in, etc/Makefile.in: Use new names.
3564         * Makefile.in: Transmit $(CC) while making in lib.
3566         * Many *.[hc] files: GNU indent'ed, with further fine tuning of
3567         code disposition by hand.
3569 Sun Mar  8 11:01:55 1992  Francois Pinard  (pinard at icule)
3571         * m4.h: Delete definitions for abort() and exit().
3572         Reported by Richard Stallman.
3574         * config/hmake-unicos, config/s-unicos.h: New files.
3575         Reported by Hal Peterson.
3577         * eval.c (exp_term): Have N^0 return 1.
3578         Reported by Michael Fetterman.
3580         * eval.c, input.c, m4.h: Remove last comma in enums.
3581         Reported by Mike Lijewski.
3583         * Transfer of maintenance duties from Rene' to Franc,ois.
3585 Thu Oct 24 15:18:46 1991  Rene' Seindal (seindal at diku.dk)
3587         * Release 1.0.  Many thanks to those, who provided me with bug
3588         reports and feedback.
3590         * Uses GNU configure, taken from the gdb distribution.
3592         * Uses GNU getopt(), with long option names.
3594         * The -Q/+quiet option is added, which suppresses warnings about
3595         missing or superflous arguments to built-in macros.
3597         * Added default options via the M4OPTS environment variable.
3599         * The built-in format can now be configured to use sprintf as
3600         the formatting engine, for systems without [efg]cvt(3).
3602         * GNU library code is moved to the ./lib subdirectory; other
3603         utility files are now in ./etc.
3605         * Several minor bugs have been fixed.
3607 Fri Jul 26 15:28:42 1991  Rene' Seindal (seindal at diku.dk)
3609         * Fixed various bugs.  Release 0.99, manual 0.09.  Many thanks to
3610         Francois Pinard and Roland H. Pesch for providing me with reports.
3612         * The builtins incr and decr are now implemented without use of
3613         eval.
3615         * The builtin indir is added, to allow for indirect macro calls
3616         (allows use of "illegal" macro names).
3618         * The debugging and tracing facilities has been enhanced
3619         considerably.  See the manual for details.
3621         * The -tMACRO option is added, marks MACRO for tracing as soon
3622         as it is defined.
3624         * Builtins are traced after renaming iff they were before.
3626         * Named files can now be undiverted.
3628         * The -Nnum option can be used to increase the number of
3629         divertions available.
3631         * Calling changecom without arguments now disables all comment
3632         handling.
3634         * The function m4_patsubst() is now consistently declared
3635         static.
3637         * A bug in dnl is fixed.
3639         * A bug in the multi-character quoting code is fixed.
3641         * Several typos in the manual has been corrected.  More probably
3642         persist.
3644         * The m4.info file is now installed along with the program.
3646 Thu Nov 15 21:51:06 1990  Rene' Seindal (seindal at diku.dk)
3648         * Updated and enhanced version.  Release 0.75, manual 0.07.
3650         * Implemented search path for include files (-I option and
3651         M4PATH envronment variable).
3653         * Implemented builtin "format" for printf-like formatting.
3655         * Implemented builtin "regexp" for searching for regular
3656         expressions.
3658         * Implemented builtin "patsubst" for substitution with regular
3659         expressions.
3661         * Implemented builtin "esyscmd", which expands to a shell
3662         commands output.
3664         * Implemented "__file__" and "__line__" for use in error
3665         messages.
3667         * Implemented character ranges in "translit".
3669         * Implemented control over debugging output.
3671         * Implemented multi-character quotes.
3673         * Implemented multi-character comment delimiters.
3675         * Changed predefined macro "gnu" to "__gnu__".
3677         * Changed predefined macro "unix" to "__unix__", when the -G
3678         option is not used.  With -G, "unix" is still defined.
3680         * Changed "shift", "$@" and "$*" to not insert spaces afters
3681         commas.
3683         * Added program name to error messages.
3685         * Fixed two missing null bytes bugs.
3687 Mon Jan 22 21:08:52 1990  Rene' Seindal (seindal at diku.dk)
3689         * Initial beta release.  Release 0.50, manual 0.05.
3691         -----
3693         $Revision$ $Date$
3695         Local Variables:
3696         coding: utf-8
3697         End:
3699         Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2001, 2003,
3700         2005, 2006, 2007 Free Software Foundation, Inc.
3702         Copying and distribution of this file, with or without
3703         modification, are permitted provided the copyright notice
3704         and this notice are preserved.