summaryrefslogtreecommitdiff
path: root/modules/modtest.c
Commit message (Expand)AuthorAgeFilesLines
* configury: separate installed modules from test only modules.Gary V. Vaughan2013-09-221-101/+0
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-4/+2
* modules: allow only a single function access point.Gary V. Vaughan2013-09-201-5/+5
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-201-13/+0
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* More whitespace cleanup.Eric Blake2010-01-071-12/+12
* Update copyright year.Eric Blake2010-01-051-2/+2
* Add missing const qualifications.Eric Blake2008-06-161-2/+2
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-131-7/+3
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-111-5/+7
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-1/+1
* 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
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-4/+9
* * modules/m4.c (m4_dump_symbols, errprint, m4wrap)Eric Blake2007-10-061-5/+6
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-3/+1
* * m4/m4module.h (M4_BUILTIN_GROKS_MACRO, M4_BUILTIN_BLIND)Eric Blake2007-10-061-8/+12
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* Latest CVS libtool can preload modules in libraries, includingGary V. Vaughan2007-10-051-1/+2
* * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (d)/$1 (C) $2/g'`Gary V. Vaughan2007-10-051-1/+1
* * configure.ac (AC_HEADER_STDBOOL, INCLUDE_STDBOOL_H): Check forGary V. Vaughan2007-10-051-4/+4
* Libltdl already has an excellent mechanism for accessing C symbolsGary V. Vaughan2007-10-051-1/+16
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-7/+7
* * modules/modtest.c (init_handler): Consistently output to stderr.Akim Demaille2007-10-051-6/+22
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-4/+8
* m4_modules are no more, we use lt_dlhandles directly and letGary V. Vaughan2007-10-051-5/+3
* Perl out the trailing blanks.Akim Demaille2007-10-051-5/+5
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-12/+19
* Resynchronise with my local tree.Gary V. Vaughan2007-10-051-0/+69