summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* maint: bump copyright yearEric Blake2017-01-0310-16/+16
* obstacks: use obstack_blank_fast where possible.Gary V. Vaughan2014-12-051-1/+1
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-2010-14/+16
* m4: fdopen() with a text mode explicitly on OS/2.KO Myung-Hun2014-11-201-0/+6
* configury: separate installed modules from test only modules.Gary V. Vaughan2013-09-223-302/+0
* maint: fix a type coercion flagged by -Wformat.Gary V. Vaughan2013-09-221-1/+1
* configury: move usage examples into doc subdirectory.Gary V. Vaughan2013-09-221-2/+2
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-219-23/+19
* modules: store loaded modules in context struct.Gary V. Vaughan2013-09-201-4/+4
* modules: allow only a single function access point.Gary V. Vaughan2013-09-209-48/+66
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-205-177/+30
* modules: remove ancient broken perl module.Gary V. Vaughan2013-09-182-132/+0
* docs: update modules/README.Gary V. Vaughan2013-09-181-22/+9
* maint: update copyright year.Gary V. Vaughan2013-09-1816-24/+23
* build: pull in various gnulib fixesEric Blake2013-09-181-1/+1
* maint: clean up compiler warnings.Eric Blake2013-09-171-2/+1
* 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
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-167-179/+10
* Address remaining 'make syntax-check' findings.Eric Blake2010-01-082-2/+2
* Use correct license on auxiliary documentation.Eric Blake2010-01-071-1/+1
* More whitespace cleanup.Eric Blake2010-01-0714-284/+284
* Switch to indentation by space, not tab.Eric Blake2010-01-0510-949/+949
* Update copyright year.Eric Blake2010-01-0521-23/+26
* Prepare to bulk update copyright year.Eric Blake2010-01-056-6/+6
* Update to newer gnulib.Eric Blake2009-11-262-21/+3
* A status of 127 does not always imply esyscmd failure.Eric Blake2009-08-241-1/+2
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-152-22/+0
* Avoid pointer arithmetic on `void *'.Ralf Wildenhues2009-06-131-2/+3
* Use memcmp2 to simplify lexicographic comparisons.Eric Blake2009-03-211-4/+2
* Allow configuration choice in syscmd shell.Eric Blake2009-03-132-14/+12
* Use gnulib pipe module instead of popen(3).Eric Blake2009-03-131-59/+63
* Use gnulib execute module instead of system(3).Eric Blake2009-03-132-44/+67
* Speed up translit when from argument is short.Eric Blake2009-02-231-9/+30
* Prefer buffer over byte operations.Eric Blake2009-02-182-12/+16
* Speed up esyscmd with buffer reads.Eric Blake2009-02-181-3/+21
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-113-27/+54
* Stage 28b: Warn on embedded NUL in file arguments.Eric Blake2009-02-112-14/+47
* Stage 28a: Warn on embedded NUL in numeric arguments.Eric Blake2009-02-115-34/+53
* Enhance index to support starting offset.Eric Blake2009-02-091-4/+23
* Enhance substr to support replacement text.Eric Blake2009-01-071-2/+24
* Enhance substr to support negative values.Eric Blake2009-01-071-15/+31
* Relax eval as allowed by POSIX 2008.Eric Blake2008-12-242-2/+5
* Add debugmode(o) to control dumpdef output location.Eric Blake2008-12-231-1/+5
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-024-90/+152
* Tweak error message on command line failure.Eric Blake2008-09-252-7/+9
* Typos in source code comments.Ralf Wildenhues2008-09-011-4/+5
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-231-8/+14
* Improve --debugmode behavior.Eric Blake2008-08-221-12/+3
* Revert speed regression from 2008-06-16.Eric Blake2008-06-191-3/+7