| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-12 | 1 | -0/+2 |
| * | (load_pixmap): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -4/+1 |
| * | (Fwindow_configuration_frame, Fset_window_configuration): | Kim F. Storm | 2006-07-12 | 1 | -8/+4 |
| * | (check_syntax_table): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -3/+2 |
| * | (sun_item_create): Use CHECK_LIST_CONS. | Kim F. Storm | 2006-07-12 | 1 | -1/+1 |
| * | (Fset_match_data): Use CHECK_LIST. | Kim F. Storm | 2006-07-12 | 1 | -2/+1 |
| * | (Fcopy_marker): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -2/+1 |
| * | (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING. | Kim F. Storm | 2006-07-12 | 1 | -4/+1 |
| * | (Fmac_get_preference): Use CHECK_LIST_END. | Kim F. Storm | 2006-07-12 | 1 | -2/+1 |
| * | (check_obarray): Cleanup wrong_type_argument use. | Kim F. Storm | 2006-07-12 | 1 | -5/+4 |
| * | (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING. | Kim F. Storm | 2006-07-12 | 1 | -4/+2 |
| * | (access_keymap_keyremap): Use ARRAYP. | Kim F. Storm | 2006-07-12 | 1 | -1/+1 |
| * | (Fdefine_fringe_bitmap): Cleanup wrong_type_argument use. | Kim F. Storm | 2006-07-12 | 1 | -1/+1 |
| * | (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -96/+35 |
| * | (general_insert_function): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -5/+1 |
| * | (sit_for): Tiny simplification. | Kim F. Storm | 2006-07-12 | 1 | -3/+1 |
| * | (wrong_type_argument): Remove loop around Fsignal. | Kim F. Storm | 2006-07-12 | 1 | -54/+17 |
| * | (check_category_table): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -3/+1 |
| * | * casetab.c (check_case_table): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -5/+2 |
| * | (casify_object): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -55/+53 |