Please enable JavaScript to view this site.

A-Shell Development History

Navigation: » No topics above this level «

Version 2.0, builds 133-173

Scroll Prev Top Next More

173 — 27-Nov-91

 

MKX2.C: Fix problem in STOP trace output./ JRB

MKX0.C: Fix bug in ACCEPT using putchar and not wputch./ JRB

172 — 25-Nov-91

 

 

MKX2.C: Do not set ismode to F_FIND after succesful GET./ JRB

MKE.C: Treat ENOCURR as `Record not locked' on isrewcurr()./ JRB

MKX0.C: Extend GTLANG to return 2.x parameters (collating etc)./ JRB

171 — 21-Nov-91

MK2.C: Clear status variable on CREATE'RECORD and UPDATE'RECORD./ JRB; Pre-clear search_key to nulls in FIND and GET./ JRB

170 — 20-Nov-91

 

 

MK2.C: Improve `no current record' handling in GET'NEXT/GET'PREV./ JRB

MK3.C: Use free memory as string evaluation stack./ JRB

MKX2.C: Support zero values for ROW/COL in INFLD.SBR./ JRB

169 — 18-Nov-91

 

MK0.C: Set global infld patch information from MIAME.INI./ JRB

MK2.C: Handle `record not found' correctly in GET'LOCKED./ JRB

168 — 14-Nov-91

MK2.C: Support filespec mode of INDEXED'STATS statement./ JRB

167 — 13-Nov-91

MKE.C: Expand C-ISAM error handling for v4.00 (Unix)./ JRB

166 — 06-Nov-91

MK1.C: Close any C-ISAM files left open on program END./ JRB

165 — 04-Nov-91

MK2.C: Detect records in use in GET'LOCKED correctly./ JRB

164 — 30-Oct-91

MK2.C: Implement SCALE for READ/DATA./ JRB

163 — 29-Oct-91

MKX2.C: Add C-ISAM function 19 to read current record./ JRB

162 — 28-Oct-91

MKX1.C: Fix infld() problem when XMAX > length(ENTRY)./ JRB

161 — 14-Oct-91

MKX0.C: Support COPIES parameter in SPOOL.SBR./ JRB

160 — 07-Oct-91

 

MK3.C: Shunt up new return stack on DIMing array./ JRB

AMSORT.C: Perform either memory-based or disk-based sequential sort depending on amount of memory available./ JRB

159 — 04-Oct-91

AMSORT.C: Use free memory between as.memfre and as.memcmd./ JRB (Do not allocate extra memory)

158 — 26-Sep-91

 

MK2.C: Handle CALLs and RETURNs with new CALL/RETURN stack./ JRB

MKX2.C: Improve handling of multi-byte xcall GET handling./ JRB

157 — 25-Sep-91

MK2.C: Only wrap TABs around tcarea.col if outputting to screen./ JRB

156 — 12-Sep-91

MK2.C: Use new miame rlock() function to handle file and record locking./ JRB

155 — 11-Sep-91

MK0.C: Close MIAME.INI when finished with serial number./ JRB

154 — 09-Sep-91

 

MK2.C: Use bitmapped index_type in place of secondary_flag./ JRB

Implement ISAM #7 call!! (I forgot)./ JRB

153 — 05-Sep-91

MK2.C: Only set return key in FIND if record found (STAT <> -3)./ JRB

152 — 04-Sep-91

 

MK2.C: Support .IDA to .DAT mapping in LOOKUP/KILL if required./ JRB; Set ISMODE lock correctly in GET'LOCKED./ JRB; Fix problem with explicit record in RELEASE'RECORD./ JRB; Prevent error when unlocking C-ISAM record when ENOCURR./ JRB

MKE.C: Expand C-ISAM error handling to report location./ JRB

151 — 28-Aug-91

MKE.C: Unyank error routines from MK3.C./ JRB  (Prior edit history is in MK3.C)

150 — 21-Aug-91

MKX2.C: Fix KDAY.SBR/LAPSED.SBR to handle dates after mid '90./ JRB  ( > 32767 days after 1st January 1900)

149 — 19-Aug-91

MKX2.C: Upgrade GETJTB.SBR to support new string PPNs./ JRB; Add SETJTB.SBR to current AMOS spec./ JRB

148 — 14-Aug-91

MK3.C: Treat Binary size 5 variables as SIGNED./ JRB; Use infld INMEMO mode in wgets()./ JRB

147 — 12-Aug-91

 

 

All modules: Abandon use of NEAR pointers. 100% HUGE model./ JRB

MK2.C: Don't overwrite record on GET if not found./ JRB

MKX2.C: Add MIAMEX function 12 (return A-Shell version)./ JRB

146 — 07-Aug-91

MK2.C: Fix problem with concatenated keys in ALLOCATE'INDEXED./ JRB; Open file exclusively in ALLOCATE'INDEXED./ JRB; Implement INDEXED'STATS./ JRB

145 — 06-Aug-91

MKX2.C: Add MIAMEX function 11 (return ERSATZ info)./ JRB

144 — 02-Aug-91

 

 

 

MK2.C: Disable ISAM Plus if no licence./ JRB

MK3.C: Handle ISAM Plus licence error message./ JRB

MKX0.C: Convert new filename to lower case in RENAME.SBR./ JRB

MKX2.C: Disable ISAM Plus if no licence in CISAM.SBR./ JRB; Set binary mode in GET.SBR./ jrb

143 — 01-Aug-91

MK0.C: Add serial # based encryption./ JRB

142 — 30-Jul-91

 

MK2.C: Support secondary ISAM (1.0) indices./ JRB

MKI.C: Load/save secondary key information in header./ JRB

141 — 15-Jul-91

MKX1.C: Return correct date in RDATE.SBR./ JRB

140 — 11-Jul-91

MK3.C: Return correct value for eof() function./ JRB

139 — 08-Jul-91

MKX0.C: Implement SLEEP.SBR correctly./ JRB

138 — 03-Jul-91

 

MK3.C: Improve error reporting for c-isam handling./ JRB

MKX2.C: Extend GET.SBR to read multiple bytes./ JRB

137 — 02-Jul-91

 

MK2.C: Support ISAM Plus calls if running AlphaBASIC 1.4./ JRB

MKX2.C: Add CISAM.SBR for special C-ISAM file handling./ JRB

136 — 01-Jul-91

MK2.C: Add MicroSabio's MSBOXX.SBR

135 — 24-Jun-91

 

MK2.C: Use SIGNIFICANCE in f.point printing logic./ JRB; Fix problems with INPUT LINE stripping TABs etc./ JRB

MK3.C: Use precision of 10 in STR() function./ JRB

134 — 21-Jun-91

 

 

MK2.C: Add .SBR alias support./ JRB

MKX1.C: Use .SBR aliasing for INPUT, SRCH2, and STALL./ JRB

MKX2.C: Use .SBR aliasing for GETDSK, JOBNAM, RENAM, and WHOAMI./ JRB

133 — 11-Jun-91

MK2.C, MK3.C: Incorporate minor changes for SUN SparcSTATION./ JRB`