| Commit message (Expand) | Author | Age | Files | Lines |
| * | * textprop.c (set_text_properties): Use STRING_SET_INTERVALS. | Ken Raeburn | 2002-07-15 | 2 | -1/+13 |
| * | * intervals.c (create_root_interval, balance_possible_root_interval, | Ken Raeburn | 2002-07-15 | 1 | -4/+4 |
| * | * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
| * | * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. | Ken Raeburn | 2002-07-15 | 1 | -2/+2 |
| * | * lisp.h (STRING_INTERVALS): Produce rvalue. | Ken Raeburn | 2002-07-15 | 1 | -1/+4 |
| * | * lread.c (read_vector): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 2 | -2/+7 |
| * | * fns.c (concat): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 1 | -2/+2 |
| * | * dired.c (directory_files_internal): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
| * | * lisp.h (STRING_SET_CHARS): New macro. | Ken Raeburn | 2002-07-15 | 1 | -2/+5 |
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 65 | -1548/+1569 |
| * | (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. | Ken Raeburn | 2002-07-14 | 1 | -3/+5 |
| * | Correct last commit which by mistake included some completely | Kim F. Storm | 2002-07-14 | 1 | -110/+202 |
| * | *** empty log message *** | Kim F. Storm | 2002-07-12 | 1 | -0/+4 |
| * | (command_loop_1): Invert check on Vmemory_full. | Kim F. Storm | 2002-07-12 | 1 | -203/+111 |
| * | *** empty log message *** | Richard M. Stallman | 2002-07-12 | 1 | -0/+2 |
| * | (Fwrite_region): Doc fix. | Richard M. Stallman | 2002-07-12 | 1 | -1/+1 |
| * | (print_error_message): Don't handle Vsignaling_function here. | Richard M. Stallman | 2002-07-12 | 2 | -10/+32 |
| * | (cmd_error_internal): Handle Vsignaling_function here. | Richard M. Stallman | 2002-07-12 | 1 | -20/+35 |
| * | (Fsignal): Don't call cancel_hourglass. | Richard M. Stallman | 2002-07-12 | 1 | -12/+10 |
| * | (process_send_signal): Add abort call. | Richard M. Stallman | 2002-07-12 | 1 | -1/+3 |
| * | (Fkey_binding): Fix typo. | Markus Rost | 2002-07-12 | 2 | -1/+5 |
| * | (Vmemory_full): New variable. | Richard M. Stallman | 2002-07-11 | 1 | -6/+20 |
| * | (Vmemory_full): Add declaration. | Richard M. Stallman | 2002-07-11 | 1 | -2/+3 |
| * | (last_known_column): Declare as double, not float. | Richard M. Stallman | 2002-07-11 | 1 | -14/+14 |
| * | (message_dolog): Do nothing if Vmemory_full is non-nil. | Richard M. Stallman | 2002-07-11 | 1 | -5/+9 |
| * | *** empty log message *** | Richard M. Stallman | 2002-07-11 | 1 | -0/+6 |
| * | (BROKEN_SA_RESTART): Defined. | Richard M. Stallman | 2002-07-11 | 1 | -0/+3 |
| * | (sys_signal): Test BROKEN_SA_RESTART. | Richard M. Stallman | 2002-07-11 | 1 | -3/+5 |
| * | *** empty log message *** | Juanma Barranquero | 2002-07-11 | 1 | -6/+6 |
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 2 | -2/+2 |
| * | *** empty log message *** | Juanma Barranquero | 2002-07-11 | 1 | -1/+10 |
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 32 | -98/+98 |
| * | *** empty log message *** | Juanma Barranquero | 2002-07-10 | 1 | -0/+5 |
| * | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 14 | -37/+37 |
| * | (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. | Juanma Barranquero | 2002-07-10 | 1 | -1/+1 |
| * | (Fdefalias): Add an optional `docstring' argument. | Stefan Monnier | 2002-07-09 | 1 | -6/+10 |
| * | (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now). | Stefan Monnier | 2002-07-09 | 1 | -6/+0 |
| * | (HASH_VALUE): Remove (it's in lisp.h now). | Stefan Monnier | 2002-07-09 | 2 | -2/+4 |
| * | Fix typo. | Juanma Barranquero | 2002-07-09 | 3 | -3/+3 |
| * | *** empty log message *** | Juanma Barranquero | 2002-07-09 | 1 | -1/+1 |
| * | *** empty log message *** | Kenichi Handa | 2002-07-09 | 1 | -0/+4 |
| * | (Fcall_process): Fix previous change. | Kenichi Handa | 2002-07-09 | 1 | -1/+6 |
| * | *** empty log message *** | Dave Love | 2002-07-08 | 1 | -0/+11 |
| * | *** empty log message *** | Stefan Monnier | 2002-07-07 | 1 | -2/+19 |
| * | (Ftry_completion, Fall_completions, Ftest_completion): | Stefan Monnier | 2002-07-07 | 1 | -34/+77 |
| * | (Fnconc): Use XCDR. | Stefan Monnier | 2002-07-07 | 1 | -48/+7 |
| * | (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX) | Stefan Monnier | 2002-07-07 | 1 | -0/+26 |
| * | *** empty log message *** | Richard M. Stallman | 2002-07-07 | 1 | -0/+16 |
| * | Treat a partially visible line like "cursor off screen". | Richard M. Stallman | 2002-07-07 | 1 | -16/+37 |
| * | (Fbuffer_local_value): Store current value into its binding | Richard M. Stallman | 2002-07-07 | 1 | -1/+20 |