summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/disass.el
Commit message (Collapse)AuthorAgeFilesLines
* Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-1/+0
| | | | | | | | | | * lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove debug statement. * lisp/emacs-lisp/bytecomp.el (byte-compile-single-version) (byte-compile-version-cond, byte-compile-delay-out) (byte-compile-delayed-out): Remove, unused. * src/bytecode.c (Fbyte_code): Revert to old calling convention. * src/lisp.h (COMPILED_PUSH_ARGS): Remove, unused.
* * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-2/+1
| | | | | | | | | | (Fcommandp, funcall_lambda): * src/doc.c (Fdocumentation, store_function_docstring): * src/data.c (Finteractive_form): * lisp/help-fns.el (help-function-arglist): * lisp/emacs-lisp/bytecomp.el (byte-compile-arglist-warn): * lisp/subr.el (apply-partially): Adjust to new closure format. * lisp/emacs-lisp/disass.el (disassemble-internal): Catch closures.
* Merge from trunkStefan Monnier2011-02-011-3/+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
| |
* | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-5/+10
|/ | | | | This initial patch is based on 2002-06-27T22:39:10Z!storm@cua.dk of the original lexbind branch.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* 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
| |
* | (disassemble-1): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (disassemble): Handle lambda-exp as arg.Richard M. Stallman2004-04-211-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (disassemble): Accept plain expressions.Stefan Monnier2003-06-161-2/+2
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (disassemble-1): Move the call toRichard M. Stallman1998-08-111-2/+2
| | | | string-as-unibyte outside of the if statement.
* (disassemble-1): Reference bytecode string as unibyte.Richard M. Stallman1998-05-141-1/+1
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (disassemble-internal): Graceful error if compile failed.Richard M. Stallman1996-04-081-2/+3
|
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* (disassemble-internal): Handle lazy-loaded doc strings.Richard M. Stallman1995-10-301-1/+4
| | | | (disassemble-1): Handle lazy-loaded bytecode objects.
* (disassemble-1): Display the pc values.Richard M. Stallman1994-07-201-6/+19
| | | | (disassemble-column-1-indent): Increase to 8.
* (disassemble-internal): Allow a call to byte-code as argument.Richard M. Stallman1993-09-271-0/+2
|
* (disassemble-internal): If function is autoload, load it.Richard M. Stallman1993-06-161-0/+4
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-3/+8
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* JimB's changes since January 18thJim Blandy1993-01-261-4/+5
|
* * disass.el (byte-compile): Specify that the 'byte-compile featureJim Blandy1992-11-161-1/+1
| | | | is provided in the file "bytecomp".
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-5/+17
|
* *** empty log message ***Jim Blandy1992-07-161-2/+2
|
* *** empty log message ***Jim Blandy1992-07-161-3/+4
|
* Initial revisionJim Blandy1992-07-101-0/+224