about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-081-1/+1
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-061-3/+3
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-063-8/+22
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-2/+3
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-252-3/+4
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-251-1/+0
* fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky2002-04-242-0/+2
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-182-4/+4
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-1/+5
* make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky2002-04-171-3/+20
* treat backslashed bangs in double quotes specially in get_comp_string(), they...Sven Wischnowsky2002-04-161-0/+6
* 16942: Allow zero-length matches in parameter substitutions.Peter Stephenson2002-04-081-2/+2
* Made SAVEHIST a special parameter.Wayne Davison2002-03-241-0/+20
* Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison2002-03-241-5/+9
* Got rid of unused-variable compiler warning.Wayne Davison2002-03-241-2/+2
* 16862: allow print's -s and -z options to be used with -fOliver Kiddle2002-03-191-59/+99
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-131-0/+1
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-071-2/+2
* don't try to build the redirection string for the loops (for, foreach, select...Sven Wischnowsky2002-03-071-1/+1
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-23/+115
* 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2002-03-041-5/+7
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-015-25/+74
* allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky2002-02-251-31/+47
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2002-02-251-4/+0
* Improved the output of the "history" command with a 1-line history buffer,Wayne Davison2002-02-221-10/+15
* In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison2002-02-221-2/+3
* 16620, 16697: add a and n parameter expansion flagsOliver Kiddle2002-02-222-51/+100
* Yet another fix for prepnexthistent().Wayne Davison2002-02-201-1/+2
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-201-21/+28
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-193-0/+566
* 16635: make sure we display lists in singlelinezle modeGeoff Wing2002-02-191-2/+2
* Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison2002-02-181-4/+5
* allow an argument containing only a single colon as a separator between optio...Sven Wischnowsky2002-02-181-0/+2
* fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky2002-02-181-27/+19
* When savehistfile() rewrites the history file, there was a potential forWayne Davison2002-02-161-1/+2
* Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison2002-02-161-14/+24
* Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison2002-02-131-25/+33
* Silenced a compiler warning.Wayne Davison2002-02-121-1/+1
* The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison2002-02-121-2/+2
* fix for displaying matches in groups via _describe; go back to displaying one...Sven Wischnowsky2002-02-071-1/+10
* 16577: don't return a single dot as the path head of a slash.Clint Adams2002-02-061-1/+5
* 16556: No error on `print >&-'.Bart Schaefer2002-02-041-10/+17
* 16494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle2002-01-311-7/+46
* 16493: correct typosOliver Kiddle2002-01-311-7/+7
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-312-3/+9
* * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt whenAndrew Main2002-01-311-1/+1
* 16503: warn on fclose or fflush errors in bin_print.Clint Adams2002-01-271-76/+84
* 16435: Fix core dump in `hash'.Bart Schaefer2002-01-261-1/+1
* 16487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2002-01-221-1/+1
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2002-01-222-493/+660