about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* c.f. 20034: zsh/mathfunc testsPeter Stephenson2004-06-092-0/+111
* 20029: fix randomness of mathfunc rand48(seed)Peter Stephenson2004-06-082-1/+6
* 20026: INSTALL nitpick.Peter Stephenson2004-06-082-5/+8
* 20025: --with-tcsetpgrp from Philippe TroinPeter Stephenson2004-06-083-9/+47
* 20024: Improve documentation for TRAPNAL functionsPeter Stephenson2004-06-082-0/+23
* 20002 -- fix for matching spec core dumpFelix Rosencrantz2004-06-042-1/+6
* 20017: zsh.html was missing from doc distributinoPeter Stephenson2004-06-032-1/+3
* users/7467: quoted commands weren't found in dispatcher lokoupPeter Stephenson2004-06-032-0/+9
* UNUSED()Wayne Davison2004-06-021-0/+19
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-0258-593/+641
* Define the new UNUSED() macro for marking function parameters.Wayne Davison2004-06-021-0/+7
* 19980Wayne Davison2004-05-281-0/+10
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-285-5/+5
* Silenced three signed/unsigned comparison compiler warnings.Wayne Davison2004-05-282-6/+6
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-282-2/+2
* Silenced two signed/unsigned comparison compiler warnings.Wayne Davison2004-05-284-8/+8
* Fixed two signed/unsigned comparisons.Wayne Davison2004-05-281-4/+3
* - Added missing struct initializers to two last-in-list values.Wayne Davison2004-05-281-5/+7
* Made a variable (t2) size_t so that it matched the size of theWayne Davison2004-05-281-1/+2
* Changed a few job-table variables into ints.Wayne Davison2004-05-281-4/+4
* Supply all initializers for the final struct reswd element.Wayne Davison2004-05-281-1/+1
* Fixed signed/unsigned compiler warning.Wayne Davison2004-05-281-1/+1
* * 19991: Completion/Unix/Command/_lynx: complete .htm files too.Clint Adams2004-05-282-1/+6
* 19976: fix spurious job table full messagesPeter Stephenson2004-05-253-1/+9
* c.f users/7474: reorder option descriptions in subheadings.Peter Stephenson2004-05-252-776/+827
* 19967+Wayne Davison2004-05-211-0/+7
* Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison2004-05-211-0/+1
* - pushhiststack() now takes a level value and remembers it. If it wasWayne Davison2004-05-211-9/+21
* - Added the -a option to "fc" and "history".Wayne Davison2004-05-211-4/+5
* Use the new `history -ap' command to restore the history instead ofWayne Davison2004-05-211-10/+3
* Document the new -a option to `fc -p' and improved the documentation forWayne Davison2004-05-211-11/+25
* 19971: Fix environment nastiness in zexecve()Peter Stephenson2004-05-213-7/+8
* 19962Wayne Davison2004-05-201-0/+7
* Use the new history push/pop options to fc to save and restore theWayne Davison2004-05-201-13/+4
* Document the new options to "fc".Wayne Davison2004-05-201-0/+19
* - Added functions to push and pop the current history list, allowingWayne Davison2004-05-201-16/+135
* - Added the -p (push) and -P (pop) options to the "fc" builtin.Wayne Davison2004-05-201-4/+42
* unposted: _perforce: minor tweak to revision syntaxPeter Stephenson2004-05-192-3/+19
* Added a comment to resizehistents() to explain why the function isWayne Davison2004-05-181-0/+2
* 19941: fix (( 3, ))Peter Stephenson2004-05-133-2/+27
* 19936: zcalc temp history file namePeter Stephenson2004-05-132-2/+7
* fix bug I missed, somehowPeter Stephenson2004-05-121-12/+14
* 19920: attempt to improve hrealloc()Peter Stephenson2004-05-122-39/+119
* 19893Wayne Davison2004-05-111-0/+5
* Fix the potential for an infinite loop in lockhistfile() if theWayne Davison2004-05-111-2/+4
* 19878Wayne Davison2004-05-051-0/+5
* Set the first character of buf to '\1' before the strftime() call soWayne Davison2004-05-051-1/+1
* 19877: improved test for empty strftime stringsPeter Stephenson2004-05-044-7/+28
* * 19869: Src/prompt.c, Src/utils.c: avoid segfault whenClint Adams2004-05-043-2/+11
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-026-54/+35