summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-08
* * lread.c (Fload): Doc fix.Chong Yidong2012-10-20
* Undo faccessat change.Paul Eggert2012-10-19
* Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-19
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-12
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* Spelling fixes.Paul Eggert2012-10-04
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* CommentGlenn Morris2012-09-28
* * src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.Glenn Morris2012-09-28
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-11
* Assume C89 or later for math functions.Paul Eggert2012-09-09
* Macro-expand interpreted code during load.Stefan Monnier2012-09-04
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Clean up some extern decls.Paul Eggert2012-09-02
* init_lread fix for bug#12302Glenn Morris2012-08-29
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-21
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-21
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
* * src/eval.c (eval_sub): Bind lexical-binding.Stefan Monnier2012-08-15
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-14
* * src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton2012-08-11
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-08
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-07
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-04
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-01
* * Makefile.in (install-arch-indep): Handle space in locallisppath.Jan Djärv2012-07-29
* Use empty_unibyte_string where applicable.Dmitry Antipov2012-07-12
* Simplify Vobarray checking in oblookup.Dmitry Antipov2012-07-11
* Minor adjustments to interning code.Dmitry Antipov2012-07-11
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-11
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* Avoid calls to strlen in miscellaneous functions.Dmitry Antipov2012-07-10
* Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris2012-07-09
* * lread.c (load_path_check): Now static.Paul Eggert2012-07-07
* Try to simplify the initialization of Vload_pathGlenn Morris2012-07-07
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-03
* Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-30
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Support higher-resolution time stamps.Paul Eggert2012-06-22