Changeset 78 for trunk/src/helpers/apps.c
- Timestamp:
- May 28, 2001, 9:47:12 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/apps.c
r77 r78 102 102 * 103 103 *@@added V0.9.4 (2000-08-02) [umoeller] 104 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 104 105 */ 105 106 … … 156 157 * 157 158 *@@added V0.9.4 (2000-07-19) [umoeller] 159 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 158 160 */ 159 161 … … 196 198 *@@added V0.9.4 (2000-07-19) [umoeller] 197 199 *@@changed V0.9.12 (2001-05-21) [umoeller]: fixed memory leak 200 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 198 201 */ 199 202 200 203 PSZ* appFindEnvironmentVar(PDOSENVIRONMENT pEnv, 201 204 PSZ pszVarName) 202 205 { 203 206 PSZ *ppszRet = 0; … … 272 275 *@@changed V0.9.12 (2001-05-21) [umoeller]: fixed memory leak 273 276 *@@changed V0.9.12 (2001-05-26) [umoeller]: fixed crash if !fAddFirst 277 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 274 278 */ 275 279 … … 363 367 * 364 368 *@@added V0.9.4 (2000-07-19) [umoeller] 369 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 365 370 */ 366 371 … … 434 439 * 435 440 *@@added V0.9.4 (2000-07-19) [umoeller] 441 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from dosh2.c to apps.c 436 442 */ 437 443 … … 486 492 *@@added V0.9.6 (2000-10-16) [umoeller] 487 493 *@@changed V0.9.7 (2001-01-15) [umoeller]: now using XSTRING 494 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from winh.c to apps.c 488 495 */ 489 496 … … 564 571 * 565 572 *@@added V0.9.9 (2001-03-07) [umoeller] 573 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from winh.c to apps.c 566 574 */ 567 575 … … 735 743 * -- If PROGDETAILS specifies a Win-OS/2 session 736 744 * and PROGDETAILS.pszEnvironment is empty, 737 * this merges the current process environment 738 * with the default Win-OS/2 environment. 745 * this uses the default Win-OS/2 environment. 739 746 * See appQueryDefaultWin31Environment. 740 747 * … … 756 763 *@@changed V0.9.9 (2001-01-27) [umoeller]: crashed if PROGDETAILS.pszExecutable was NULL 757 764 *@@changed V0.9.12 (2001-05-26) [umoeller]: fixed PROG_DEFAULT 765 *@@changed V0.9.12 (2001-05-27) [umoeller]: moved from winh.c to apps.c 758 766 */ 759 767 … … 918 926 PSZ pszTemp = appQueryDefaultWin31Environment(); 919 927 920 /*if (!appParseEnvironment(pszTemp,921 &Env)) */928 if (!appParseEnvironment(pszTemp, 929 &Env)) 922 930 { 923 931 // now override KBD_CTRL_BYPASS=CTRL_ESC
Note:
See TracChangeset
for help on using the changeset viewer.