aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-031-1/+3
* Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-301-123/+114
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-6/+2
* Support higher-resolution time stamps.Paul Eggert2012-06-221-9/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-7/+7
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Don't purify in Fmake_byte_code.Stefan Monnier2012-06-111-2/+2
* Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-081-3/+4
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-9/+8
* * lread.c (read1): Simplify slightly to avoid an overflow warningPaul Eggert2012-05-261-8/+3
* Merge from trunk.Paul Eggert2012-05-251-84/+57
|\
| * * src/lread.c: Remove `read_pure' which makes no difference.Stefan Monnier2012-05-251-84/+57
* | Merge from trunk.Paul Eggert2012-05-251-1/+3
|\ \ | |/
| * * src/lread.c (init_obarray): Declare Qt and Qnil as special.Stefan Monnier2012-05-151-1/+3
* | Merge from trunk.Paul Eggert2012-04-211-3/+2
|\ \ | |/
| * Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-3/+2
| |\
| | * * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".Atsuo Ohki2012-04-131-3/+2
* | | Merge from trunk.Paul Eggert2012-04-091-1/+1
|\ \ \ | |/ /
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| |/
* | Merge from trunk.Paul Eggert2012-02-101-1/+2
|\ \ | |/
| * Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-1/+2
* | Merge from trunk.Paul Eggert2012-01-141-76/+129
|\ \ | |/
| * init_lread fix for bug#10208.Glenn Morris2012-01-101-67/+70
| * Comments on init_lread.Glenn Morris2012-01-101-13/+63
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Fix typos.Juanma Barranquero2012-01-031-1/+1