Please enable JavaScript to view this site.

A-Shell Development History

Navigation: » No topics above this level «

Version 4.1, builds 485-506

Scroll Prev Top Next More

505 — 12-Aug-96

MK3.C: Chg ERF() to return same as statvar for IsamPlus per AMOS/rds-jdm

 

QDEF.BSI: Get jobname from qblock directly /rds-jdm

 

MK0.C: Adjust format of jobname in extended user q block to account for byte swapped machines /jdm

504 — 09-Aug-96

MKX2.C: EZSPL.SBR now checks EZ:<file>.SFL, EZ:<prog>.SPG, EZ:<trmdef>.SPL, then SYSTEM.SPL (in MEM:,[p,pn],[p,0],EZ:) /jdm

 

EZSPL.C, MIAMEG.C (Windows & UNIX): TRACE=LP now outputs considerably more info - list of EZSPL config files processed, lines processed, etc.

 

INMEMO.C: Fix minor bug - it was always turning cursor on, even after no-display operations /jdm

503 — 03-Aug-96

MIAMEG.C (UNIX): Support formeed switch under AIX (via enq) /rds-jdm

 

MKX2.C: Minor bug fix to GETJOB.SBR to terminate JOBNAM string if passed as more than 6 bytes.  Enhance GET.SBR to return # bytes read in either F, B2 or B4 format /rds-jdm

 

MK0.C: When generating jobnames, use TASxxx for UNIX background tasks (not associated with a tty) instead of TSKxxx /jdm

 

*.CUR: (WINDOWS)] Supply monochrome versions as well as color of cursors /jdm

 

CCMPIL.C: Support BasicPlus I type (1,2,4 bytes). NOTE: implementation is incomplete and is known to work under AIX only. /rds-jdm

 

MK3.C: Support I type vars /rds-jdm

 

MK2C.C: Support I type vars.  Expand max IsamPlus recsize to 2560 bytes from 1024 /rds-jdm

502 — 23-Jul-96

PCWIN.C: Mouse support enhancements; fix bugs introduced in [500], allow hot spots on status lines, auto change cursor to finger when over a hot spot.

 

MIAMEC.H, MIAMEC.C: Process SBR=MALLOCSORT option

 

AMSORT.C: Support MALLOCSORT option (use malloc to allocate a large sort buffer under Windows or Unix) Sequential file sort only.

501 — 02-Jul-96

MK0.C: Use sigaction() instead of signal() based on SIGACTION_SUP (believed to be more 'reliable').  miameg.h must be updated to define SIGACTION_SUP (for SCO5, etc.)

 

MIAMEG.C (UNIX): Save getcondev() results to avoid system() call during signal trap on SIGHUP /jdm

 

MIAMEC.C, MIAMEC.H: Support TRACE=SIGNAL /jdm

 

