Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
[bpt/emacs.git] / src / process.c
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Pavel Janík(process-inherit-coding-system-flag, get-buffer-process...
2001-10-12 Stefan MonnierUpdate calls to openp.
2001-09-25 Gerd Moellmann(send_process): Disable composition if from_byte < 0.
2001-09-24 Gerd Moellmann(sigchld_handler) [LINUX]: Don't return from
2001-09-20 Gerd Moellmann(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
2001-05-16 Gerd Moellmann(read_process_output): Don't call signal_after_change
2001-04-25 Gerd Moellmann(wait_reading_process_input): Call
2001-04-21 Eli Zaretskii(wait_reading_process_input) [!subprocesses]: Don't
2001-04-19 Gerd Moellmann(wait_reading_process_input): Call
2001-03-08 Gerd Moellmann(Fset_process_window_size): Fix a typo.
2001-03-07 Gerd Moellmann(Fset_process_filter): Don't crash if the input
2001-02-28 Gerd Moellmann(make_process): Use allocate_process.
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2000-12-18 Gerd Moellmann(wait_reading_process_input): Check for pending
2000-12-18 Kenichi Handa(read_process_output): Don't run a filter if the code
2000-12-07 Gerd Moellmann(read_process_output): Make sure the process marker's
2000-10-25 Kenichi Handa(send_process): If OBJECT is t, it means that the data
2000-10-11 Kenichi Handa(read_process_output): Cancel previous change.
2000-10-11 Kenichi Handa(read_process_output): Fix previous change. Adjust...
2000-10-09 Andreas Schwab(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
2000-10-02 Dave Love(Fopen_network_stream): Use HAVE_GAI_STRERROR.
2000-09-30 Gerd Moellmann(Fopen_network_stream) [HAVE_GETADDRINFO]: Use
2000-09-21 Gerd Moellmann(process_sent_to): New variable.
2000-09-07 Kenichi Handa(read_process_output): Before inserting the decoded
2000-08-24 Kenichi Handa(create_process): Don't setup raw-text coding here.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-04 Kenichi Handa*** empty log message ***
2000-08-04 Kenichi Handa(read_process_output): Big simplification. Handle
2000-06-24 Ken Raeburn* process.c (Fopen_network_stream): Turn off atimers...
2000-05-20 Gerd Moellmann(toplevel) [UNIX98_PTYS]: Include stdlib.h.
2000-05-20 Kenichi Handa(Fstart_process): GCPRO current_dir before calling
2000-03-15 Gerd Moellmann(send_process): Add a hint that the function
2000-03-06 Gerd Moellmann(send_process): Remove local variable `procname' that
2000-02-25 Gerd Moellmann(wait_reading_process_input): Remove busy-cursor code.
2000-02-15 Gerd Moellmann(send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
2000-02-12 Gerd Moellmann(Fopen_network_stream) [POLL_FOR_INPUT]: Register
2000-02-01 Dave Love(Fstart_process): Doc fix.
2000-01-25 Gerd Moellmann(toplevel): Include atimer.h.
1999-12-29 Kenichi Handa(read_process_output): Fix the args CHARPOS and LENINS
1999-12-24 Kenichi Handa(read_process_output): Fix the arg FROM to
1999-12-15 Kenichi HandaInclude composite.h.
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-02 Dave LoveUndo last change and define _GNU_SOURCE before config.h.
1999-11-02 Dave LoveUse string.h for strsignal.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-14 Gerd Moellmann(Fopen_network_stream): Don't loop if gethostbyname
1999-10-07 Gerd Moellmann(wait_reading_process_input): When trying to suck
1999-09-20 Gerd Moellmann(list_processes_1): Remove unused variables.
1999-09-19 Dave Love(Fopen_network_stream): Use strerror, not gai_strerror.
1999-09-14 Andreas Schwab(Fopen_network_stream): Avoid socket decriptor leak.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-08-21 Gerd MoellmannCall change_frame_size and do_pending_window_change...
1999-08-14 Karl Heuer(Fopen_network_stream): Fix previous change.
1999-08-12 Karl Heuer(Fopen_network_stream): Use getaddrinfo.
1999-07-30 Karl Heuer(create_process): Detect failure of `pipe'.
1999-07-21 Gerd Moellmann(wait_reading_process_input): Show and hide busy
1999-07-07 Richard M. Stallman(create_process): If the output goes to a unibyte
1999-06-17 Karl Heuer(send_process): Delete unsafe/redundant assignment.
1999-04-08 Richard M. Stallman(Faccept_process_output): Check validity of PROCESS.
1999-02-19 Richard M. Stallman(syms_of_process): defsubr it.
1998-12-22 Kenichi Handa(read_process_output): Decide the multibyteness of
1998-12-15 Kenichi Handa(read_process_output): If NBYTES is zero and
1998-11-25 Richard M. Stallman(read_process_output): Call signal_after_change.
1998-11-07 Karl Heuer(Fprocess_status): Doc fix.
1998-10-14 Richard M. Stallman(exec_sentinel, read_process_output):
1998-10-08 Karl HeuerDoc fixes.
1998-08-15 Richard M. Stallman(wait_reading_process_input): If a pty gives EIO,
1998-08-08 Richard M. Stallman(Fprocess_send_eof): Transfer proc_encode_coding_system
1998-08-01 Richard M. Stallman(create_process): For outchannel, set up
1998-07-29 Richard M. StallmanWhitespace change.
1998-07-16 Kenichi Handa(read_process_output): Even if we read data without
1998-06-26 Kenichi Handa(init_process): Initilize Vdefault_process_coding_system.
1998-06-26 Kenichi Handa(Fstart_process): Check process-coding-system-alist
1998-06-22 Kenichi Handa(read_process_output): While processing carryover,
1998-06-21 Eli Zaretskii(wait_reading_process_input): Recompute timeout each
1998-06-20 Kenichi Handa(read_process_output): Handle carryover correctly.
1998-05-10 Richard M. Stallman(Fstart_process): Remove the special case for
1998-05-07 Eli Zaretskii(init_process, syms_of_process): Make definition consis...
1998-05-05 Richard M. Stallman(create_process): Add cast when calling encode_coding
1998-04-29 Richard M. Stallman(Fset_process_inherit_coding_system_flag, Fstart_process):
1998-04-28 Andreas Schwab(Fset_process_inherit_coding_system_flag): Fix test...
1998-04-19 Eli Zaretskii(Fset_process_inherit_coding_system_flag,
1998-04-14 Andreas Schwab(read_process_output): Fix mixing of Lisp_Object and
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-08 Karl Heuer(kill_buffer_processes): Make consistent with
1998-03-25 Kenichi Handa(read_process_output): Count multibyte characters. If
1998-03-21 Richard M. Stallman(read_process_output): Use make_string_from_bytes.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-14 Richard M. Stallman(exec_sentinel, read_process_output): Fstore_match_data...
1998-03-03 Kenichi Handa(Vdefault_file_name_coding_system): Extern it.
1998-01-22 Kenichi Handa(Fstart_process): Use raw-text instead of emacs-mule
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-05 Richard M. Stallman(read_process_output): Use insert_1_both.
1998-01-01 Richard M. Stallman(status_notify): Use byte and char pointers.
1997-12-09 Kenichi Handa(read_process_output): Fix previous change, i.e, if
1997-12-08 Karl Heuer(read_process_output): Allocate for coding system, if
1997-11-28 Andreas Schwab(create_process, deactivate_process, close_process_descs):
1997-11-08 Kenichi Handa(create_process): Encode arguments for the process.
1997-09-09 Richard M. Stallman(create_process): Encode the new current dir.
next