Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
* | Fix byte compilation warning in bindat.el | Lars Ingebrigtsen | 2019-06-15 | 1 | -2/+2 |
| | | | | | | * lisp/emacs-lisp/bindat.el (bindat--unpack-item): Avoid a byte compilation warning by using unibyte-string instead of concat + string-make-unibyte. | ||||
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ | | | | | | | | | | | 2fcf2df Fix copyright years by hand 26bed8b Update copyright year to 2019 2814292 Fix value of default frame height. (Bug#33921) | ||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
* | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 1 | -14/+14 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I audited use of lsh in the Lisp source code, and fixed the glitches that I found. While I was at it, I replaced uses of lsh with ash when either will do. Replacement is OK when either argument is known to be nonnegative, or when only the low-order bits of the result matter, and is a (minor) win since ash is a bit more solid than lsh nowadays, and is a bit faster. * lisp/calc/calc-ext.el (math-check-fixnum): Prefer most-positive-fixnum to (lsh -1 -1). * lisp/vc/vc-hg.el (vc-hg-state-fast): When testing fixnum width, prefer (zerop (ash most-positive-fixnum -32)) to (zerop (lsh -1 32)) (Bug#32485#11). * lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Tighten sanity-check for bytecode overflow, by checking that the result of (ash pc -8) is nonnegative. Formerly this check was not needed since lsh was used and the number overflowed differently. * lisp/net/dns.el (dns-write): Fix some obvious sign typos in shift counts. Evidently this part of the code has never been exercised. * lisp/progmodes/hideif.el (hif-shiftleft, hif-shiftright): * lisp/term/common-win.el (x-setup-function-keys): Simplify. * admin/unidata/unidata-gen.el, admin/unidata/uvs.el: * doc/lispref/keymaps.texi, doc/lispref/syntax.texi: * doc/misc/calc.texi, doc/misc/cl.texi, etc/NEWS.19: * lisp/arc-mode.el, lisp/calc/calc-bin.el, lisp/calc/calc-comb.el: * lisp/calc/calc-ext.el, lisp/calc/calc-math.el: * lisp/cedet/semantic/wisent/comp.el, lisp/composite.el: * lisp/disp-table.el, lisp/dos-fns.el, lisp/edmacro.el: * lisp/emacs-lisp/bindat.el, lisp/emacs-lisp/byte-opt.el: * lisp/emacs-lisp/bytecomp.el, lisp/emacs-lisp/cl-extra.el: * lisp/erc/erc-dcc.el, lisp/facemenu.el, lisp/gnus/message.el: * lisp/gnus/nndoc.el, lisp/gnus/nnmaildir.el, lisp/image.el: * lisp/international/ccl.el, lisp/international/fontset.el: * lisp/international/mule-cmds.el, lisp/international/mule.el: * lisp/json.el, lisp/mail/binhex.el, lisp/mail/rmail.el: * lisp/mail/uudecode.el, lisp/md4.el, lisp/net/dns.el: * lisp/net/ntlm.el, lisp/net/sasl.el, lisp/net/socks.el: * lisp/net/tramp.el, lisp/obsolete/levents.el: * lisp/obsolete/pgg-parse.el, lisp/org/org.el: * lisp/org/ox-publish.el, lisp/progmodes/cc-defs.el: * lisp/progmodes/ebnf2ps.el, lisp/progmodes/hideif.el: * lisp/ps-bdf.el, lisp/ps-print.el, lisp/simple.el: * lisp/tar-mode.el, lisp/term/common-win.el: * lisp/term/tty-colors.el, lisp/term/xterm.el, lisp/vc/vc-git.el: * lisp/vc/vc-hg.el, lisp/x-dnd.el, test/src/data-tests.el: Prefer ash to lsh when either will do. | ||||
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now. | ||||
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string | Chong Yidong | 2009-05-04 | 1 | -2/+2 |
| | | | | directly (Bug#2878). | ||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (bindat--unpack-u*): Optimize. | Kim F. Storm | 2007-02-17 | 1 | -21/+41 |
| | | | | | | (bindat--unpack-item, bindat--length-group, bindat--pack-item) (bindat--unpack-group, bindat--pack-group): Handle vectors with optional element type. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (bindat--unpack-group, bindat--length-group) | Kim F. Storm | 2006-12-29 | 1 | -6/+6 |
| | | | | (bindat--pack-group): Let-bind COUNT during repeat block evaluation. | ||||
* | (bindat-unpack): Doc fix. | Richard M. Stallman | 2006-09-08 | 1 | -7/+10 |
| | |||||
* | (bindat-ip-to-string): Use `format-network-address' if possible. | Thien-Thi Nguyen | 2006-08-11 | 1 | -3/+6 |
| | |||||
* | (bindat-idx, bindat-raw): Rename dynamic variables | Kim F. Storm | 2006-05-28 | 1 | -54/+54 |
| | | | | `pos' and `raw-data' for clarity, as eval forms may access these. | ||||
* | (bindat--unpack-u8): Use aref also for strings. | Kim F. Storm | 2006-05-28 | 1 | -3/+1 |
| | |||||
* | (bindat-unpack, bindat-pack): | Thien-Thi Nguyen | 2006-05-25 | 1 | -6/+8 |
| | | | | Signal error if RAW-DATA is a multibyte string. | ||||
* | (bindat-pack): Doc fix. | Thien-Thi Nguyen | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | Refill; nfc. | Thien-Thi Nguyen | 2006-05-23 | 1 | -6/+11 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Fix `repeat' BNF and `bits 2' example in Commentary. | Thien-Thi Nguyen | 2005-06-11 | 1 | -3/+4 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -22/+22 |
| | |||||
* | Fixed typo in docstring. | Kim F. Storm | 2002-10-27 | 1 | -1/+1 |
| | |||||
* | New file. | Kim F. Storm | 2002-07-01 | 1 | -0/+622 |