summaryrefslogtreecommitdiff
path: root/modules/load.c
Commit message (Expand)AuthorAgeFilesLines
* More whitespace cleanup.Eric Blake2010-01-071-12/+12
* Switch to indentation by space, not tab.Eric Blake2010-01-051-6/+6
* Update copyright year.Eric Blake2010-01-051-1/+1
* 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/+4
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-111-4/+5
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-1/+2
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-1/+1
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-9/+9
* Add refcount builtin.Eric Blake2007-10-061-2/+12
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-2/+3
* 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-1/+3
* * tests/builtins.at (__m4_version__): New test.Eric Blake2007-10-061-4/+4
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-3/+1
* * modules/load.c (modules): Rename to...Eric Blake2007-10-061-3/+3
* * m4/m4module.h (M4_BUILTIN_GROKS_MACRO, M4_BUILTIN_BLIND)Eric Blake2007-10-061-10/+14
* * bootstrap: Recent gnulib no longer has jm_* macros to worryEric Blake2007-10-061-8/+4
* * m4/module.c (caller_id): To match libtool-2.0 interface, changedGary V. Vaughan2007-10-061-3/+3
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+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-5/+5
* Move the global variables that pertain to syntax to a new `structGary V. Vaughan2007-10-051-1/+1
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-1/+1
* Further refactoring to stabilise the module API. Renaming someGary V. Vaughan2007-10-051-2/+2
* Begin work on lifting the curse of the global variables. To startGary V. Vaughan2007-10-051-2/+2
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-17/+8
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-12/+19
* m4_modules are no more, we use lt_dlhandles directly and letGary V. Vaughan2007-10-051-27/+21
* Perl out the trailing blanks.Akim Demaille2007-10-051-6/+6
* * TODO: Removed m4exit bug.Gary V. Vaughan2007-10-051-0/+7
* * TODO: Updated. Removed some cruft that has since been fixedGary V. Vaughan2007-10-051-0/+1
* * src/main.c (main): Fixed a particularly nasty bug isGary V. Vaughan2007-10-051-1/+2
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-0/+126