summaryrefslogtreecommitdiff
path: root/m4/module.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-344/+0
* maint: kill trailing spacesEric Blake2017-01-031-1/+1
* maint: bump copyright yearEric Blake2017-01-031-2/+2
* modules: Use LT_MODULE_EXT for host module file extension.Gary V. Vaughan2014-11-261-1/+1
* modules: use only host system module file extension in searches.Gary V. Vaughan2014-11-261-1/+1
* configury: does dlsym require leading symbol name underscore?Gary V. Vaughan2014-11-261-1/+1
* 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-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-201-1/+1
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-158/+39
* 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-201-13/+5
* modules: store loaded modules in context struct.Gary V. Vaughan2013-09-201-18/+6
* modules: store module name in the module struct.Gary V. Vaughan2013-09-201-9/+5
* modules: allow only a single function access point.Gary V. Vaughan2013-09-201-76/+75
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-201-218/+11
* refactor: remove dead M4MODPATH code.Gary V. Vaughan2013-09-201-24/+9
* maint: update copyright year.Gary V. Vaughan2013-09-181-3/+2
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-161-3/+23
* Address 'make sc_cast_of_argument_to_free' failures.Eric Blake2010-01-071-2/+2
* More whitespace cleanup.Eric Blake2010-01-071-24/+24
* Switch to indentation by space, not tab.Eric Blake2010-01-051-141/+141
* Update copyright year.Eric Blake2010-01-051-1/+2
* Tweak error message on command line failure.Eric Blake2008-09-251-2/+3
* Stage 26: Allow embedded NUL in macro definitions.Eric Blake2008-08-031-2/+1
* Stage 24b: Allow embedded NUL in macro names.Eric Blake2008-06-021-2/+2
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-131-0/+2
* Stage 19a: sort and cache builtins loaded by a module.Eric Blake2008-03-131-38/+72
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-111-1/+6
* Stage 5: add notion of quote age.Eric Blake2007-12-071-1/+2
* Stage 3a: cache length, rather than computing it, in libm4.Eric Blake2007-11-281-1/+2
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-15/+16
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-4/+4
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-77/+77
* Add refcount builtin.Eric Blake2007-10-061-56/+43
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-98/+184
* Normalize all GPL license notices.Eric Blake2007-10-061-6/+6
* Upgrade to GPLv3, and document 1.4.10.Eric Blake2007-10-061-1/+1
* Include <config.h> first in all C files, and not in headers.Eric Blake2007-10-061-0/+2
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-2/+1
* * m4/macro.c (expand_argument): Fix missing initialization.Eric Blake2007-10-061-2/+2
* * ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --importEric Blake2007-10-061-2/+2
* * modules/m4.c (m4_dump_symbols, errprint, m4wrap)Eric Blake2007-10-061-11/+6
* * m4/m4module.h (m4_debug_message): New prototype.Eric Blake2007-10-061-42/+29
* * m4/input.c (lex_debug): Remove dead code that broke compilationEric Blake2007-10-061-17/+17
* * m4/macro.c (expansion_level, macro_call_id): Change to size_t.Eric Blake2007-10-061-0/+1
* * m4/m4private.h (m4_get_syntax_lquote, m4_get_syntax_rquote)Eric Blake2007-10-061-1/+1
* * m4/utility.c (m4_bad_argc): Move assertion out of hot path...Eric Blake2007-10-061-0/+6