summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-bin.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-3/+3
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | calc-bin.el (math-format-twos-complement): Group digits when appropriate.Jay Belanger2010-05-141-0/+2
| |
* | calc-bin.el (calc-radix): Have the O option turn on twos-complement mode.Jay Belanger2010-04-171-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (calc-octal-radix, calc-hex-radix): Add spec.Jay Belanger2009-11-201-1/+1
|
* (math-format-twos-complement): Renamed from math-format-complement-signed.Jay Belanger2009-11-201-13/+13
| | | | | | (calc-radix): Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'. (calc-octal-radix, calc-hex-radix): Add an argument for two's complement.
* (math-symclip, calcFunc-symclip, calc-symclip): Remove.Jay Belanger2009-11-161-27/+0
|
* (calc-word-size): Reset the variables `math-2-word-size' and ↵Jay Belanger2009-11-161-6/+71
| | | | | | `math-half-2-word-size'. (math-format-complement-signed, math-symclip, calcFunc-symclip, calc-symclip): New functions.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two):Jay Belanger2007-08-171-2/+2
| | | | | | | | Remove `eval-when-compile's.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two):Jay Belanger2007-07-081-1/+1
| | | | | | | | Evaluate when compiled.
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): EvaluateJay Belanger2007-07-081-2/+2
| | | | | | | | when compiled.
* | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): NewJay Belanger2007-07-061-23/+35
|/ | | | | | | | | constants. (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum) (math-not-bignum,math-clip-bignum): Use the constants math-bignum-digit-power-of-two and math-bignum-logb-digit-size instead of their values. (math-clip): Use math-small-integer-size instead of its value.
* Update maintainer's address.Jay Belanger2007-04-231-1/+1
|
* Change form of license text to match rest of Emacs.Glenn Morris2007-03-191-13/+13
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* Update copyright information.Jay Belanger2005-07-141-1/+2
|
* (calc-word-size): Replace string-to-int by string-to-number.Jay Belanger2005-05-021-2/+2
|
* Add a provide statement.Jay Belanger2004-11-301-4/+2
| | | | (calc-Need-calc-bin): Remove it.
* (math-format-radix-float): Make pos a local variable.Jay Belanger2004-11-261-5/+6
| | | | | (math-format-radix-float): Remove unnecessary setq. (math-radix-float-cache): Declare it.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* Revert previous change.Colin Walters2002-04-141-1/+0
|
* (math-format-radix-float): Load `calc-ext' before we call `math-group-float'.Colin Walters2002-04-141-4/+5
|
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-9/+18
| | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (calcFunc-clip): Use `defalias' instead of `fset' andColin Walters2001-11-141-107/+57
| | | | | | | | `symbol-function'. Style cleanup; don't put closing parens on their own line, add "foo.el ends here" to each file, and update copyright date.
* Initial import of Calc 2.02f.Eli Zaretskii2001-11-061-0/+847