aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (signal_error): Move to eval.c.Kim F. Storm2006-07-181-13/+1
* (window_scroll_pixel_based, window_scroll_line_based):Kim F. Storm2006-07-181-5/+5
* (unexec): Use xsignal.Kim F. Storm2006-07-181-1/+1
* (text_read_only): Use xsignal0, xsignal1.Kim F. Storm2006-07-181-1/+4
* (scan_lists): Use xsignal3.Kim F. Storm2006-07-181-14/+9
* (compile_pattern_1): Use xsignal1.Kim F. Storm2006-07-181-12/+6
* (Fmsdos_set_mouse_buttons): Use xsignal2.Kim F. Storm2006-07-181-3/+3
* (x_get_local_selection): Use signal_error.Kim F. Storm2006-07-181-5/+3
* (Fload): Use xsignal2, signal_error.Kim F. Storm2006-07-181-36/+40
* (list1): Add EXFUN.Kim F. Storm2006-07-181-0/+7
* (Fmap_keymap): Use xsignal1.Kim F. Storm2006-07-181-1/+1
* (recursive_edit_1): Use xsignal1.Kim F. Storm2006-07-181-1/+1
* (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-181-4/+2
* (Flength): wrong_type_argument is no-return.Kim F. Storm2006-07-181-24/+10
* (arith_error, range_error, domain_error): Use xsignal2.Kim F. Storm2006-07-181-16/+14
* (report_file_error): Use xsignal.Kim F. Storm2006-07-181-28/+20
* * eval.c (xsignal): New func. Like Fsignal, but marked no-return.Kim F. Storm2006-07-181-30/+95
* (region_limit, Fget_internal_run_time): Use xsignal0.Kim F. Storm2006-07-181-2/+2
* (Fdocumentation): Use xsignal1.Kim F. Storm2006-07-181-2/+2
* (circular_list_error): Use xsignal.Kim F. Storm2006-07-181-37/+27
* (Fcheck_coding_system): Use xsignal1. Remove loop.Kim F. Storm2006-07-181-4/+5
* (Fforward_char, Fdelete_char): Use xsignal0.Kim F. Storm2006-07-181-4/+4
* (casify_object): wrong_type_argument is no-return.Kim F. Storm2006-07-181-1/+1
* (check_mark): Use xsignal0.Kim F. Storm2006-07-181-1/+1
* (Fbuffer_local_value, Fbarf_if_buffer_read_only):Kim F. Storm2006-07-181-4/+4
* (buffer_memory_full, memory_full): Use xsignal. Remove loop.Kim F. Storm2006-07-181-5/+10
* (XTread_socket): Undo previous change.YAMAMOTO Mitsuharu2006-07-182-7/+5
* (keycode_to_xkeysym): Remove function. All uses nowYAMAMOTO Mitsuharu2006-07-182-108/+128
* Comment change.Richard M. Stallman2006-07-171-1/+3
* (Vcommand_error_function): New variable.Richard M. Stallman2006-07-171-31/+38
* Fix previous change.Richard M. Stallman2006-07-171-3/+3
* (init_display): Mention DISPLAY as well as TERM in err msg.Richard M. Stallman2006-07-171-3/+9
* (handle_single_display_spec): Ensure the right value ofKim F. Storm2006-07-171-7/+18
* *** empty log message ***Kim F. Storm2006-07-171-0/+9
* (display_mode_line): Preserve match data.Thien-Thi Nguyen2006-07-172-0/+5
* *** empty log message ***Kim F. Storm2006-07-141-0/+16
* (reader_thread): Use _sys_wait_accept to wait on aKim F. Storm2006-07-141-2/+5
* (_sys_read_ahead, _sys_wait_accept): Add prototypes.Kim F. Storm2006-07-141-0/+3
* (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.Kim F. Storm2006-07-141-14/+44
* * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.Jan Djärv2006-07-142-4/+10
* *** empty log message ***Kim F. Storm2006-07-141-0/+12
* Fix high cpu load for server sockets.Kim F. Storm2006-07-141-2/+14
* (FILE_LISTEN): New filedesc flag value.Kim F. Storm2006-07-141-0/+1
* (Fthrow): Remove loop around Fsignal.Kim F. Storm2006-07-131-34/+46
* (Findirect_function): Optimize for no indirection.Kim F. Storm2006-07-131-6/+11
* (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm2006-07-131-52/+10
* *** empty log message ***Kim F. Storm2006-07-131-0/+14
* (scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab2006-07-132-1/+6
* (Fformat): Fix calculation of text property positionsKenichi Handa2006-07-132-1/+6
* Formatting fixes.Romain Francoise2006-07-121-1/+1