summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)Karoly Lorentey2005-10-091-23/+27
|\
| * (refill_memory_reserve): Conditionalize the body, not the function's existence.Richard M. Stallman2005-10-041-14/+15
| * * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-9/+12
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-2/+36
|\ \ | |/
| * (gc_cons_threshold): Not static.Richard M. Stallman2005-07-231-10/+13
| * (gc_cons_threshold): Make it static.Stefan Monnier2005-07-131-1/+1
| * (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.Stefan Monnier2005-07-131-1/+32
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)Karoly Lorentey2005-05-281-1/+1
|\ \ | |/
| * Fix typo in comment.Juanma Barranquero2005-05-241-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 307-312)Karoly Lorentey2005-05-161-0/+7
|\ \ | |/
| * (Fmemory_full_p): New function.Richard M. Stallman2005-05-141-0/+7
* | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Karoly Lorentey2005-04-251-5/+5
|\ \ | |/
| * (make_sub_char_table): Argument changed to initialKenichi Handa2005-04-201-5/+5
* | Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)Karoly Lorentey2005-04-041-0/+8
|\ \ | |/
| * (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.Kim F. Storm2005-04-031-0/+4
| * * alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv2005-04-021-0/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 204-213)Karoly Lorentey2005-03-271-1/+1
|\ \ | |/
| * (make_number): The arg can be bigger than `int'.Stefan Monnier2005-03-241-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)Karoly Lorentey2005-02-201-5/+6
|\ \ | |/
| * (BLOCK_BYTES): Harmless typo.Stefan Monnier2005-02-181-5/+6
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-20/+34
|\ \ | |/
| * (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.Kim F. Storm2005-01-201-2/+2
| * (mark_fringe_data): Declare extern.Kim F. Storm2005-01-061-0/+10
| * (refill_memory_reserve): Move.Stefan Monnier2005-01-041-17/+21
| * (Fgarbage_collect): Don't truncate_undo_list on dead buffers.Richard M. Stallman2005-01-021-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-4/+33
|\ \ | |/
| * Update comment for check_depth.Jan Djärv2004-12-251-12/+14
| * * alloc.c (check_depth): New variable.Jan Djärv2004-12-251-4/+31
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-71/+38
|\ \ | |/
| * (Fgarbage_collect): Update call to truncate_undo_list.Richard M. Stallman2004-12-211-67/+37
| * * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-4/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-0/+17
|\ \ | |/
| * * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.Jan Djärv2004-12-071-0/+17
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-15/+278
|\ \ | |/
| * * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-6/+67
| * Add commentary for last change.Kim F. Storm2004-12-011-23/+77
| * Add more checks for buffer overruns.Kim F. Storm2004-11-301-9/+152
| * (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.Andreas Schwab2004-11-271-0/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-201-2/+5
|\ \ | |/
| * Comment change.Richard M. Stallman2004-09-181-2/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-09-161-16/+17
|\ \ | |/
| * (Fgarbage_collect): Mark keyboards, gtk data, and specpdlStefan Monnier2004-09-131-15/+16
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-271-0/+11
|\ \ | |/
| * (check_cons_list): New function (contents commented out).Richard M. Stallman2004-07-251-0/+11
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-131-0/+2
|\ \ | |/
| * (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.Kim F. Storm2004-07-121-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-281-6/+17
|\ \ | |/
| * (allocate_misc): Update total_free_markers.Kim F. Storm2004-06-241-6/+17