about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* UncontroversialDaniel Shahaf2016-05-081-5/+5
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-291-2/+14
* 39354: zcurses fix for colour managementSebastian Gniazdowski2016-04-291-4/+4
* Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer2016-04-231-1/+1
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-035-12/+12
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-3020-26/+26
* 37810: repair handling of backslashes and of names starting with "+"/":"/"=" ...Barton E. Schaefer2016-01-271-7/+10
* 37802: Clarify zparseopts documention. zparseopts "X::" specifier should als...Barton E. Schaefer2016-01-271-2/+4
* Jun T.: 37759: save more function pointers from realparamtab when hacking in ...Jun T2016-01-251-3/+7
* Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer2016-01-081-10/+23
* 37378: New bindkey tests.Peter Stephenson2015-12-101-6/+18
* unposted: fix init_io() calls in previous changePeter Stephenson2015-12-042-2/+2
* 37229: non-local assignment to a parameter name whose outermost declaration i...Barton E. Schaefer2015-11-261-11/+48
* 37208: assignment in a nested scope should not change private parameters in t...Barton E. Schaefer2015-11-231-14/+30
* 37081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer2015-11-082-0/+594
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-293-7/+7
* 36974: fix some functions with empty argument listsPeter Stephenson2015-10-271-4/+4
* 36968: use addmodulefd() to tell the shell about the descriptor of the dbm fileBarton E. Schaefer2015-10-261-2/+7
* 36944: extend fd management to zsocketPeter Stephenson2015-10-242-4/+17
* 36941: Mark file descripors in ztcp as used.Peter Stephenson2015-10-241-1/+6
* 36661: replace obsolete "autobins" setting with "autofeatures"Barton E. Schaefer2015-09-271-1/+1
* 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag valuesBarton E. Schaefer2015-09-121-2/+2
* 36489: fix curses bug with hash table for coloursSebastian Gniazdowski2015-09-111-1/+1
* 36302: attr: Fix compilation with libcap 2.24Mikael Magnusson2015-08-281-3/+3
* users/20455: do not use posix_openpt() on OpenBSDJun-ichi Takimoto2015-08-231-1/+2
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-182-6/+12
* Revert "36222: unmetafy output from strftime"Peter Stephenson2015-08-181-2/+1
* 36222: unmetafy output from strftimePeter Stephenson2015-08-181-1/+2
* 36218: use unmetafied file name for mkdir system callPeter Stephenson2015-08-181-1/+1
* 36092: return the zpty master file descriptor in $REPLY for use with "zle -F"...Barton E. Schaefer2015-08-111-0/+2
* not quite posted: check for error return before EINTRPeter Stephenson2015-08-102-2/+2
* 36039: Restart socket commands on EINTRJoshua Krusell2015-08-102-4/+10
* 36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...Barton E. Schaefer2015-08-091-0/+2
* 35963: simplify condition found by coverity to include tautologyOliver Kiddle2015-07-311-2/+1
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-242-2/+184
* 35939: fix select polling in ztcp and zsocketJoshua Krusell2015-07-222-2/+2
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer2015-07-222-4/+4
* 35681: fix day of month initialisationOliver Kiddle2015-07-031-1/+3
* 33566: regex module fix for unmatched parenthesesPeter Stephenson2015-06-221-0/+5
* Add non-metafied character length handling.Peter Stephenson2015-06-122-11/+24
* 35360 (replacing 35357): fix for configuring zpty on FreeBSD withoutOliver Kiddle2015-06-031-1/+1
* 35357: FreeBSD needs HAVE_POSIX_OPENPT for zptyBaptiste Daroussin2015-06-021-1/+1
* 2037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson2015-05-291-5/+0
* 35114: zformat -a multibyte char widthsPeter Stephenson2015-05-131-0/+36
* 34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...Barton E. Schaefer2015-04-251-1/+20
* 34792: langinfo: Fix pointer typeTheo Buehler2015-03-291-1/+2
* 34455: Further gdbm parameter fixes.Peter Stephenson2015-02-031-12/+16
* 34447: fix assignment of key-value array to ztie'd parameter.Barton E. Schaefer2015-02-021-5/+56
* 34446: add "ztie -r" and "zuntie -u", update documentationBarton E. Schaefer2015-02-011-12/+32
* 34439: unset variable about to be tiedPeter Stephenson2015-01-301-2/+15