about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* From Brett M Hogden @ rgeGeoff Wing2005-08-222-3/+0
| | | | | | "After 15 years of providing mirrors of popular software packages and other interesting topics of information, the Rochester Gas and Electric Company is discontinuing its Internet mirror archive."
* 21677Wayne Davison2005-08-191-1/+7
|
* Filter apostrophes in \fB...\fP headers (since it appears thatWayne Davison2005-08-191-1/+2
| | | | yodl is not properly escaping them).
* 21664: unmetafy ztat() argumentAndrey Borzenkov2005-08-183-20/+22
|
* 21663: check for string overflowAndrey Borzenkov2005-08-182-4/+10
|
* unposted: cent is now p % in insert-unicode-charPeter Stephenson2005-08-182-1/+4
|
* 21662: new zle widget insert-unicode-charPeter Stephenson2005-08-183-0/+323
|
* 21661: fix glob bug introduced in 21655Peter Stephenson2005-08-182-1/+5
|
* 21655: bug in ${..//../${..//../..}}Peter Stephenson2005-08-173-23/+36
|
* Got rid of an empty #ifdef/#else/#endif.Wayne Davison2005-08-171-4/+0
|
* 21654Wayne Davison2005-08-171-0/+4
|
* Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)Wayne Davison2005-08-172-0/+10
| | | | with /**/ so that they would get copied to the .epro file.
* Use AC_HELP_STRING macro consistently.Wayne Davison2005-08-171-1/+6
|
* Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.Wayne Davison2005-08-172-31/+31
|
* 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
|