summaryrefslogtreecommitdiff
path: root/Functions/Misc/zcalc
AgeCommit message (Collapse)AuthorFilesLines
2022-09-2550648: Use $ZCALC_HISTORY where appropriateJulian Prein1-1/+3
2016-07-0438783: zcalc tweaks for RPN mode.Peter Stephenson1-8/+18
Make it more straightforward to exchange variables with stack.
2016-06-2138737: clean up zcalc variables.Peter Stephenson1-142/+147
Undocumented variables now start with "_".
2016-06-2138736: various RPN mode enhancements for zcalcPeter Stephenson1-12/+66
2016-06-1638693: Add RPN mode to zcalcPeter Stephenson1-22/+114
2015-11-27unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson1-1/+3
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson1-0/+4
2014-04-0732527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson1-0/+3
2014-03-0132453: fix zcalc default base handlingPeter Stephenson1-1/+1
2014-01-2332299: add use of underscores on arithmetic output for spacingPeter Stephenson1-1/+1
2013-11-0831940: zcalc -e uses arguments as inputPeter Stephenson1-9/+27
2013-03-1731155: minor extra zcalc features and documentationPeter Stephenson1-1/+10
2013-03-1531154: make zcalc understand continuation lines with a backslashPeter Stephenson1-1/+11
2013-03-05users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson1-1/+4
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson1-1/+1
2010-01-0827577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyedPeter Stephenson1-1/+1
2008-06-13zcalc completion idiosyncracies with :!Peter Stephenson1-2/+2
2008-06-13zcalc completion idiosyncracies with :!Peter Stephenson1-2/+2
2008-06-13improved zcalc escapes and completionPeter Stephenson1-13/+44
2007-12-1324242: unify top lines as #!/bin/zsh (followed by options).Clint Adams1-1/+1
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-8/+23
unposted: add styles to pick-web-browser
2005-10-3121960: put zcalc history file in ZDOTDIR if set.Clint Adams1-1/+1
2004-05-21Use the new `history -ap' command to restore the history instead ofWayne Davison1-10/+3
using a trap function.
2004-05-20Use the new history push/pop options to fc to save and restore theWayne Davison1-13/+4
current history buffer.
2004-05-1319936: zcalc temp history file namePeter Stephenson1-2/+2
2003-04-1818450: set $compcontext to -math- to complete math context within zcalcOliver Kiddle1-0/+1
2002-01-0916422: zcalc non-default base outputPeter Stephenson1-1/+1
2001-12-1716352: allow output formats to be specified in zcalcOliver Kiddle1-25/+48
2001-12-07* 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalcPeter Stephenson1-0/+22
history, handle errors in expression, document -#base option.
2001-11-1516254: complete map names after ypmatchPeter Stephenson1-1/+35
16255: options for default output base for zcalc
2001-10-08zcalc base display fixPeter Stephenson1-1/+5
2001-08-16Fix problem with output bases in zcalcPeter Stephenson1-2/+5
2001-07-2715511: zcalc tweaksPeter Stephenson1-2/+6
2001-07-2715507: new zcalc functionPeter Stephenson1-0/+142
15508: cvs tag didn't complete tags despite it's claim.