summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-forms.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix minor Y10k bugs.Paul Eggert2012-05-031-1/+1
| | | | | | | | | | | | * lisp/arc-mode.el (archive-unixdate): * lisp/autoinsert.el (auto-insert-alist): * lisp/calc/calc-forms.el (math-this-year): * lisp/gnus/nnweb.el (nnweb-google-parse-1): * lisp/emacs-lisp/copyright.el (copyright-current-year) (copyright-update-year, copyright): * lisp/tar-mode.el (tar-clip-time-string): * lisp/time.el (display-time-update): Don't assume years have 4 digits.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (math-format-date): Fix typo.Jay Belanger2009-11-201-1/+1
|
* (math-format-date): Let `calc-twos-complement-mode' be nil.Jay Belanger2009-11-201-0/+1
|
* (calc-date-notation): Check to see if the format is whitespaceJay Belanger2009-11-021-1/+1
| | | | instead of only the empty string.
* 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
| |
* | (calendar-current-time-zone)Jay Belanger2007-11-271-0/+6
| | | | | | | | | | (calendar-absolute-from-gregorian, dst-in-effect): Declare as functions.
* | (var-TimeZone): Make nil the default value.Jay Belanger2007-08-251-59/+76
| | | | | | | | | | | | | | (math-calendar-tzinfo): New variable. (math-get-calendar-tzinfo): New function. (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar to get information when zone is nil.
* | 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-julian-date-beginning,math-julian-date-beginning-int) New constants.Jay Belanger2007-07-081-19/+16
| | | | | | | | | | (math-format-date-part,math-parse-standard-date,calcFunc-julian): Use the new constants.
* | (math-format-date-part,calc-parse-standard-date,calcFunc-julian):Jay Belanger2007-06-221-4/+4
| | | | | | | | Fix incorrect number used in calculations.
* | *** empty log message ***Jay Belanger2007-06-221-8/+8
| |
* | (math-format-date-part,math-parse-standard-date,calcFunc-julian):Jay Belanger2007-06-221-8/+17
| | | | | | | | Replace math-read-number-simple by math-read-number.
* | (math-format-date-part,math-parse-standard-date,calcFunc-julian):Jay Belanger2007-06-221-9/+13
|/ | | | Use `math-read-number-simple' to insert bignums.
* 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
|
* (math-std-daylight-savings)Kim F. Storm2007-03-191-9/+9
| | | | (math-std-daylight-savings-old): Doc fix.
* (math-parse-date): Fix a regular expression.Jay Belanger2007-03-191-3/+36
| | | | | | (math-std-daylight-savings-old, math-std-daylight-savings-new): New functions. (math-std-daylight-savings): Use `math-std-daylight-savings-new' or `math-std-daylight-savings-old' depending on year.
* (math-std-daylight-savings): Switch to new North American rule.Chong Yidong2007-03-171-10/+10
|
* 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-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* (calc-time, calc-date-notation, math-this-year, math-parse-date)Jay Belanger2005-05-021-13/+13
| | | | | (math-parse-standard-date, calcFunc-tzone): Replace string-to-int by string-to-number.
* * calc/calc-forms.el, calc/calc-sel: Replace `illegal' withWerner LEMBERG2005-03-251-3/+4
| | | | `invalid'.
* Add a provide statement.Jay Belanger2004-11-301-6/+4
| | | | (calc-Need-calc-forms): Remove it.
* (math-fd-date, math-fd-dt, math-fd-year, math-fd-month)Jay Belanger2004-11-241-194/+230
| | | | | | | | | | | | | | | | | | | | | | | | (math-fd-day, math-fd-weekday, math-fd-hour, math-fd-minute) (math-fd-second, math-fd-bc-flag): New variables. (math-format-date, math-format-date-part): Replace variables date, dt, year, month, day, weekday, hour, minute, second and bc-flag by declared variables. (math-pd-str): New variable. (math-parse-date, math-parse-date-word, math-parse-standard-date): Replace variable str by declared variable. (math-daylight-savings-hook, math-tzone-names): Move definitions to earlier in the file. (var-TimeZone): Declare it. (math-exp-str, math-exp-pos): Declare them. (math-sh-year): New variable. (math-setup-add-holidays, math-setup-holidays) (math-setup-year-holiday): Replace variable `year' by declared variable.
* (math-read-angle-bracket): Use declared variables math-exp-pos,Jay Belanger2004-11-111-3/+3
| | | | math-exp-str.
* (calc-convert-time-zones): Fix format string.Andreas Schwab2004-02-081-3/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Alias UTC to GMT.Deepak Goel2003-03-161-15/+17
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* Doc fix.Pavel Janík2001-12-201-1/+1
|
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-10/+12
| | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* Style cleanup; don't put closing parens on theirColin Walters2001-11-141-180/+86
| | | | | 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/+1914