summaryrefslogtreecommitdiff
path: root/modules/perl.c
Commit message (Expand)AuthorAgeFilesLines
* More whitespace cleanup.Eric Blake2010-01-071-10/+10
* Switch to indentation by space, not tab.Eric Blake2010-01-051-1/+1
* 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-6/+2
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-111-3/+3
* Consistently use size_t for number of arguments.Eric Blake2008-02-021-2/+3
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-1/+1
* Stage 2: use accessors, not direct reference, into argv.Eric Blake2007-11-271-5/+5
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-4/+4
* 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-3/+10
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-4/+2
* * 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
* Tru64UNIX perl is sloppy with namespace pollution. This patch isGary V. Vaughan2007-10-051-0/+1
* * 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
* Move the global variables that pertain to syntax to a new `structGary V. Vaughan2007-10-051-1/+1
* * configure.ac: Automake 1.7.1, Autoconf 2.54, Gettext 0.11.5,Akim Demaille2007-10-051-2/+0
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-7/+8
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-3/+3
* m4_modules are no more, we use lt_dlhandles directly and letGary V. Vaughan2007-10-051-15/+27
* Perl out the trailing blanks.Akim Demaille2007-10-051-5/+5
* * TODO: Updated. Removed some cruft that has since been fixedGary V. Vaughan2007-10-051-0/+9
* * modules/perl.c (builtin_perleval): Use PL_na forGary V. Vaughan2007-10-051-1/+1
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-7/+16
* Resynchronise with my local tree.Gary V. Vaughan2007-10-051-0/+89