summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
1999-03-04(Fcall_process): Use xmalloc, xfree.Karl Heuer
1999-02-26Use epaths.h istead of paths.h.Richard M. Stallman
1998-12-15Include "ccl.h".Kenichi Handa
1998-10-14(Fcall_process): Use $TMPDIR instead of trying $TMPEli Zaretskii
1998-08-19(Fcall_process): Use malloc for decoding_buf.emacs-20.3Richard M. Stallman
1998-08-08(Fcall_process): Check type of process cmd args earlier on.Richard M. Stallman
1998-07-21(Fcall_process): Use alloca instead ofKenichi Handa
1998-06-29(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.Eli Zaretskii
1998-06-23(Fcall_process): Handle third argument BUFFERRichard M. Stallman
1998-06-06(init_callproc): Check Vinstallation_directory even if !initialized.Richard M. Stallman
1998-06-01(Fcall_process): Avoid initializer on auto struct.Karl Heuer
1998-05-08(Fcall_process): Fix test for when to call Ffind_operation_coding_system.Richard M. Stallman
1998-05-07(Fcall_process): If we must display received data onKenichi Handa
1998-04-27nclude msdos.h after lisp.h.Eli Zaretskii
1998-04-21(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.Eli Zaretskii
1998-04-17(Fcall_process_region): Unbind coding-system-for-writeRichard M. Stallman
1998-04-15(Fcall_process): CallEli Zaretskii
1998-04-15Remove binary-process-{in,out}put.Eli Zaretskii
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-04-09(relocate_fd): Avoid `min'/`max' as variable names.Karl Heuer
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman
1998-03-18(syms_of_callproc): Doc fixes.Richard M. Stallman
1998-03-03(Vdefault_file_name_coding_system): Extern it.Kenichi Handa
1998-03-03(Fcall_process): Calculate CARRYOVER correctly.Kenichi Handa
1998-03-02(Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman
1998-02-03(Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman
1998-01-27(Fcall_process): Test only args past args[4] for multibyteness.Richard M. Stallman
1998-01-22(Fcall_process): Use raw-text instead of emacs-muleKenichi Handa
1998-01-05(Fcall_process): When deciding whether to encode args,Richard M. Stallman
1997-12-28(Fcall_process): Cast new_argv for child_setup.Richard M. Stallman
1997-12-09(Fcall_process): Don't clobber new_argv[0]Karl Heuer
1997-12-09(Fcall_process): Set Vlast_coding_system_used afterKenichi Handa
1997-11-08(Fcall_process): GCPRO infile, buffer, andKenichi Handa
1997-10-13Ensure standard handles are reset even if spawnve fails.Andrew Innes
1997-09-23(child_setup) [WINDOWSNT]: Change directory ofGeoff Voelker
1997-09-09(Fcall_process): Encode the new current dir.Richard M. Stallman
1997-09-07(Fcall_process_region): Fix previous change:Richard M. Stallman
1997-09-03(Fcall_process): Set EOL conversion type to LF whenRichard M. Stallman
1997-08-27Whitespace change.Richard M. Stallman
1997-08-24(init_callproc): Don't warn about missingRichard M. Stallman
1997-08-04(Fcall_process_region): Use cdr part (not car part)Kenichi Handa
1997-07-27(syms_of_callproc): Don't init Vtemp_file_name_pattern here.Richard M. Stallman
1997-07-13(Fcall_process) [MSDOS]: Request EOL conversion ofRichard M. Stallman
1997-07-07(Fcall_process): If enable-multibyte-characters isKenichi Handa
1997-07-02Call Ffind_operation_coding_system.Kenichi Handa
1997-06-29(Fcall_process): Fix previous change.Richard M. Stallman
1997-06-28(Fcall_process): Avoid storing alloca resultRichard M. Stallman
1997-06-13(Fcall_process): Use setsid to disconnect childRichard M. Stallman
1997-06-09(Fcall_process): Pay attention toKenichi Handa
1997-05-10(Fcall_process_region): Supply 7th new argKenichi Handa