MKX2.C: Strip trailing blanks of device in BLOCKS.SBR (else wasn't working in SYSTAT /jdm

500 — 28-Jun-96

MKX0.C: Enhance calcom() to support op=2 (just like receive but not destructive.)  Enhance x_common() to support COMMONNDR (non destructive read) SBR= flag /jdm

 

MKX3.C: Add CHKKBD.SBR, SYS000.SBR, ACCESS.SBR /jdm

 

INMEMO.C: Preclear allocated buffer to avoid garbage problems /pg-jdm

 

CONDEV:

499 — 06-Jun-96

AM65.C, AM75.C: Fix bug in which fkc is referenced before it is set in input routines when function key translation not on. /pg:jdm

 

Add CC_TYPE (compiler type) symbol to ostype.h to allow distinction between cc under SCO and gcc under SCO /jdm

 

CVUE.C: Workaround problems with Line # status display in 132 column mode on some drivers /jdm

498 — 03-Jun-96

MKX2.C: Support new subroutines GETLOG, PPNSWP, and CHKSPL by enhancing GETJOB.SBR, SETPPN.SBR, PRTCHK.SBR /jdm

 

Support new subroutine SCGINP - variation of INPUT.SBR /jdm

 

MKX3.C: Support new subroutine SCGINP.SBR (see UPDATE.TXT) /jdm

497 — 23-May-96

ASHELL.H:, MKX0.C: MKX2.C: Add jobdat.sbr, winflg.sbr /jdm

 

MIAMEG.C: (all versions) Adjust file locking logic to avoid conflicts with rec locking and to make exclusive open properly wait for ALL users to exit file (previously was only waiting for FIRST user) /jdm

496 — 20-May-96

MK3.C: More PRINT USING cleanup; fix failure to round .005 to .01 /jdm

495 — 07-May-96

MK0.C, MK2.C, ASHELL.H, MKI.C: Add ATRACE tracing logic (conditional compile) /jdm

 

MK3.C: Fix another PRINT USING bug: improper trailing space on masks beginning with decimal pt /jdm

494 — 07-May-96

MK3.C: Fix spurious leading % in some numeric formatted expressions (e.g. .667 using ".##" was displaying %.67) /jdm

493 — 06-May-96

TRAK20.C (DOS only): Map TAB(0,x) to TAB(1,X) and TAB(x,0) to TAB(x,1) to prevent memory corruption /jdm

492 — 30-Apr-96

PCWIN.C: Minor internal cleanup to eliminate MemCheck warnings /jdm

 

MIAMEG.C: (All versions) Delete function key xlt tables on exit (via set_fkt(NULL) /jdm

 

MIAMEW.C: Add call to pcwin_shut(); turn memcheck on and off /jdm

491 — 28-Apr-96

INMEMO.C: Fix problem with MMO'OTX /jdm

 

CCMPIL.C: Fix bug with literal [A,B] subscripts if B>127 /jdm

490 — 25-Apr-96

CIO.C: Fix problem resulting in GPF's (Windows) intermittantly on function keys (esp. PGUP/PGDN in EZTYP) /jdm

489 — 23-Apr-96

MK2C.C: Fix bug introduced in 488 causing lockup on PRINT "". /jdm

488 — 16-Apr-96

MK2.C: Fix resume point on control-C traps (was resuming to instruction prior to trap rather than after.) /jdm

 

MKE.C, MK1.C, MK2C.C: Fix problem with ab_error() reporting err(2)=0 when error occurred on non-file-access statement /jdm

 

ASHELL.H: Add lastchannel member to as structure /jdm

 

MK2C.C: Fix bug with null args in ! and \--\ mask fields /jdm

 

MASHELW.DEF: Increase stack to 20000 (customer complaining about stack overflow with big IF ELSE IF ELSE IF...) /jdm

487 — 18-Mar-96

MIAMEC.C: Fix bug in test for FONTWIDTH & FONTHEIGHT params in INI /jdm

 

MK0.C: Update miame version to 1.2(193) /jdm

 

MKX3.C: Fix bug in DERR causing GPF if < 4 params passed /jdm

 

PCWIN.C: Decrease max lag time until screen update from 1 to 1/3 sec /jdm

 

INFLD.C: Support CMDFLG (command file input) /jdm

 

MKX2.C: Support CMDFLG (command file input) /jdm

486 — 12-Mar-96

INMEMO.C, INMEMC.C: Support EXTPCL (protected cols), MMO'NAF (no auto fmt), EXTPRW (protected cols) /jdm

 

MIAMEG.C (DOS): Support NPJ:<printjob> pseudo device (Novell Print Job) in printer.INI DEVICE= to submit print jobs via NPRINT. Requires PRINTCON be used to define print job.

 

PCWIN.C: Some improvements in font metric logic.

485 — 21-Feb-96

INMEMO.C: Allocate dynamic memo buffer (up to 64K bytes) /jdm

 

MK2C.C: Fix incorrect limit on isam files of 51 /jdm

 

CVUE.C: Support 8 bit characters. /jdm

 

CIO.C: Revise get() to support 8 bit chars /jdm

 

MK0.C: Fix problem with use of -k to upgrade security key /jdm

 

MK1.C: Fix alignment problem on strict RISC machines when DATA area not muliple of 4 /jdm

 

INFLD.C: Support 8 bit chars /jdm

 

TRAK20.C (all versions): tin() now int; distinguishes 8 bit from funkey /jdm

 

PCWIN.C: Changes to support 8 bit chars /jdm

 

MIAMEG.H (Windows): Add LPINT16 typedef /jdm

 

MIAMEC.H: Fix ROUNDUP4 macro for strict machines/jdm

 

UNIX\<all terminal drivers>: Input routines updated for new 8 bit handling scheme./jdm

 

MK0.C: Update miame version to 1.2(191), copyrights to 1996 /jdm

 

MKW.C: Fix numeric display overflow in About box memory info /jdm