Mercurial > emacs
comparison etc/NEWS @ 105885:8103235103a7
Let integers use up 2 tags to give them one extra bit and double their range.
* lisp.h (USE_2_TAGS_FOR_INTS): New macro.
(LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P): New macros.
(enum Lisp_Type): Use them. Give explicit values.
(Lisp_Type_Limit): Remove.
(XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
Pay attention to USE_2_TAGS_FOR_INTS.
(INTEGERP): Use LISP_INT_TAG_P.
* fns.c (internal_equal): Simplify the default case.
(sxhash): Use case_Lisp_Int.
* data.c (wrong_type_argument): Don't check against Lisp_Type_Limit any more.
(Ftype_of): Use case_Lisp_Int.
(store_symval_forwarding): Take into account the fact that Ints can
now have more than one tag.
* buffer.c (syms_of_buffer): Use LISP_INT_TAG.
buffer_slot_type_mismatch):
* xfaces.c (face_attr_equal_p):
* print.c (print_object):
* alloc.c (mark_maybe_object, mark_object, survives_gc_p): Use case_Lisp_Int.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 Nov 2009 18:47:48 +0000 |
parents | b4d1d7858370 |
children | 2f9ecf376c7a |
comparison
equal
deleted
inserted
replaced
105884:3c37f8b33131 | 105885:8103235103a7 |
---|---|
46 | 46 |
47 *** The new variable `inhibit-x-resources' shows whether X resources | 47 *** The new variable `inhibit-x-resources' shows whether X resources |
48 were loaded. | 48 were loaded. |
49 | 49 |
50 * Changes in Emacs 23.2 | 50 * Changes in Emacs 23.2 |
51 | |
52 ** The maximum size of buffers (as well as the largest fixnum) is doubled. | |
53 On typical 32bit systems, buffers can now be up to 512MB. | |
51 | 54 |
52 ** Function arguments in *Help* buffers are now in uppercase by default. | 55 ** Function arguments in *Help* buffers are now in uppercase by default. |
53 You can customize the new variable `help-downcase-arguments' to change it. | 56 You can customize the new variable `help-downcase-arguments' to change it. |
54 | 57 |
55 ** Unibyte sessions are now considered obsolete. | 58 ** Unibyte sessions are now considered obsolete. |