summaryrefslogtreecommitdiff
path: root/Src/Modules/example.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-1340524: do not free a null arrayBarton E. Schaefer1-1/+2
2013-11-27unposted, see 32054: Rationalise character encoding.Peter Stephenson1-5/+5
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro).
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-7/+7
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-10/+25
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-7/+7
2002-08-2717582: Improved option argument handling.Peter Stephenson1-9/+165
unposted: Updated version to 4.1.0-dev-6 because of interface change.
1999-04-15Initial revisionTanaka Akira1-0/+76