summaryrefslogtreecommitdiff
path: root/modules/mpeval.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-453/+0
* maint: bump copyright yearEric Blake2017-01-031-2/+2
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-1/+1
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-1/+2
* modules: allow only a single function access point.Gary V. Vaughan2013-09-201-7/+9
* maint: update copyright year.Gary V. Vaughan2013-09-181-1/+1
* Address remaining 'make syntax-check' findings.Eric Blake2010-01-081-2/+0
* More whitespace cleanup.Eric Blake2010-01-071-28/+28
* Switch to indentation by space, not tab.Eric Blake2010-01-051-7/+7
* Update copyright year.Eric Blake2010-01-051-1/+1
* Relax eval as allowed by POSIX 2008.Eric Blake2008-12-241-0/+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-6/+3
* 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-2/+4
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-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-3/+7
* POSIX XCU ERN 137 was approved.Eric Blake2007-10-061-1/+0
* * tests/builtins.at (__m4_version__): New test.Eric Blake2007-10-061-3/+3
* * m4/m4private.h (to_uchar): Move...Eric Blake2007-10-061-5/+8
* * doc/m4.texinfo (Format, Incr): More merges.Eric Blake2007-10-061-36/+52
* * 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-6/+10
* * bootstrap: Recent gnulib no longer has jm_* macros to worryEric Blake2007-10-061-4/+1
* Reduce compiler warnings. Inside GMP, mpq_t is an array type, soEric Blake2007-10-061-17/+18
* 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-2/+2
* * m4/m4module.h: Reformatting and rearranging lines a bit.Gary V. Vaughan2007-10-051-2/+2
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-30/+30
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-7/+7
* * config/gmp.m4: Consult the user before using GMP: useAkim Demaille2007-10-051-15/+1
* * config/gmp.m4 (AC_ARG_WITH): Removed.Gary V. Vaughan2007-10-051-15/+32
* * m4/evalparse.c: Moved to...Gary V. Vaughan2007-10-051-14/+3
* * config/gmp.m4 (AM_WITH_GMP): Rename as...Akim Demaille2007-10-051-206/+196
* Ansify the source. Previously we had a mix, where my code wasGary V. Vaughan2007-10-051-51/+29
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-0/+6
* Perl out the trailing blanks.Akim Demaille2007-10-051-6/+6
* * TODO: Updated. Removed some cruft that has since been fixedGary V. Vaughan2007-10-051-2/+2
* Move the implementation of GMP support for the mpeval() builtinGary V. Vaughan2007-10-051-1/+393
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-0/+70