about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+4
|
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-2/+4
|
* 24980: zmodload -mFPeter Stephenson2008-05-081-1/+1
|
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-1/+1
| | | | slightly improve test for overwriting with combining characters.
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-18/+33
|
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-8/+9
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* overeagnerness to spot integers in cd after - and +Peter Stephenson2008-03-021-1/+2
|
* zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer2008-02-181-90/+93
| | | | | | input modes are set before attempting a read-poll. Also display any prompt before read-polling. Unposted: remove trailing whitespace from all lines that had it.
* Silence a compiler warning.Wayne Davison2008-01-211-1/+1
|
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-101-2/+7
|
* 24275: fixes for multibyte characters on SolarisPeter Stephenson2007-12-171-3/+7
|
* users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson2007-12-121-0/+15
|
* 24210: set -o should abort on failurePeter Stephenson2007-12-111-4/+6
|
* 24068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson2007-11-061-3/+19
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-1/+1
|
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-6/+25
|
* 23444: handle multibyte characters in print -c/-CPeter Stephenson2007-05-201-9/+55
|
* 23164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2007-02-111-3/+4
|
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-10/+10
| | | | make sorting of printed hash tables more consistent
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-25/+10
|
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-12/+66
|
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-041-2/+2
|
* unposted: improve CUTBUFFER and killring documentationPeter Stephenson2006-12-101-20/+24
| | | | 23044: print -c and print -C didn't handle unmetafied input
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-111-0/+5
|
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-0/+1
| | | | 22993: slightly more effective _make variable fix
* 22984: add zshexit hookPeter Stephenson2006-11-091-0/+1
|
* 22983: exit could loop for everPeter Stephenson2006-11-081-0/+11
|
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-10/+3
| | | | 22980: add hook array for special functions
* 22968: fix metafication for print -z and print -sPeter Stephenson2006-11-051-0/+16
|
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-1/+2
| | | | plus completion bug fix with RCQUOTES
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-201-1/+1
| | | | 22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
* 22685: make printf "%d" \"X handle multibyte charactersPeter Stephenson2006-09-101-3/+18
|
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-5/+12
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-11/+253
|
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-3/+1
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-120/+118
|
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-2/+174
| | | | unposted: add styles to pick-web-browser
* 22337: debugging code omitted from 22331Peter Stephenson2006-03-081-1/+1
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-95/+95
|
* 22321: optimize 22318.Bart Schaefer2006-03-061-3/+6
|
* 22318: uniquifying special arrays was brokenPeter Stephenson2006-03-031-1/+2
|
* 22317: exit status from code backgrounded in functionPeter Stephenson2006-03-021-1/+4
| | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-0/+2
| | | | 21986: rewrite completion suffixes for wide characters
* 21890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson2005-10-191-4/+4
| | | | inconsistencies
* 21730: fix metafication of nicechar and pwdPeter Stephenson2005-09-171-1/+1
|
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-1/+1
|
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson2005-09-091-3/+3
| | | | invalid characters or EOF
* Make printf %s handle an embedded null (21579).Wayne Davison2005-08-101-7/+10
|