Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 44)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#19 fixed bldlevel string for some .exe and .dll not correct andi.b
Description

Buildlevel information of -

shralias.exe option2.exe keystack.exe jpos2dll.dll

Revision: is '3.08.y'

.y is wrong.

#20 fixed list command key 'I' crashes 4os2 Steven Levine andi.b
Description

f.i. 'list config.sys' then hit key 'I' for file info gives crash -

11-01-2013  13:25:59  SYS3175  PID 00fb  TID 0001  Slot 0175
P:\4OS2\4OS2.EXE
c0000005
0004c077
P1=00000001  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000000  EBX=fffffff8  ECX=ffffffff  EDX=7fffffff
ESI=0007be38  EDI=00000000  
DS=0053  DSACC=f0f3  DSLIM=ffffffff  
ES=0053  ESACC=f0f3  ESLIM=ffffffff  
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:0004c077  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:0007adfc  SSACC=f0f3  SSLIM=ffffffff
EBP=fffffff8  FLG=00010246

4OS2.EXE 0002:0002c077

Other keys work. Maybe related to LFS extensions but no one reported this till now.

#22 worksforme Incompatibility CDPATH, ash, sh, porting from *nix andi.b
Description

Hint for porting *nix software -


There is a known problem with ash or something like because DPATH will have *ix semantics, as will all the other path like environment variables.

I prefer to handle these kinds of requirement locally rather than globally. For example, here's a bit from one of my session setup scripts which updates CDPATH for *ix semantics.

:: 2009-11-27 SHL Adjust CDPATH to have unix semantics to keep ash happy if defined CDPATH if "%@substr[%CDPATH,0,2]" != ".;" set CDPATH=.;%CDPATH


See http://bugs.ecomstation.nl/view.php?id=3529

set CDPATH=.;..;..\..; (leading .;) works here

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.