aboutsummaryrefslogtreecommitdiff
path: root/utils/tcsh/patches/001-sysmalloc.patch
Commit message (Collapse)AuthorAge
* tcsh: update to 6.22.03Rosen Penev2020-12-01
| | | | | | | | Remove upstreamed patch Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcsh: Update to 6.22.02Rosen Penev2020-01-05
| | | | | | | | | | | | | | Updated URL list. Changed to HTTPS also. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL as is standard with most packages. Small optimization to shell script. Added two patches to fix compilation. Refreshed the other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcsh: fix out of memory crashNuno Goncalves2017-10-26
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* tcsh: remove patches as they are now upstreamNuno Goncalves2016-10-14
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* tcsh: fix out of memory error with muslNuno Goncalves2015-07-18
Since __GLIBC__ is no longer defined under musl, we must hard patch it. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>