| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | (Fcall_interactively): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -6/+2 |
* | (Fbyte_code): Use CHECK_VECTOR. | Kim F. Storm | 2006-07-12 | 1 | -8/+3 |
* | (CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -8/+4 |
* | (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -12/+5 |
* | (CHECK_TYPE): New macro for generic type checking. | Kim F. Storm | 2006-07-12 | 1 | -41/+61 |
* | *** empty log message *** | Kim F. Storm | 2006-07-12 | 1 | -0/+69 |
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -0/+16 |
* | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -3/+9 |
* | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -2/+13 |
* | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -0/+3 |
* | (dired.o, editfns.o, fileio.o): Depend on blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -3/+3 |
* | (sit_for): Use XINT. | Kim F. Storm | 2006-07-12 | 1 | -1/+1 |
* | (sit_for): Signal error if TIMEOUT is not a number in case arg comes | Kim F. Storm | 2006-07-11 | 2 | -6/+11 |
* | *** empty log message *** | Kim F. Storm | 2006-07-11 | 1 | -0/+21 |
* | (Fcall_interactively): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |
* | (Fdo_auto_save): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -1/+1 |
* | (command_loop_1, read_char, Fexecute_extended_command): | Kim F. Storm | 2006-07-11 | 1 | -34/+16 |
* | (temp_echo_area_glyphs): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -1/+1 |
* | (sit_for): Update prototype. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |