Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-16 | 52153: mapfile without HAVE_MMAP should not trim newlines | Bart Schaefer | 1 | -6/+4 | |
2018-04-07 | 42605: properly free the vi registers hash | Oliver Kiddle | 1 | -1/+2 | |
2018-03-18 | 42469: necessary repairs to 42465 found by "make check" | Stephane Chazelas | 1 | -2/+1 | |
2018-03-15 | 42465: Pass up error status from readoutput(). | Stephane Chazelas | 1 | -1/+2 | |
This improves the consistency of error reporting from $(...) constructs. | |||||
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -1/+1 | |
2009-03-15 | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 1 | -2/+4 | |
some compiler warnings, and improves error handling/notification. | |||||
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -5/+5 | |
2007-06-18 | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 1 | -1/+1 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -70/+29 | |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -17/+17 | |
2004-12-07 | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 1 | -22/+12 | |
Separate justification width of parameters from base/precision. | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -7/+7 | |
2001-04-11 | Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse | Peter Stephenson | 1 | -0/+1 | |
2000-06-09 | 11838: typeset -H | Peter Stephenson | 1 | -2/+2 | |
2000-06-02 | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 1 | -1/+1 | |
item (or you can think of it as pointing one past the last item). | |||||
2000-05-31 | Wayne: pattern.c unitialised var | Peter Stephenson | 1 | -36/+34 | |
Zero-length arrays now possible with $array[1,0] | |||||
1999-05-31 | Initial revision | Tanaka Akira | 1 | -0/+369 | |