summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* maint: kill trailing spacesEric Blake2017-01-032-2/+2
* maint: bump copyright yearEric Blake2017-01-0317-25/+25
* libm4: spell TRUNCATE_FILENAME consistently.Gary V. Vaughan2014-12-121-2/+2
* libm4: fix path_truncate() regressions on OS/2.KO Myung-Hun2014-12-091-5/+11
* obstacks: use obstack_blank_fast where possible.Gary V. Vaughan2014-12-051-1/+1
* modules: only load modules with system module file extension.Gary V. Vaughan2014-11-261-1/+1
* modules: Use LT_MODULE_EXT for host module file extension.Gary V. Vaughan2014-11-262-2/+2
* modules: use only host system module file extension in searches.Gary V. Vaughan2014-11-262-3/+2
* configury: does dlsym require leading symbol name underscore?Gary V. Vaughan2014-11-261-1/+1
* modules: support 8.3 truncated filenames.Gary V. Vaughan2014-11-211-2/+43
* Revert "modules: fall-back to system dlopen search path."Gary V. Vaughan2014-11-211-4/+0
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-2017-26/+28
* modules: support non-posix PATH_SEPARATOR.Gary V. Vaughan2014-11-201-1/+1
* modules: support _ symbol prefix requirement for dlsym.Gary V. Vaughan2014-11-201-1/+14
* modules: fall-back to system dlopen search path.KO Myung-Hun2014-11-201-0/+4
* modules: support .dll suffix.KO Myung-Hun2014-11-202-1/+2
* maint: fix some warnings that break compilation with -Werror.Gary V. Vaughan2013-09-221-7/+7
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-214-177/+42
* modules: speed up multiple includes of the same module.Gary V. Vaughan2013-09-201-5/+5
* modules: simplify module lookup by name.Gary V. Vaughan2013-09-203-14/+22
* modules: store loaded modules in context struct.Gary V. Vaughan2013-09-204-27/+17
* modules: store module name in the module struct.Gary V. Vaughan2013-09-203-10/+7
* modules: allow only a single function access point.Gary V. Vaughan2013-09-203-78/+79
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-204-248/+16
* refactor: remove dead M4MODPATH code.Gary V. Vaughan2013-09-203-25/+13
* maint: either fix or disable failing syntax-check rules.Gary V. Vaughan2013-09-184-5/+3
* build: mark several pure functionsEric Blake2013-09-182-2/+3
* maint: prefer STREQ/STRNEQ to strcmp contortions.Gary V. Vaughan2013-09-182-1/+2
* maint: update copyright year.Gary V. Vaughan2013-09-1817-33/+31
* maint: clean up compiler warnings.Eric Blake2013-09-171-1/+1
* maint: fix build on newer glibc.Eric Blake2013-09-171-0/+2
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-163-69/+212
* Address remaining 'make syntax-check' findings.Eric Blake2010-01-085-6/+9
* Address 'make sc_error_message_uppercase' failures.Eric Blake2010-01-072-5/+5
* Address 'make sc_cast_of_argument_to_free' failures.Eric Blake2010-01-074-9/+10
* More whitespace cleanup.Eric Blake2010-01-0713-810/+810
* Switch to indentation by space, not tab.Eric Blake2010-01-0516-2502/+2502
* Update copyright year.Eric Blake2010-01-0516-17/+19
* Update to latest gnulib.Eric Blake2010-01-051-1/+2
* Use bitrotate for hashing.Eric Blake2009-06-261-2/+4
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-152-22/+0
* Avoid compiler warning.Eric Blake2009-06-151-1/+2
* Use gnulib execute module instead of system(3).Eric Blake2009-03-132-0/+11
* Prefer buffer over byte operations.Eric Blake2009-02-182-23/+27
* Avoid risk of stack overflow.Eric Blake2009-02-181-4/+4
* Improve handling of $ in syntax table.Eric Blake2009-02-185-65/+115
* Stage 29b: Process quotes and comments by buffer, not bytes.Eric Blake2009-02-171-3/+98
* Stage 29a: Process dnl and macro names by buffer, not bytes.Eric Blake2009-02-161-36/+281
* Unify single and multi-character delimiter handling.Eric Blake2009-02-162-149/+82
* Revamp changesyntax vs. changequote interactions.Eric Blake2009-02-164-247/+232