Prefer intptr_t/uintptr_t for integers the same widths as pointers.
[bpt/emacs.git] / src / alloc.c
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Dan NicolaescuConvert some function definitions to standard C.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul EggertFix minor typos in previous change.
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul Eggert* alloc.c (overrun_check_malloc, overrun_check_realloc...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul Eggert* alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul Eggert* alloc.c (compact_small_strings): Tighten assertion...
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-18 Paul Eggert* alloc.c (check_sblock, check_string_bytes, check_stri...
2011-04-18 Paul Eggert* alloc.c: Remove unportable assumptions about struct...
2011-04-18 Paul Eggert* alloc.c (allocate_buffer): Don't assume sizeof (struc...
2011-04-18 Paul Eggert* alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERR...
2011-04-18 Paul Eggert* alloc.c (string_overrun_cookie): Now const. Use...
2011-04-18 Paul EggertFix typo in comment.
2011-04-18 Paul Eggert* alloc.c (BLOCK BYTES): Fix typo by changing "ablock...
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-12 Andreas Schwab* alloc.c (overrun_check_malloc, overrun_check_realloc)
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-03 Paul Eggert* alloc.c (mark_object_loop_halt, mark_object): Use...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-26 Paul Eggert* alloc.c (garbage_collect): Don't assume stack size...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* alloc.c (mark_backtrace): Move decl from here ...
2011-03-15 Paul Eggert* alloc.c (Fmemory_limit): Cast sbrk's returned value...
2011-03-15 Paul Eggert* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC)...
2011-03-15 Paul Eggert* alloc.c (mark_stack): Move local variables into the...
2011-03-15 Paul Eggert* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code...
2011-03-15 Paul Eggert* alloc.c (check_cons_list): Do not define unless GC_CH...
2011-03-14 Paul Eggert* keyboard.h (mark_kboards): Move decl here ...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-11 Paul EggertFix some minor problems found by GCC 4.5.2's static...
2011-03-11 Paul EggertMerge: Minor changes for problems found by GCC 4.5...
2011-03-10 Paul Eggert* alloc.c (mark_fringe_data): Move decl from here ...
2011-03-09 Paul Eggert* alloc.c (mark_ttys): Move decl from here ...
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Stefan MonnierFix pcase memoizing; change lexbound byte-code marker.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-21 Stefan MonnierUse offsets relative to top rather than bottom for...
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-19 Paul EggertMerge from mainline.
2011-02-18 Stefan Monnier* alloc.c (make_unibyte_string): Don't SET_UNIBYTE...
2011-02-18 Paul EggertMerge from mainline.
2011-02-18 Stefan MonnierDon't GC-scan stack data redundantly.
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-07 Paul EggertMerge: * alloc.c: conform to C89 pointer rules
2011-02-07 Paul Eggert* alloc.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisNuke arch-tags.
next