about summary refs log tree commit diff
path: root/Src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 26249: remove arbitrary string length limit in unmeta()Peter Stephenson2009-01-051-10/+51
* 26095: compilation error if TIOCGWINSZ not definedPeter Stephenson2008-11-271-0/+2
* 25969: two bugs with metafication plus a test for onePeter Stephenson2008-10-301-1/+5
* 25963: Interrupt at spell check prompt output garbagePeter Stephenson2008-10-301-1/+2
* 25930: dynamic directory expansion memory handling was screwyPeter Stephenson2008-10-241-1/+1
* 25771: shell function context for substitution functionsPeter Stephenson2008-09-291-2/+11
* 25761: Mikael Magnusson: newline in getquery()Peter Stephenson2008-09-271-0/+1
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-3/+46
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-12/+9
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-111-1/+4
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-3/+3
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-7/+17
* users/13036: "." is a valid character in a user namePeter Stephenson2008-07-151-1/+1
* 25259: improve getquery() handling of unhandled charactersPeter Stephenson2008-07-011-15/+29
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-101-1/+1
* 25095: thorough modernization of prompt theme systemPeter Stephenson2008-05-171-0/+2
* 25057: better debug error on memory failurePeter Stephenson2008-05-171-0/+7
* 25040: zpty should display context information more like evalPeter Stephenson2008-05-151-1/+1
* 25025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson2008-05-141-1/+1
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-3/+4
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-3/+3
* 24856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2008-04-211-1/+1
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-36/+45
* 24825: fix internal word-boundary widgetsPeter Stephenson2008-04-171-5/+6
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-0/+8
* 24712: handling of backticks being requoted for double quotesPeter Stephenson2008-03-141-0/+2
* 24609: try to be safe about using libiconvPeter Stephenson2008-02-271-3/+20
* 24600: yet another typoPeter Stephenson2008-02-261-1/+1
* another fatfinger: change comparison to asignmentGeoff Wing2008-02-261-1/+1
* pws fatfingered the last change in utils.cGeoff Wing2008-02-261-1/+1
* 24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson2008-02-261-0/+13
* 24592: make types of charset conversion failure more explicitPeter Stephenson2008-02-261-3/+3
* 24460: make zpty -rt more consistent by polling before every bytePeter Stephenson2008-01-251-1/+1
* unposted: suppress harmless warningPeter Stephenson2007-12-171-1/+1
* 24197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson2007-12-091-4/+4
* 24179: use queue_signals() for 24170Peter Stephenson2007-12-071-27/+0
* 24148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson2007-12-031-2/+35
* add some mod_export tags where needed zsh-4.3.4-dev-2Peter Stephenson2007-11-201-2/+2
* 24070: some \u fixes in getkeystring()Peter Stephenson2007-11-061-73/+134
* Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison2007-10-311-1/+2
* 24007: prompt allocation and use of "shout"Peter Stephenson2007-10-221-3/+3
* users/11818: allow non-numeric keys for job status parametersPeter Stephenson2007-09-051-1/+1
* 23808: debugging for wcs_nicechar()Peter Stephenson2007-08-301-0/+4
* 23784: Use $'\...' for quoting unparseable charactersPeter Stephenson2007-08-201-53/+107
* 23409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov2007-05-101-2/+5
* Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson2007-04-261-1/+3
* Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson2007-04-171-2/+2
* unposted: prepare for release of 4.3.3 zsh-4.3.3Peter Stephenson2007-04-161-1/+1
* 23248: Completion listing problem with lines nearly screen widthPeter Stephenson2007-03-291-19/+25
* Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer2007-02-261-1/+10