aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-111-3/+3
* * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-081-26/+41
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+1
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-6/+10
|\ \ | |/
| * * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-081-6/+10
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-2/+0
* | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-201-1/+2
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-42/+50
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-1/+1
|/
* * lread.c (Fload): Doc fix.Chong Yidong2012-10-201-12/+11
* Undo faccessat change.Paul Eggert2012-10-191-29/+27
* Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-191-27/+29
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-121-1/+7
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-84/+82
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* CommentGlenn Morris2012-09-281-0/+2
* * src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.Glenn Morris2012-09-281-2/+17
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-12/+12
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* Assume C89 or later for math functions.Paul Eggert2012-09-091-1/+0
* Macro-expand interpreted code during load.Stefan Monnier2012-09-041-0/+13
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* Clean up some extern decls.Paul Eggert2012-09-021-2/+0
* init_lread fix for bug#12302Glenn Morris2012-08-291-3/+6
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-4/+4
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-3/+3
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-3/+3
* * src/eval.c (eval_sub): Bind lexical-binding.Stefan Monnier2012-08-151-1/+1
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-141-1/+1
* * src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton2012-08-111-2/+2
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-1/+1
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-9/+9
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-1/+1
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-041-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-5/+3
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-3/+7
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-4/+4
* * Makefile.in (install-arch-indep): Handle space in locallisppath.Jan Djärv2012-07-291-10/+0
* Use empty_unibyte_string where applicable.Dmitry Antipov2012-07-121-2/+2
* Simplify Vobarray checking in oblookup.Dmitry Antipov2012-07-111-6/+3
* Minor adjustments to interning code.Dmitry Antipov2012-07-111-19/+7
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-1/+1