Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (byte-optimize-concat): New function. | Karl Heuer | 1997-11-03 | 1 | -1/+13 | |
| | ||||||
* | (byte-optimize-approx-equal): Use <=, not <. | Richard M. Stallman | 1997-05-06 | 1 | -1/+19 | |
| | | | | | (byte-optimize-minus, byte-optimize-plus): Optimize adding or subtracting 1. | |||||
* | (byte-compile-inline-expand): Recalculate fn | Richard M. Stallman | 1997-01-27 | 1 | -1/+4 | |
| | | | | after loading a file to define the function. | |||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1996-09-22 | 1 | -1/+1 | |
| | | | | Treat save-current-buffer like save-excursion. | |||||
* | Comments censored. | Karl Heuer | 1996-02-21 | 1 | -1/+10 | |
| | ||||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -121/+122 | |
| | ||||||
* | (byte-compile-unfold-lambda): Recursively optimize body. | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | ||||||
* | (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in | Erik Naggum | 1995-09-21 | 1 | -10/+9 | |
| | | | | the C code. | |||||
* | (byte-optimize-nthcdr): Fix previous change. | Richard M. Stallman | 1995-08-01 | 1 | -1/+1 | |
| | ||||||
* | (byte-optimize-lapcode): Fix format calls. | Richard M. Stallman | 1995-07-21 | 1 | -2/+2 | |
| | ||||||
* | (byte-optimize-nth, byte-optimize-nthcdr): | Karl Heuer | 1995-07-17 | 1 | -24/+104 | |
| | | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...). | |||||
* | (byte-optimize-letX): Use car-safe and cdr-safe. | Richard M. Stallman | 1995-04-24 | 1 | -1/+2 | |
| | ||||||
* | (byte-compile-inline-expand): Fetch actual bytecode | Karl Heuer | 1995-04-05 | 1 | -3/+5 | |
| | | | | before inlining a lazy function. | |||||
* | (byte-after-unbind-ops): Fix paren error wrt doc string. | Richard M. Stallman | 1994-08-06 | 1 | -4/+4 | |
| | ||||||
* | (byte-decompile-bytecode-1): Don't add pc values | Richard M. Stallman | 1994-07-20 | 1 | -4/+9 | |
| | | | | if make-spliceable is non-nil. (Arg renamed from make-splicable.) | |||||
* | (byte-decompile-bytecode-1): | Richard M. Stallman | 1994-07-20 | 1 | -2/+10 | |
| | | | | Put a pc value before each insn in the list we return. | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 | |
| | ||||||
* | Add side-effect-free props for many functions. | Richard M. Stallman | 1993-12-23 | 1 | -20/+42 | |
| | | | | (byte-boolean-vars): Add highlight-nonselected-windows. | |||||
* | (side-effect-free-fns): Add "-" and "1-" to the list. | Brian Fox | 1993-09-21 | 1 | -1/+1 | |
| | ||||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -5/+5 | |
| | ||||||
* | (byte-optimize-divide): Don't optimize to less than two arguments. | Richard M. Stallman | 1993-05-26 | 1 | -1/+4 | |
| | ||||||
* | compiled-function-p has been renamed to byte-code-function-p. | Jim Blandy | 1993-01-26 | 1 | -4/+4 | |
| | | | | | | | * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. | |||||
* | entered into RCS | Jim Blandy | 1992-08-12 | 1 | -4/+5 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-31 | 1 | -7/+19 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1992-07-22 | 1 | -28/+33 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-14 | 1 | -22/+15 | |
| | ||||||
* | Initial revision | Jim Blandy | 1992-07-10 | 1 | -0/+1730 | |