| Commit message (Expand) | Author | Age | Files | Lines |
* | Address remaining 'make syntax-check' findings. | Eric Blake | 2010-01-08 | 1 | -2/+2 |
* | More whitespace cleanup. | Eric Blake | 2010-01-07 | 1 | -21/+21 |
* | Switch to indentation by space, not tab. | Eric Blake | 2010-01-05 | 1 | -614/+614 |
* | Update copyright year. | Eric Blake | 2010-01-05 | 1 | -1/+1 |
* | Avoid compiler warning. | Eric Blake | 2009-06-15 | 1 | -1/+2 |
* | Prefer buffer over byte operations. | Eric Blake | 2009-02-18 | 1 | -22/+26 |
* | Improve handling of $ in syntax table. | Eric Blake | 2009-02-18 | 1 | -13/+28 |
* | Stage 28c: Warn on embedded NUL in remaining cases. | Eric Blake | 2009-02-11 | 1 | -3/+4 |
* | Stage 26: Allow embedded NUL in macro definitions. | Eric Blake | 2008-08-03 | 1 | -13/+10 |
* | Fix regression in commenting unbalanced quotes, from 2008-02-16. | Eric Blake | 2008-08-03 | 1 | -15/+34 |
* | Stage 25a: Use obstack_printf for easier output. | Eric Blake | 2008-06-16 | 1 | -77/+14 |
* | Fix printf type mismatches. | Eric Blake | 2008-06-03 | 1 | -3/+3 |
* | Stage 24c: Improve display of macro names with embedded NUL. | Eric Blake | 2008-06-02 | 1 | -29/+31 |
* | Stage 24b: Allow embedded NUL in macro names. | Eric Blake | 2008-06-02 | 1 | -1/+1 |
* | Stage 24a: Use full call context in error reporting. | Eric Blake | 2008-06-02 | 1 | -12/+10 |
* | Stage 23: allow tracing of indirect macro calls. | Eric Blake | 2008-05-08 | 1 | -135/+153 |
* | Stage 22: allow builtin token concatenation outside $@. | Eric Blake | 2008-05-05 | 1 | -22/+47 |
* | Avoid -Wshadow compiler warnings. | Eric Blake | 2008-05-01 | 1 | -66/+66 |
* | Fix regression in define from 2008-02-22. | Eric Blake | 2008-05-01 | 1 | -1/+1 |
* | Stage 21b: $@ concatenates builtins, m4wrap takes builtins. | Eric Blake | 2008-04-14 | 1 | -63/+67 |
* | Stage 20b: make m4wrap obey POSIX fifo ordering. | Eric Blake | 2008-03-18 | 1 | -0/+68 |
* | Stage 19c: allow builtin tokens in more macros. | Eric Blake | 2008-03-13 | 1 | -33/+62 |
* | Stage 19b: invert sense of bit for handling builtin tokens. | Eric Blake | 2008-03-13 | 1 | -5/+2 |
* | Consistently cast malloc results, for C++ compilation. | Eric Blake | 2008-03-13 | 1 | -2/+2 |
* | Fix nested builtin(`shift',$@) regression from 2008-02-23. | Eric Blake | 2008-03-06 | 1 | -2/+3 |
* | Stage 18: try harder to reuse argv in recursion. | Eric Blake | 2008-02-22 | 1 | -37/+46 |
* | Stage 17: pass argv through quoted strings. | Eric Blake | 2008-02-22 | 1 | -41/+134 |
* | Stage 16: cache quotes and improve m4_arg_print. | Eric Blake | 2008-02-20 | 1 | -51/+48 |
* | Stage 15: return argv refs back to collect_arguments. | Eric Blake | 2008-02-16 | 1 | -26/+88 |
* | Consistently use size_t for number of arguments. | Eric Blake | 2008-02-02 | 1 | -22/+21 |
* | Stage 14b: allow pushing argv references. | Eric Blake | 2008-02-02 | 1 | -92/+156 |
* | Stage 14a: allow printing argv references. | Eric Blake | 2008-02-02 | 1 | -2/+38 |
* | Stage 13: push composite text tokens. | Eric Blake | 2008-01-26 | 1 | -33/+5 |
* | Stage 12c: add macro for m4_arg_len. | Eric Blake | 2008-01-26 | 1 | -2/+2 |
* | Stage 12b: add m4_string_pair. | Eric Blake | 2008-01-25 | 1 | -19/+18 |
* | Stage 12a: make m4_symbol_chain a union. | Eric Blake | 2008-01-25 | 1 | -53/+55 |
* | Stage 11: full circle for single argument references. | Eric Blake | 2008-01-22 | 1 | -32/+207 |
* | Stage 10: avoid extra copying of strings and comments. | Eric Blake | 2008-01-16 | 1 | -17/+29 |
* | Stage 9: share rather than copy single-arg refs. | Eric Blake | 2007-12-20 | 1 | -48/+78 |
* | Stage 8: extend life of references into argv. | Eric Blake | 2007-12-17 | 1 | -72/+255 |
* | Stage 7: use chained input support in input parser. | Eric Blake | 2007-12-11 | 1 | -15/+38 |
* | Stage 6: convert builtins to push arg at a time. | Eric Blake | 2007-12-08 | 1 | -3/+54 |
* | Stage 5: add notion of quote age. | Eric Blake | 2007-12-07 | 1 | -43/+81 |
* | Stage 4: route indir, builtin through ref; make argv opaque. | Eric Blake | 2007-11-29 | 1 | -53/+193 |
* | Stage 3b: cache length, rather than computing it, in modules. | Eric Blake | 2007-11-29 | 1 | -36/+37 |
* | Stage 3a: cache length, rather than computing it, in libm4. | Eric Blake | 2007-11-28 | 1 | -2/+4 |
* | Stage 2: use accessors, not direct reference, into argv. | Eric Blake | 2007-11-27 | 1 | -18/+101 |
* | Stage 1: convert m4_symbol_value** into new object. | Eric Blake | 2007-11-24 | 1 | -46/+51 |
* | Pass only macro name to utility functions. | Eric Blake | 2007-11-24 | 1 | -1/+1 |
* | Factor out handling of macro name in error messages. | Eric Blake | 2007-11-23 | 1 | -9/+9 |