aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.Paul Eggert1997-11-241-1/+0
* (strftime.o):Paul Eggert1997-11-241-1/+0
* (emacs_strftime): New decl.Paul Eggert1997-11-241-4/+6
* (HAVE_STRFTIME): New undef.Paul Eggert1997-11-241-0/+1
* (back_comment): Handle 2-char comment startsKarl Heuer1997-11-231-17/+12
* (copy_keymap_1): Fix return type.Andreas Schwab1997-11-211-12/+10
* Add prototypes and more function declarations.Andreas Schwab1997-11-213-39/+92
* (traverse_intervals): Protoize parameter.Andreas Schwab1997-11-211-1/+1
* Protoize function declarations.Andreas Schwab1997-11-211-4/+7
* Protoize functions declarations.Andreas Schwab1997-11-211-6/+8
* * fns.c (map_char_table): Protoize parameter.Andreas Schwab1997-11-211-1/+2
* (close_file_unwind): Fix return type and return nil.Andreas Schwab1997-11-211-0/+4
* (record_unwind_protect): Protoize parameter.Andreas Schwab1997-11-211-1/+1
* (Fchar_to_string): Declare `workbuf' as unsigned char.Andreas Schwab1997-11-211-3/+5
* (doprnt1): Declare `charbuf' as unsigned char.Andreas Schwab1997-11-211-1/+1
* Add prototypes. Remove declaration of obsoleteAndreas Schwab1997-11-211-8/+3
* Add more prototypes and function declarations.Andreas Schwab1997-11-212-5/+22
* (setup_ccl_program): Define as returning nothing.Andreas Schwab1997-11-211-0/+1
* Add declaration of setup_ccl_program and ccl_driver.Andreas Schwab1997-11-211-0/+7
* Add declaration of word_boundary_p.Andreas Schwab1997-11-211-0/+2
* Add more protypes and function declarations.Andreas Schwab1997-11-211-7/+22
* (printchar): Declare `work' as unsigned char.Andreas Schwab1997-11-211-3/+7
* (read_minibuf_unwind): Fix return type and return nil.Andreas Schwab1997-11-211-2/+8
* (unchain_marker): Define as returning nothing.Andreas Schwab1997-11-211-0/+2
* Declare finalize_kbd_macro_chars andAndreas Schwab1997-11-211-0/+9
* (store_kbd_macro_char): Define as returning nothing.Andreas Schwab1997-11-211-0/+5
* (read1): Declare `workbuf' as unsigned char.Andreas Schwab1997-11-211-3/+6
* Add more prototypes and declarations. Forward declareAndreas Schwab1997-11-211-25/+171
* (init_system_name): Don't use sysinfo.Karl Heuer1997-11-201-2/+5
* (skip_chars): Check type of `string' before using it.Karl Heuer1997-11-201-2/+2
* (LIBS_SYSTEM): Define this.Karl Heuer1997-11-201-0/+1
* Treat DGUX the same as USG.Karl Heuer1997-11-201-2/+2
* (frame_name_fnn_p, set_term_frame_name): New functions.Eli Zaretskii1997-11-201-2/+67
* automatically generated from GPLed versionUlrich Drepper1997-11-182-0/+10
* (Fexecute_extended_command): Fix message wording.Karl Heuer1997-11-171-2/+3
* (minibuffer_scroll_overlap): New variable.Karl Heuer1997-11-151-1/+24
* (display_text_line): Make decision about which windowsKarl Heuer1997-11-151-5/+6
* (ASCII_BYTE_P): New macro.Karl Heuer1997-11-151-0/+3
* (position_indentation): Detect non-breaking space,Karl Heuer1997-11-151-1/+19
* (x_handle_selection_request): Use xfree, not free.Karl Heuer1997-11-151-18/+18
* automatically generated from GPLed versionUlrich Drepper1997-11-132-43/+127
* automatically generated from GPLed versionUlrich Drepper1997-11-122-1/+7
* Support for Japanese display on DOS/V systems.Eli Zaretskii1997-11-101-7/+97
* (Fcall_process): GCPRO infile, buffer, andKenichi Handa1997-11-081-25/+36
* (Fsref): If IDX points an 8-bit code which is not partKenichi Handa1997-11-081-4/+20
* (find_charset_in_str): Handle the case that STRKenichi Handa1997-11-081-35/+39
* (setup_coding_system): Initialize common_flags memberKenichi Handa1997-11-081-9/+38
* (struct coding_system): Add member common_flags, deleteKenichi Handa1997-11-081-18/+28
* (create_process): Encode arguments for the process.Kenichi Handa1997-11-081-2/+32
* (Finsert_file_contents): Use new macros defined inKenichi Handa1997-11-081-9/+11