summaryrefslogtreecommitdiff
path: root/modules/format.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-425/+0
* maint: bump copyright yearEric Blake2017-01-031-2/+2
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-1/+1
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* m4: avoid spurious output with unrecognized format specifiers.Gary V. Vaughan2013-09-171-0/+5
* m4: avoid a crash with bad format string.Carlo Teubner2013-09-171-1/+1
* More whitespace cleanup.Eric Blake2010-01-071-29/+29
* Switch to indentation by space, not tab.Eric Blake2010-01-051-186/+186
* Update copyright year.Eric Blake2010-01-051-1/+1
* Prefer buffer over byte operations.Eric Blake2009-02-181-5/+8
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-111-20/+41
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-021-16/+27
* Stage 25a: Use obstack_printf for easier output.Eric Blake2008-06-161-34/+15
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-021-4/+4
* Avoid -Wshadow compiler warnings.Eric Blake2008-05-011-10/+10
* Stage 10: avoid extra copying of strings and comments.Eric Blake2008-01-161-44/+137
* Stage 1: convert m4_symbol_value** into new object.Eric Blake2007-11-241-27/+25
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-2/+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
* * modules/format.c (format): Avoid undefined behavior with %c.Eric Blake2007-10-061-4/+9
* Port format improvements from branch.Eric Blake2007-10-061-140/+140
* Exercise gnulib's new POSIX *printf modules.Eric Blake2007-10-061-1/+3
* Silence -O2 -Wall -Wwrite-strings warnings.Eric Blake2007-10-061-27/+33
* * modules/format.c (format): Avoid compiler warning that str mayEric Blake2007-10-061-0/+3
* * ltdl/m4/gnulib-cache.m4: Augment with `gnulib-tool --importEric Blake2007-10-061-34/+51
* 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
* * m4/m4module.h: Reformatting and rearranging lines a bit.Gary V. Vaughan2007-10-051-2/+2
* Renamed some of the types and their accessors to make more sense.Gary V. Vaughan2007-10-051-2/+2
* The trace semantics now attach the trace bit to a symbol name.Gary V. Vaughan2007-10-051-2/+2
* * tests/generate.awk: Remove debugging code.Akim Demaille2007-10-051-6/+6
* Reverted my large patch for removing the old m4_symbolGary V. Vaughan2007-10-051-8/+8
* More cleanup. After the last patch, m4_symbol holds nothing butGary V. Vaughan2007-10-051-8/+8
* * modules/format.c (format): Have a bigger `str'.Akim Demaille2007-10-051-1/+1
* The shadowing mechanism and, infact, the whole symbol tableGary V. Vaughan2007-10-051-4/+4
* Ansify the source. Previously we had a mix, where my code wasGary V. Vaughan2007-10-051-5/+2
* Use sprintf, not ecft and friends since it is standard, portable,Akim Demaille2007-10-051-464/+2
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-10/+4
* Perl out the trailing blanks.Akim Demaille2007-10-051-5/+5
* * modules/format.c (format): Formatting for %f was notGary V. Vaughan2007-10-051-1/+3
* * src/main.c (main): Fixed a particularly nasty bug isGary V. Vaughan2007-10-051-6/+0
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-0/+756