summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* More whitespace cleanup.Eric Blake2010-01-0710-107/+97
* Switch to indentation by space, not tab.Eric Blake2010-01-053-57/+57
* Update copyright year.Eric Blake2010-01-053-3/+3
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-152-4/+0
* Avoid quadratic code when walking definition stack.Eric Blake2009-02-121-3/+3
* Deal with M4 1.4.x limitation on builtin tokens.Eric Blake2008-12-182-2/+19
* Document optimized forloop.Eric Blake2008-11-261-0/+13
* Document copy composite using stack_foreach and curry.Eric Blake2008-11-262-0/+23
* Optimize iteration examples.Eric Blake2008-07-282-10/+9
* Give example for O(n) foreach on m4 1.4.x.Eric Blake2008-07-262-2/+16
* Document join, in order to fix bug in m4wrap example.Eric Blake2008-03-152-0/+24
* Add regression test for multi-character quote recursion.Eric Blake2008-02-165-7/+7
* Stage 5: add notion of quote age.Eric Blake2007-12-072-0/+20
* Test more corner cases.Eric Blake2007-10-312-0/+27
* Document quoting pitfalls in capitalize.Eric Blake2007-10-062-9/+29
* Create .gitignore alongside .cvsignore.Eric Blake2007-10-061-0/+2
* * tests/generate.awk (normalize): Update recognition of trailingEric Blake2007-10-064-28/+36
* * tests/generate.awk: For ease of doc-writing, simplify selectionEric Blake2007-10-063-9/+26
* Avoid all global variables in modules, so that --disable-staticEric Blake2007-10-061-0/+3
* * configure.ac (AM_INIT_AUTOMAKE): Bump automake requirement.Eric Blake2007-10-064-2/+24
* Gnulib has changed again. Reimport. Adjust. Rinse. Repeat.v1.9aGary V. Vaughan2007-10-051-76/+0
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* * m4/stdbool_.h: New file from gnulib for systems without theirGary V. Vaughan2007-10-051-1/+1
* * examples/indir.m4, tests/others.at (indir): s/nonsens/nonsense/.Akim Demaille2007-10-051-4/+4
* * tests/Makefile.am (CLEANFILES): Remove.Akim Demaille2007-10-052-72/+7
* * Makefile.am (AUTOMAKE_OPTIONS): 1.5.Akim Demaille2007-10-051-2/+0
* * examples/include.m4: Typo.Akim Demaille2007-10-051-1/+1
* Start using Autotest. atconfig creation is still lacking.Akim Demaille2007-10-052-10/+10
* More ignores, and fix some typos.Akim Demaille2007-10-051-0/+2
* Consolidate the myriad of dispersed test scripts into theGary V. Vaughan2007-10-0525-1126/+1
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-0526-51/+431
* Resynchronise with my local tree.Gary V. Vaughan2007-10-0572-7817/+631
* Initial revisionJeff Bailey2000-02-1798-0/+9636