Commit Graph

75 Commits

Author SHA1 Message Date
Fredrik Fornwall b4d91635b9 zsh: Update from 5.2.0 to 5.3.1 2016-12-22 13:38:27 -05:00
Fredrik Fornwall 8927f8fbc6 zsh: Return 0 from command_not_found_handler
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html

Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
2016-11-28 07:28:06 -05:00
Fredrik Fornwall 4d8dd31459 zsh: Enable the deltochar and mathfunc modules
The deltochar and mathfunc modules are small and used by grml-zsh.

Fixes #494.
2016-10-07 14:16:44 -04:00
Fredrik Fornwall 9fc0086f05 zsh: Add the curses, socket and zprof modules
Also mark $PREFIX/etc/zshrc as a configuration file.
2016-10-03 09:55:56 -04:00
Fredrik Fornwall 51c63287f7 ndk_patches: <dlfcn.h> now #define:s RTLD_*
The Android NDK headers define the RTLD_* values within an enum,
which causes problems with #ifdef checks. Patch these to instead
use #define which is more traditional and what much code expects.
2016-04-18 00:33:02 -04:00
Fredrik Fornwall 0b5eaee9d6 zsh: Enable the zsh/regex module 2016-02-13 18:22:17 -05:00
Fredrik Fornwall 0396b8ee67 Remove .swp file committed by mistake (#119) 2015-12-30 08:30:02 +01:00
Fredrik Fornwall 77a8de768d zsh: Enable the files module (fixes #61) 2015-12-29 19:11:46 -05:00
Fredrik Fornwall fe66968bf8 zsh: Update from 5.1.1 to 5.2.0 2015-12-15 08:56:27 -05:00
Fredrik Fornwall 917dd81c3f Update zsh source url 2015-12-03 16:01:08 -05:00
Fredrik Fornwall 2ba1fa72aa zsh: Work on binary loadable modules 2015-11-25 08:11:49 -05:00
Fredrik Fornwall e46c5cbca3 Make zsh folder permissions to please compaudit
Closes #31.
2015-10-26 20:26:08 -04:00
Fredrik Fornwall 84d1e6dcf2 zsh: Bump revision 2015-09-17 11:03:24 -04:00
Fredrik Fornwall eb176fb635 zsh: Update to 5.1.1 from 5.1 2015-09-11 19:32:59 -04:00
Fredrik Fornwall 4eb87e93aa zsh: Avoid extra binaries 2015-09-09 10:11:46 -04:00
Fredrik Fornwall bfd612760d zsh: Update from 5.0.8 to 5.1 2015-09-02 14:10:57 -04:00
Fredrik Fornwall f0d4e3805a Patch a WIFCONTINUED definition to <sys/wait.h>
This fixes job control in bash and zsh
2015-08-06 19:25:41 -04:00
Fredrik Fornwall 3cc4ef712e Enable command-not-found for bash and zsh interactive shells 2015-07-13 19:41:08 -04:00
Fredrik Fornwall 638b6413b1 zsh: Disable TIOCSETD ioctl during initialization 2015-07-11 17:56:19 -04:00
Fredrik Fornwall 49ca09e5e5 Fix wait3() function and bump build revisions 2015-07-11 17:43:48 -04:00
Fredrik Fornwall e7fcdfa2bb Remove broken WIFCONTINUED macro
Bump build revision on affected packages.
2015-07-11 17:16:59 -04:00
Fredrik Fornwall 8c3b65b380 zsh: use supplied sh (dash) insted of system/bin/sh 2015-07-09 22:05:41 -04:00
Fredrik Fornwall d107ca288b Make bash and zsh depend on termux-tools for chsh 2015-07-02 10:03:49 -04:00
Fredrik Fornwall aa7b535f74 Update zsh from 5.0.7 to 5.0.8 2015-06-28 19:32:48 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00