summaryrefslogtreecommitdiff
path: root/Src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-2925771: shell function context for substitution functionsPeter Stephenson1-2/+11
2008-09-2725761: Mikael Magnusson: newline in getquery()Peter Stephenson1-0/+1
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-3/+46
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-12/+9
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson1-1/+4
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-3/+3
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-7/+17
2008-07-15users/13036: "." is a valid character in a user namePeter Stephenson1-1/+1
2008-07-0125259: improve getquery() handling of unhandled charactersPeter Stephenson1-15/+29
2008-06-10Mikael: 25143: spelling correctionsPeter Stephenson1-1/+1
2008-05-1725095: thorough modernization of prompt theme systemPeter Stephenson1-0/+2
2008-05-1725057: better debug error on memory failurePeter Stephenson1-0/+7
2008-05-1525040: zpty should display context information more like evalPeter Stephenson1-1/+1
2008-05-1425025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson1-1/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-3/+4
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-3/+3
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson1-1/+1
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-36/+45
2008-04-1724825: fix internal word-boundary widgetsPeter Stephenson1-5/+6
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-0/+8
2008-03-1424712: handling of backticks being requoted for double quotesPeter Stephenson1-0/+2
2008-02-2724609: try to be safe about using libiconvPeter Stephenson1-3/+20
2008-02-2624600: yet another typoPeter Stephenson1-1/+1
2008-02-26another fatfinger: change comparison to asignmentGeoff Wing1-1/+1
2008-02-26pws fatfingered the last change in utils.cGeoff Wing1-1/+1
2008-02-2624596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson1-0/+13
2008-02-2624592: make types of charset conversion failure more explicitPeter Stephenson1-3/+3
2008-01-2524460: make zpty -rt more consistent by polling before every bytePeter Stephenson1-1/+1
2007-12-17unposted: suppress harmless warningPeter Stephenson1-1/+1
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson1-4/+4
2007-12-0724179: use queue_signals() for 24170Peter Stephenson1-27/+0
2007-12-0324148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson1-2/+35
2007-11-20add some mod_export tags where neededPeter Stephenson1-2/+2
2007-11-0624070: some \u fixes in getkeystring()Peter Stephenson1-73/+134
2007-10-31Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison1-1/+2
2007-10-2224007: prompt allocation and use of "shout"Peter Stephenson1-3/+3
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-1/+1
2007-08-3023808: debugging for wcs_nicechar()Peter Stephenson1-0/+4
2007-08-2023784: Use $'\...' for quoting unparseable charactersPeter Stephenson1-53/+107
2007-05-1023409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov1-2/+5
2007-04-26Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson1-1/+3
2007-04-17Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson1-2/+2
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson1-1/+1
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson1-19/+25
2007-02-26Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer1-1/+10
2007-02-18unposted: document some limitations of utils.cPeter Stephenson1-0/+10
2007-02-1423177: better formatting of unprintable multibyte characters under 256Peter Stephenson1-1/+3
2007-02-1223165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson1-1/+4
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-102/+0
2007-02-0723153: restore old ztrcmp() and add comment about whyPeter Stephenson1-46/+31