| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xfaces.c (signal_error): Move to eval.c. | Kim F. Storm | 2006-07-18 | 1 | -13/+1 |
| * | (window_scroll_pixel_based, window_scroll_line_based): | Kim F. Storm | 2006-07-18 | 1 | -5/+5 |
| * | (unexec): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| * | (text_read_only): Use xsignal0, xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+4 |
| * | (scan_lists): Use xsignal3. | Kim F. Storm | 2006-07-18 | 1 | -14/+9 |
| * | (compile_pattern_1): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -12/+6 |
| * | (Fmsdos_set_mouse_buttons): Use xsignal2. | Kim F. Storm | 2006-07-18 | 1 | -3/+3 |
| * | (x_get_local_selection): Use signal_error. | Kim F. Storm | 2006-07-18 | 1 | -5/+3 |
| * | (Fload): Use xsignal2, signal_error. | Kim F. Storm | 2006-07-18 | 1 | -36/+40 |
| * | (list1): Add EXFUN. | Kim F. Storm | 2006-07-18 | 1 | -0/+7 |
| * | (Fmap_keymap): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| * | (recursive_edit_1): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| * | (x_set_line_spacing, x_set_screen_gamma): Use signal_error. | Kim F. Storm | 2006-07-18 | 1 | -4/+2 |
| * | (Flength): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -24/+10 |
| * | (arith_error, range_error, domain_error): Use xsignal2. | Kim F. Storm | 2006-07-18 | 1 | -16/+14 |
| * | (report_file_error): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -28/+20 |
| * | * eval.c (xsignal): New func. Like Fsignal, but marked no-return. | Kim F. Storm | 2006-07-18 | 1 | -30/+95 |
| * | (region_limit, Fget_internal_run_time): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |
| * | (Fdocumentation): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |
| * | (circular_list_error): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -37/+27 |
| * | (Fcheck_coding_system): Use xsignal1. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -4/+5 |
| * | (Fforward_char, Fdelete_char): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| * | (casify_object): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| * | (check_mark): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| * | (Fbuffer_local_value, Fbarf_if_buffer_read_only): | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| * | (buffer_memory_full, memory_full): Use xsignal. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -5/+10 |
| * | (XTread_socket): Undo previous change. | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -7/+5 |
| * | (keycode_to_xkeysym): Remove function. All uses now | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -108/+128 |
| * | Comment change. | Richard M. Stallman | 2006-07-17 | 1 | -1/+3 |
| * | (Vcommand_error_function): New variable. | Richard M. Stallman | 2006-07-17 | 1 | -31/+38 |
| * | Fix previous change. | Richard M. Stallman | 2006-07-17 | 1 | -3/+3 |
| * | (init_display): Mention DISPLAY as well as TERM in err msg. | Richard M. Stallman | 2006-07-17 | 1 | -3/+9 |
| * | (handle_single_display_spec): Ensure the right value of | Kim F. Storm | 2006-07-17 | 1 | -7/+18 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-17 | 1 | -0/+9 |
| * | (display_mode_line): Preserve match data. | Thien-Thi Nguyen | 2006-07-17 | 2 | -0/+5 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-14 | 1 | -0/+16 |
| * | (reader_thread): Use _sys_wait_accept to wait on a | Kim F. Storm | 2006-07-14 | 1 | -2/+5 |
| * | (_sys_read_ahead, _sys_wait_accept): Add prototypes. | Kim F. Storm | 2006-07-14 | 1 | -0/+3 |
| * | (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs. | Kim F. Storm | 2006-07-14 | 1 | -14/+44 |
| * | * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. | Jan Djärv | 2006-07-14 | 2 | -4/+10 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-14 | 1 | -0/+12 |
| * | Fix high cpu load for server sockets. | Kim F. Storm | 2006-07-14 | 1 | -2/+14 |
| * | (FILE_LISTEN): New filedesc flag value. | Kim F. Storm | 2006-07-14 | 1 | -0/+1 |
| * | (Fthrow): Remove loop around Fsignal. | Kim F. Storm | 2006-07-13 | 1 | -34/+46 |
| * | (Findirect_function): Optimize for no indirection. | Kim F. Storm | 2006-07-13 | 1 | -6/+11 |
| * | (Fbyte_code): Use CAR, CDR for Bcar, Bcdr. | Kim F. Storm | 2006-07-13 | 1 | -52/+10 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-13 | 1 | -0/+14 |
| * | (scan_sexps_forward): Use EMACS_INT for out_bytepos and | Andreas Schwab | 2006-07-13 | 2 | -1/+6 |
| * | (Fformat): Fix calculation of text property positions | Kenichi Handa | 2006-07-13 | 2 | -1/+6 |
| * | Formatting fixes. | Romain Francoise | 2006-07-12 | 1 | -1/+1 |