about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Removed superfluous main() from AC_TRY_COMPILE.Wayne Davison2005-08-171-3/+1
|
* 21629Wayne Davison2005-08-161-0/+4
|
* Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked theWayne Davison2005-08-161-12/+8
| | | | multibyte #ifdef logic a little here to honor its setting.
* Added --enable-/disable-multibyte support, with the default being toWayne Davison2005-08-161-0/+31
| | | | check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly.
* 1/2 of 21644Wayne Davison2005-08-161-0/+5
|
* Fixed bug in do_comp_vars() when *compprefix is a metified char.Wayne Davison2005-08-161-3/+1
|
* 21642: remove redundant checksAndrey Borzenkov2005-08-162-16/+9
|
* Moved declaration of char pointer var to comply withWayne Davison2005-08-161-2/+2
| | | | restrictions of standard C.
* 21631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams2005-08-162-1/+13
|
* unposted: fix spellingAndrey Borzenkov2005-08-151-1/+1
|
* 21627: fix recursive ZLE from completion callAndrey Borzenkov2005-08-152-3/+25
|
* 21622: fix recursive completion call in zrefresh()Andrey Borzenkov2005-08-152-1/+11
|
* 21619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams2005-08-154-0/+130
|
* 21565: better handle uncompresed manpages with .[0-9] in their names.Clint Adams2005-08-152-2/+7
|
* 21609Wayne Davison2005-08-151-0/+4
|
* 21609: fixed a readlink() call in statfullpath().Wayne Davison2005-08-151-2/+4
|
* 21616: typoPeter Stephenson2005-08-152-1/+3
|
* 21611: Added Firefox completion support.Felix Rosencrantz2005-08-152-14/+45
|
* 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson2005-08-155-13/+42
|
* Several belated commits including workers/21366,21369Bart Schaefer2005-08-151-2/+13
|
* 21369: assign to array with "builtin stat"Bart Schaefer2005-08-151-2/+5
| | | | rather than parsing its stdout
* More adjustements for PROMPT_SPBart Schaefer2005-08-151-4/+7
|
* 21366: LONG_LIST_JOBS applies to more places where job listings are printedBart Schaefer2005-08-151-8/+12
|
* 21606Wayne Davison2005-08-121-0/+8
|
* For gcc, use static inline functions in place of the ZS_str*Wayne Davison2005-08-121-4/+16
| | | | | macros so that we get type-checking without pointer-signedness warnings.
* 21603: wchar/multibyte conversion of cursor position when at end of linePeter Stephenson2005-08-122-2/+11
|
* 21412: Travis Spencer: pkg-config completionPeter Stephenson2005-08-123-1/+64
|
* Some ZWC -> ZWS changes.Wayne Davison2005-08-111-0/+3
|
* Changed several instances of ZWC() used on a string to ZWS().Wayne Davison2005-08-112-5/+5
|
* The last word in B02typeset.ztst fixes (for now).Wayne Davison2005-08-111-6/+7
|
* Third time's a charm: a better fix than using either a subshell orWayne Davison2005-08-111-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).
* 21598: fix typo that broke svn ci completion and avoid problem if LC_ALL setOliver Kiddle2005-08-112-7/+15
|
* Improved a sentence.Wayne Davison2005-08-111-1/+1
|
* 21596: fix run-help, which-command, accept-and-menu-completePeter Stephenson2005-08-103-6/+22
|
* /tmp/cvsgx0BlFWayne Davison2005-08-101-0/+6
|
* A better fix than my last patch is to use "setopt localoptions".Wayne Davison2005-08-101-3/+3
|
* 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORTPeter Stephenson2005-08-103-2/+5
|
* 21571: avoid localised translations that break parsingOliver Kiddle2005-08-101-1/+1
|
* 21592: browsing new directory from menu selection crashedPeter Stephenson2005-08-102-0/+6
|
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-1017-553/+943
|
* 21579Wayne Davison2005-08-101-0/+5
|
* Put the last test into a sub-shell so that it doesn't interfereWayne Davison2005-08-101-2/+2
| | | | with the temp-file cleanup.
* A couple more minor tweaks to the "trap" section.Wayne Davison2005-08-101-2/+4
|
* Make printf %s handle an embedded null (21579).Wayne Davison2005-08-101-7/+10
|
* Fixes from Thorsten Dahlheimer.Peter Stephenson2005-08-094-14/+37
| | | | | | 21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
* 21577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson2005-08-093-1/+11
|
* 21580Wayne Davison2005-08-091-0/+3
|
* 21580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison2005-08-091-1/+4
| | | | interfere with the tests.
* 21581Wayne Davison2005-08-091-0/+5
|
* Changes based on Thorsten's message #21581.Wayne Davison2005-08-091-9/+15
|