www.delorie.com/bin/cvsweb.cgi/djgpp/src/libc/dos/process/dosexec.c   search  
CVS log for djgpp/src/libc/dos/process/dosexec.c

To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.

Up to djgpp/src/libc/dos/process/
Request diff between arbitrary revisions
No default branch

1.29 Wed May 16 20:55:56 2018 UTC by juan.guerrero
CVS Tags: HEAD
Diffs to 1.28
White space changes.

1.28 Sun May 7 16:49:19 2017 UTC by andris
Diffs to 1.27
Avoid warnings about possible output buffer overflow with gcc-7

1.27 Sat May 2 7:32:23 2015 UTC by andris
CVS Tags: v2_05, v2_05_1
Diffs to 1.26
Update file copyright lines aftr running src/copyright.pl

1.26 Wed Nov 2 20:45:56 2011 UTC by juan.guerrero
Diffs to 1.25
Whitespace changes.

1.25 Sun Oct 2 2:39:58 2011 UTC by juan.guerrero
Diffs to 1.24
Check that 0x7160 call is supported by checking that AX does not contain 0x7100.
If not supported ignore.  Set CF before calling 0x7160 function.

1.24 Sat Oct 1 21:12:54 2011 UTC by juan.guerrero
Diffs to 1.23
Whitespace changes.

1.23 Mon Jan 31 8:14:47 2005 UTC by andris
Diffs to 1.22
Enable reallocating transfer buffer in case of long command lines in dosexec.c:
- add casts in case of comparisson of signed and unsigned int numbers in check_talloc()
- ensure that reallocated transfer buffer doesn't grow larger than 64k
- fix parameters for DOS call to get short name of executable after _put_path2 (it was
  wrong in case when transfer buffer were reallocated)
- save proxy offset and update it if transfer buffer is reallocated in
  direct_exec_tail_1()

1.22 Thu Aug 19 9:11:52 2004 UTC by peuha
Diffs to 1.21
Fix namespace pollution by global variable environ

1.21 Sat May 10 15:30:05 2003 UTC by richdawe
Diffs to 1.20
Use __tb_size instead of _go32_info_block.size_of_transfer_buffer.

1.20 Fri Jan 10 10:09:02 2003 UTC by peuha
Diffs to 1.19
Typo fix.

1.5.2.4 Tue Dec 11 6:42:07 2001 UTC by sandmann
Branch: v2_03_1
Diffs to 1.5.2.3
Merge typo from cvs version (symlink on 1.13 fix) to make it compile.

1.5.2.3 Tue Dec 11 6:38:06 2001 UTC by sandmann
Branch: v2_03_1
Diffs to 1.5.2.2
While we're updating, I'll put the fix ntvdm nesting call in dosexec with
a local prototype.

1.5.2.2 Tue Dec 11 5:59:37 2001 UTC by sandmann
Branch: v2_03_1
Diffs to 1.5.2.1
Missed fix for return code from .com files (see rev 1.13)

1.5.2.1 Wed Dec 5 19:27:43 2001 UTC by sandmann
Branch: v2_03_1
Diffs to 1.5 ; Diffs to 1.19
v2.03 update.  Contents of rev 1.19 to fix selector leakage on nesting

1.19 Tue Aug 21 3:22:46 2001 UTC by sandmann
Diffs to 1.18
Free selectors which are leaked by DPMI provider when child processes return.

1.18 Sat Jul 28 23:54:04 2001 UTC by ams
Diffs to 1.17
Do not mix signed and unsigned.

1.17 Fri Jul 27 10:42:44 2001 UTC by eliz
Diffs to 1.16
Work around the bug in Windows 2000's NTVDM which caused it to crash
when nested DJGPP programs are used.

1.16 Mon Jul 9 1:26:14 2001 UTC by snowball
Diffs to 1.15
Change SPAWN_INTERP_ONLY_SRCH -> SPAWN_NO_EXTENSION_SRCH.
Delete SPAWN_SEARCH_FLAGS.

1.15 Sun Jul 8 17:53:19 2001 UTC by snowball
Diffs to 1.14
Don't let __dosexec_find_on_path search for .sh, .ksh, .sed, and .pl.
Remove redunant prototype for __djgpp_spawn.

1.14 Sun Jul 8 17:21:35 2001 UTC by snowball
Diffs to 1.13
Functionality of __spawnve moved to new function __djgpp_spawn and redone.
__spawnve now calls __djgpp_spawn.

1.13 Thu Mar 29 16:57:53 2001 UTC by eliz
Diffs to 1.12
Make sure .com programs are invoked via direct_exec under LFN.
Reported by Mark Elbrecht <snowball3@bigfoot.com>.

1.12 Sat Feb 10 20:44:52 2001 UTC by snowball
Diffs to 1.11
Modify __spawnve to better handle non-standard extensions when LFN=N.
Modify script_exec to preserve errno if file found via __dosexec_find_on_path.
Fix typo.

1.11 Mon Dec 25 20:33:24 2000 UTC by eliz
Diffs to 1.10
Support for long command lines via CMDLINE.  Original version written by
Mark Elbrecht.

1.10 Tue Aug 22 9:57:38 2000 UTC by lauras
Diffs to 1.9
Added symlink support for calling other programs.

1.9 Thu Aug 3 12:21:17 2000 UTC by lauras
Diffs to 1.8
Make calling other DJGPP programs use !proxy only.

1.8 Sat Jul 15 14:19:47 2000 UTC by lauras
Diffs to 1.7
Convert backslashes to slashes in script_exec().
Patch by Mark E.

1.7 Wed Jun 14 14:23:44 2000 UTC by lauras
Diffs to 1.6
Fix comparisson between signed and unsigned values warning

1.6 Wed May 31 17:53:46 2000 UTC by dj
Diffs to 1.5
add flags for types of extensions

1.5 Thu Jun 3 17:27:36 1999 UTC by dj
CVS Tags: v2_03; Branch point for: v2_03_1
Diffs to 1.4
update copyright dates

1.4 Thu Apr 22 13:08:26 1999 UTC by eliz
Diffs to 1.3
Prevent crashes with invalid command lines that use pipe symbols.
Recognize Unix shell names with a dash prepended to them.

1.3 Sun Dec 13 13:09:46 1998 UTC by dj
CVS Tags: v2_02
Diffs to 1.2
import djgpp 2.02

1.2 Sat Oct 5 20:14:04 1996 UTC by dj
CVS Tags: v2_01
Diffs to 1.1
import djgpp 2.01

1.1 Thu Nov 30 6:58:08 1995 UTC by dj
CVS Tags: v2_00
import djgpp 2.00

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Unidiff
Context diff
Side-by-Side

You may select to see revision information from only a single branch.

Branch:

  webmaster     delorie software   privacy  
  Copyright © 2020   by DJ Delorie     Updated Apr 2020