summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-2/+1
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-20/+8
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-5/+5
* Avoid calls to strlen in miscellaneous functions.Dmitry Antipov2012-07-101-10/+12
* Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris2012-07-091-0/+27
* * lread.c (load_path_check): Now static.Paul Eggert2012-07-071-1/+1
* Try to simplify the initialization of Vload_pathGlenn Morris2012-07-071-100/+108
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+5
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+2