aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-12USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert1-2/+2
2012-05-29* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier1-1/+9
2012-05-04Add new error and function `user-error'.Stefan Monnier1-118/+46
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-06Fix typos.Juanma Barranquero1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-09-27* data.c (Faref): Use ptrdiff_t, not int.Paul Eggert1-1/+1
2011-09-21Fix specpdl loop typo.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-14/+15
2011-07-14* data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify...Lars Magne Ingebrigtsen1-2/+2
2011-07-14* data.c (car, cdr): add functionality hints to documentation.Adam Sjøgren1-2/+2
2011-07-10ProtoizeAndreas Schwab1-2/+1
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-3/+0
2011-06-19* data.c (Fsubr_name): Rewrite to avoid a strlen call.Paul Eggert1-1/+1
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-17/+17
2011-06-12* data.c (Faset): If ARRAY is a string, check that NEWELT is a char.Paul Eggert1-44/+43
2011-06-12Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert1-1/+3
2011-06-10Make identifiers static if they are not used in other modules.Paul Eggert1-1/+2
2011-06-08* data.c (Qcompiled_function): Now static.Paul Eggert1-2/+2
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert1-22/+99
2011-06-03Check for overflow when converting integer to cons and back.Paul Eggert1-22/+78
2011-06-01* lisp.h: Include <intprops.h>, as it'll useful in later changes.Paul Eggert1-2/+0
2011-05-31* src/data.c (init_data): Remove code for UTS, this system is notDan Nicolaescu1-4/+0
2011-05-31* lisp/minibuffer.el: Add metadata method to completion tables.Stefan Monnier1-176/+93
2011-05-27* data.c (arith_driver): Omit unnecessary mask and test.Paul Eggert1-3/+0
2011-05-23* data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.Paul Eggert1-3/+4
2011-05-20* data.c: Avoid integer truncation in expressions involving floats.Paul Eggert1-2/+34
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-4/+4
2011-05-04Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert1-80/+46
2011-05-03Arithmetic overflows now return float rather than wrapping around.Paul Eggert1-46/+80
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-3/+3
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-4/+4
2011-04-20Treat large integers as floats in the Lisp reader and in string-to-number.Paul Eggert1-35/+3
2011-04-19Make the Lisp reader and string-to-float more consistent.Paul Eggert1-31/+11
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-6/+1
2011-04-16* data.c (arith_error): Mark with NO_RETURN if it doesn't return.Paul Eggert1-0/+4
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-42/+42
2011-04-11* lisp.h (circular_list_error, FOREACH): Remove; unused.Paul Eggert1-7/+0
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-10/+17
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-43/+45
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris1-1/+1
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert1-15/+16
2011-03-15* data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused.Paul Eggert1-11/+0
2011-03-15* data.c (Fmake_variable_buffer_local, Fmake_local_variable): MarkPaul Eggert1-4/+4
2011-03-15* data.c (store_symval_forwarding): Rename local to avoid shadowing.Paul Eggert1-4/+4
2011-03-15* data.c (default_value, arithcompare, arith_driver, arith_error): Now static.Paul Eggert1-4/+4
2011-03-15* data.c (Findirect_variable): Name an expression, to avoidPaul Eggert1-1/+4
2011-03-13* src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier1-2/+2
2011-02-24Get rid of funvec.Stefan Monnier1-19/+6