summaryrefslogtreecommitdiff
path: root/m4/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-123/+0
* maint: bump copyright yearEric Blake2017-01-031-2/+2
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-1/+1
* modules: store loaded modules in context struct.Gary V. Vaughan2013-09-201-6/+6
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-201-4/+4
* build: mark several pure functionsEric Blake2013-09-181-2/+2
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* Switch to indentation by space, not tab.Eric Blake2010-01-051-19/+19
* Update copyright year.Eric Blake2010-01-051-1/+1
* Stage 21b: $@ concatenates builtins, m4wrap takes builtins.Eric Blake2008-04-141-6/+10
* Stage 19c: allow builtin tokens in more macros.Eric Blake2008-03-131-0/+32
* Stage 19a: sort and cache builtins loaded by a module.Eric Blake2008-03-131-27/+29
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-131-3/+3
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-11/+11
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-6/+6
* 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-1/+3
* * m4/macro.c (expand_argument): Fix missing initialization.Eric Blake2007-10-061-7/+19
* * m4/module.c (caller_id): To match libtool-2.0 interface, changedGary V. Vaughan2007-10-061-5/+5
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* We can't mirror the gnulib directory structure here, since we needGary V. Vaughan2007-10-051-1/+0
* * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (d)/$1 (C) $2/g'`Gary V. Vaughan2007-10-051-1/+1
* Libltdl already has an excellent mechanism for accessing C symbolsGary V. Vaughan2007-10-051-15/+21
* Still refactoring furiously. This delta represents a change inGary V. Vaughan2007-10-051-134/+0
* Further refactoring to stabilise the module API. Renaming someGary V. Vaughan2007-10-051-64/+2
* Begin work on lifting the curse of the global variables. To startGary V. Vaughan2007-10-051-11/+13
* More refactoring to stabilise the module api, this time forGary V. Vaughan2007-10-051-1/+1
* First cut at formal parameters in macros.Gary V. Vaughan2007-10-051-3/+89
* Begin preparations for supporting formal parameters in m4 macros.Gary V. Vaughan2007-10-051-67/+53
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-10/+13
* The trace semantics now attach the trace bit to a symbol name.Gary V. Vaughan2007-10-051-12/+18
* * m4/m4module.h, m4/builtin.c, m4/symtab.c:Gary V. Vaughan2007-10-051-4/+4
* Get rid of m4_symbol_lookup_t entirely. With Akim's earlierGary V. Vaughan2007-10-051-54/+81
* * m4/m4module.h (m4_symbol_lookup): Rename as...Akim Demaille2007-10-051-2/+2
* The shadowing mechanism and, infact, the whole symbol tableGary V. Vaughan2007-10-051-1/+1
* * m4/m4private.h (SYMBOL_NEXT): Move into m4's name space; renamedGary V. Vaughan2007-10-051-19/+19
* Ansify the source. Previously we had a mix, where my code wasGary V. Vaughan2007-10-051-23/+10
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-17/+8
* * m4/builtin.c (m4_macro_define): Do not reset SYMBOL_TRACED.Akim Demaille2007-10-051-1/+3
* m4_modules are no more, we use lt_dlhandles directly and letGary V. Vaughan2007-10-051-19/+20
* Perl out the trailing blanks.Akim Demaille2007-10-051-5/+5
* * src/main.c (main): Fixed a particularly nasty bug isGary V. Vaughan2007-10-051-7/+14
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-0/+164