aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2000-05-251-0/+5
|
* (Fw16_set_clipboard_data): Fix the change from 2000-05-20.Eli Zaretskii2000-05-251-2/+2
|
* (ccl_driver): Fix previous change.Kenichi Handa2000-05-251-1/+1
|
* *** empty log message ***Kenichi Handa2000-05-251-0/+4
|
* (run_pre_post_conversion_on_str): Set point to theKenichi Handa2000-05-251-3/+6
| | | | | | | beginning of buffer before calling coding->post_read_conversion. (decode_coding_string): Give correct args to run_pre_post_conversion_on_str. (encode_coding_string): Likewise.
* *** empty log message ***Kenichi Handa2000-05-251-0/+6
|
* (ccl_driver) <CCL_ReadMultibyteChar2>Kenichi Handa2000-05-251-1/+15
| | | | | <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and eight-bit-graphic correctly.
* *** empty log message ***Kenichi Handa2000-05-251-0/+6
|
* Correct typos.Eli Zaretskii2000-05-241-2/+2
|
* 1999-06-01 Kenichi HANDA <handa@etl.go.jp>Dave Love2000-05-242-19/+27
| | | | | | * fileio.c (Finsert_file_contents): Even if a file is not found, execute codes for setting up coding system. Call after-insert-file-functions unconditionally
* *** empty log message ***Gerd Moellmann2000-05-241-0/+5
|
* (setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann2000-05-243-0/+6
|
* *** empty log message ***Kenichi Handa2000-05-241-0/+6
|
* (update_charset_table): Accept nil in LONG_NAME andKenichi Handa2000-05-241-5/+10
| | | | | DESCRIPTION. (syms_of_charset): Avoid building same strings.
* *** empty log message ***Gerd Moellmann2000-05-231-0/+13
|
* (setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann2000-05-233-0/+12
|
* (setpgrp): Don't define it here because thisGerd Moellmann2000-05-231-1/+0
| | | | prevents compilation on GNU/Linux systems with glib 2.2.
* (BASE_PURESIZE): Increase to 675000.Gerd Moellmann2000-05-231-1/+1
|
* (Fload): Add a comment about the meaning ofGerd Moellmann2000-05-231-0/+1
| | | | Vuser_init_file being t.
* (struct coding_system): Add a comment for src_multibyte andKenichi Handa2000-05-231-0/+4
| | | | dst_multibyte.
* (SOME_MACHINE_LISP): Add disp-table.elc,Eli Zaretskii2000-05-232-2/+14
| | | | | | dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the ms-dos version. (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
* *** empty log message ***Gerd Moellmann2000-05-231-1/+1
|
* (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.Kenichi Handa2000-05-231-22/+6
|
* (skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.Kenichi Handa2000-05-231-0/+3
|
* (read_char): Allow character codes 128..255 to beKenichi Handa2000-05-231-2/+4
| | | | handled by input-method-function.
* (IT_write_glyphs): Set coding->src_multibyte to 1.Kenichi Handa2000-05-231-0/+1
|
* (encode_terminal_code): Set coding->src_multibyte properly.Kenichi Handa2000-05-231-0/+4
|
* *** empty log message ***Kenichi Handa2000-05-231-1/+6
|
* Fix previous change (typo).Kenichi Handa2000-05-231-1/+1
|
* Fix comment for find_charset_in_text.Kenichi Handa2000-05-231-2/+3
|
* (encode_eol): Fix a bug of DOS style EOL encoding.Kenichi Handa2000-05-231-0/+1
|
* *** empty log message ***Kenichi Handa2000-05-231-0/+4
|
* (read_char): Allow character codes 128..255 to beKenichi Handa2000-05-221-0/+3
| | | | handled by input-method-function.
* (adjust_markers_for_replace): Fix previous change.Kenichi Handa2000-05-221-12/+12
| | | | | (adjust_after_replace): If PREV_TEXT is nil, call adjust_markers_for_insert, not adjust_markers_for_replace.
* *** empty log message ***Kenichi Handa2000-05-221-0/+6
|
* *** empty log message ***Gerd Moellmann2000-05-201-0/+14
|
* (toplevel) [UNIX98_PTYS]: Include stdlib.h.Gerd Moellmann2000-05-201-1/+1
|
* (HAVE_GRANDPT, HAVE_GETPT): New defines.Gerd Moellmann2000-05-201-0/+2
|
* (setup_pty): Treat case that UNIX98_PTYS is definedGerd Moellmann2000-05-201-1/+1
| | | | like SYSV_PTYS.
* (UNIX98_PTYS) [HAVE_GRANDPT]: Define.Gerd Moellmann2000-05-201-42/+40
| | | | | | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF) [HAVE_GRANDPT]: Define. (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
* *** empty log message ***Kenichi Handa2000-05-201-0/+289
|
* (selection_data_to_lisp_data): Setup membersKenichi Handa2000-05-201-21/+17
| | | | | | src_multibyte and dst_multibyte of coding. Adjusted for the change for find_charset_in_str. (lisp_data_to_selection_data): Likewise.
* (get_next_display_element): Handle 8-bit charactersKenichi Handa2000-05-201-3/+8
| | | | | | | | correctly. (next_element_from_display_vector): Use CHAR_BYTES instead of CHAR_LEN. (disp_char_vector): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
* (Fw32_set_clipboard_data): Setup membersKenichi Handa2000-05-201-14/+9
| | | | | | src_multibyte and dst_multibyte of coding. Adjusted for the change for find_charset_in_str. (Fw32_get_clipboard_data): Likewise.
* (w32_to_x_font): Setup members src_multibyte andKenichi Handa2000-05-201-0/+4
| | | | | dst_multibyte of coding. (x_to_w32_font): Likewise.
* (Fw16_set_clipboard_data): Setup membersKenichi Handa2000-05-201-14/+11
| | | | | | src_multibyte and dst_multibyte of coding. Adjusted for the change for find_charset_in_str. (Fw16_get_clipboard_data): Likewise.
* (produce_special_glyphs): Use CHAR_BYTES instead ofKenichi Handa2000-05-201-2/+2
| | | | CHAR_LEN.
* (wordify): Use FETCH_STRING_CHAR_ADVANCEKenichi Handa2000-05-201-13/+6
| | | | | | unconditionally. (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
* (Fstart_process): GCPRO current_dir before callingKenichi Handa2000-05-201-125/+130
| | | | | | | | | | | | | Ffind_operation_coding_system. Encode arguments here. (create_process): Don't encode arguments here. Setup src_multibyte and dst_multibyte members of struct coding. (read_process_output): Setup src_multibyte and dst_multibyte members of struct coding. If the output is to multibyte buffer, always decode the output of the process. Adjust the representation of 8-bit characters to the multibyteness of the output. (send_process): Setup coding->src_multibyte according to the multibyteness of the source.
* (print_object): Use FETCH_STRING_CHAR_ADVANCEKenichi Handa2000-05-201-6/+1
| | | | unconditionally.