aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(Fcall_process): Call code_convert_string to encodeKenichi Handa1-29/+12
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-3/+2
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-45/+52
1999-09-20(toplevel) [HAVE_UNISTD_H]: Include unistd.h.Gerd Moellmann1-1/+4
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-16/+16
1999-09-03(call-process) [macintosh]: Call mac_run_command inRichard M. Stallman1-5/+74
1999-09-03Delete the system-independent include of stdlib.hRichard M. Stallman1-4/+0
1999-08-18Use stdlib.h.Dave Love1-0/+4
1999-07-07(Fcall_process): Decide coding system for decodingRichard M. Stallman1-38/+50
1999-07-02(init_callproc): Set exec_directory if installation_directory isRichard M. Stallman1-5/+4
1999-03-04(Fcall_process): Use xmalloc, xfree.Karl Heuer1-3/+3
1999-02-26Use epaths.h istead of paths.h.Richard M. Stallman1-2/+2
1998-12-15Include "ccl.h".Kenichi Handa1-3/+20
1998-10-14(Fcall_process): Use $TMPDIR instead of trying $TMPEli Zaretskii1-2/+4
1998-08-19(Fcall_process): Use malloc for decoding_buf.emacs-20.3Richard M. Stallman1-1/+3
1998-08-08(Fcall_process): Check type of process cmd args earlier on.Richard M. Stallman1-2/+3
1998-07-21(Fcall_process): Use alloca instead ofKenichi Handa1-1/+1
1998-06-29(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.Eli Zaretskii1-1/+1
1998-06-23(Fcall_process): Handle third argument BUFFERRichard M. Stallman1-4/+6
1998-06-06(init_callproc): Check Vinstallation_directory even if !initialized.Richard M. Stallman1-1/+1
1998-06-01(Fcall_process): Avoid initializer on auto struct.Karl Heuer1-1/+3
1998-05-08(Fcall_process): Fix test for when to call Ffind_operation_coding_system.Richard M. Stallman1-1/+1
1998-05-07(Fcall_process): If we must display received data onKenichi Handa1-10/+23
1998-04-27nclude msdos.h after lisp.h.Eli Zaretskii1-1/+4
1998-04-21(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.Eli Zaretskii1-13/+26
1998-04-17(Fcall_process_region): Unbind coding-system-for-writeRichard M. Stallman1-2/+8
1998-04-15(Fcall_process): CallEli Zaretskii1-1/+7
1998-04-15Remove binary-process-{in,out}put.Eli Zaretskii1-70/+0
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-1/+8
1998-04-09(relocate_fd): Avoid `min'/`max' as variable names.Karl Heuer1-5/+5
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-8/+8
1998-03-18(syms_of_callproc): Doc fixes.Richard M. Stallman1-4/+5
1998-03-03(Vdefault_file_name_coding_system): Extern it.Kenichi Handa1-3/+2
1998-03-03(Fcall_process): Calculate CARRYOVER correctly.Kenichi Handa1-1/+1
1998-03-02(Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1-1/+1
1998-02-03(Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman1-1/+1
1998-01-27(Fcall_process): Test only args past args[4] for multibyteness.Richard M. Stallman1-1/+1
1998-01-22(Fcall_process): Use raw-text instead of emacs-muleKenichi Handa1-29/+36
1998-01-05(Fcall_process): When deciding whether to encode args,Richard M. Stallman1-9/+16
1997-12-28(Fcall_process): Cast new_argv for child_setup.Richard M. Stallman1-2/+5
1997-12-09(Fcall_process): Don't clobber new_argv[0]Karl Heuer1-1/+3
1997-12-09(Fcall_process): Set Vlast_coding_system_used afterKenichi Handa1-0/+2
1997-11-08(Fcall_process): GCPRO infile, buffer, andKenichi Handa1-25/+36
1997-10-13Ensure standard handles are reset even if spawnve fails.Andrew Innes1-1/+1
1997-09-23(child_setup) [WINDOWSNT]: Change directory ofGeoff Voelker1-0/+3
1997-09-09(Fcall_process): Encode the new current dir.Richard M. Stallman1-0/+6
1997-09-07(Fcall_process_region): Fix previous change:Richard M. Stallman1-1/+1
1997-09-03(Fcall_process): Set EOL conversion type to LF whenRichard M. Stallman1-42/+53
1997-08-27Whitespace change.Richard M. Stallman1-1/+1
1997-08-24(init_callproc): Don't warn about missingRichard M. Stallman1-4/+9