summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-16Moved declaration of char pointer var to comply withWayne Davison1-2/+2
restrictions of standard C.
2005-08-1621631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams2-1/+13
2005-08-15unposted: fix spellingAndrey Borzenkov1-1/+1
2005-08-1521627: fix recursive ZLE from completion callAndrey Borzenkov2-3/+25
2005-08-1521622: fix recursive completion call in zrefresh()Andrey Borzenkov2-1/+11
2005-08-1521619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams4-0/+130
2005-08-1521565: better handle uncompresed manpages with .[0-9] in their names.Clint Adams2-2/+7
2005-08-1521609Wayne Davison1-0/+4
2005-08-1521609: fixed a readlink() call in statfullpath().Wayne Davison1-2/+4
2005-08-1521616: typoPeter Stephenson2-1/+3
2005-08-1521611: Added Firefox completion support.Felix Rosencrantz2-14/+45
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson5-13/+42
2005-08-15Several belated commits including workers/21366,21369Bart Schaefer1-2/+13
2005-08-1521369: assign to array with "builtin stat"Bart Schaefer1-2/+5
rather than parsing its stdout
2005-08-15More adjustements for PROMPT_SPBart Schaefer1-4/+7
2005-08-1521366: LONG_LIST_JOBS applies to more places where job listings are printedBart Schaefer1-8/+12
2005-08-1221606Wayne Davison1-0/+8
2005-08-12For gcc, use static inline functions in place of the ZS_str*Wayne Davison1-4/+16
macros so that we get type-checking without pointer-signedness warnings.
2005-08-1221603: wchar/multibyte conversion of cursor position when at end of linePeter Stephenson2-2/+11
2005-08-1221412: Travis Spencer: pkg-config completionPeter Stephenson3-1/+64
2005-08-11Some ZWC -> ZWS changes.Wayne Davison1-0/+3
2005-08-11Changed several instances of ZWC() used on a string to ZWS().Wayne Davison2-5/+5
2005-08-11The last word in B02typeset.ztst fixes (for now).Wayne Davison1-6/+7
2005-08-11Third time's a charm: a better fix than using either a subshell orWayne Davison1-11/+17
"setopt localoptions" is to use a function for the final test (since it destroys all the variables in the environment). This allows us to directly test that the environment was properly restored after the function call, and ensures that the caller (ZTST_execchunk, which directly exec'ed the test code) still has all the vars that it expects in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
2005-08-1121598: fix typo that broke svn ci completion and avoid problem if LC_ALL setOliver Kiddle2-7/+15
2005-08-11Improved a sentence.Wayne Davison1-1/+1
2005-08-1021596: fix run-help, which-command, accept-and-menu-completePeter Stephenson3-6/+22
2005-08-10/tmp/cvsgx0BlFWayne Davison1-0/+6
2005-08-10A better fix than my last patch is to use "setopt localoptions".Wayne Davison1-3/+3
2005-08-1021593: character arrays wrongly declared with ZLE_UNICODE_SUPPORTPeter Stephenson3-2/+5
2005-08-1021571: avoid localised translations that break parsingOliver Kiddle1-1/+1
2005-08-1021592: browsing new directory from menu selection crashedPeter Stephenson2-0/+6
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson17-553/+943
2005-08-1021579Wayne Davison1-0/+5
2005-08-10Put the last test into a sub-shell so that it doesn't interfereWayne Davison1-2/+2
with the temp-file cleanup.
2005-08-10A couple more minor tweaks to the "trap" section.Wayne Davison1-2/+4
2005-08-10Make printf %s handle an embedded null (21579).Wayne Davison1-7/+10
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson4-14/+37
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
2005-08-0921577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson3-1/+11
2005-08-0921580Wayne Davison1-0/+3
2005-08-0921580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison1-1/+4
interfere with the tests.
2005-08-0921581Wayne Davison1-0/+5
2005-08-09Changes based on Thorsten's message #21581.Wayne Davison1-9/+15
2005-08-09Got rid of trap call for now.Wayne Davison1-2/+2
2005-08-0921581: Thorsten Dahlheimer: Src/builtin.c: fixed error outputWayne Davison1-5/+12
for unknown signal names when using "trap -".
2005-08-0921584Wayne Davison1-0/+6
2005-08-09Test both %b and %s in the empty-arg test.Wayne Davison1-1/+1
2005-08-08Fixed a recently-introduced bug where printf %b with an empty argWayne Davison1-1/+1
would output a single space instead of nothing.
2005-08-0821576: test for 21575Peter Stephenson2-0/+22
2005-08-08unposted: unnecessary variable in 21575Peter Stephenson2-1/+4