Commit Graph

15 Commits

Author SHA1 Message Date
MikeW50
1c91c2f1d1
Merge pull request #8 from ksherlock/patch0004
records within records can generate a bad displacement in the debugger symbol table.
2018-03-25 15:15:22 -06:00
MikeW50
fcbf1b7896
Merge pull request #7 from ksherlock/patch0003
pragma debug $1 doesn't enable profiling code
2018-03-25 15:14:40 -06:00
MikeW50
16f41dbada
Merge pull request #6 from ksherlock/patch0002
initialize the fast file option list pointer to nil
2018-03-25 15:14:05 -06:00
MikeW50
92cd5b6c4e
Merge pull request #5 from ksherlock/patch0001
bug in division routines.
2018-03-25 15:13:36 -06:00
MikeW50
7d095d99f6
Merge pull request #3 from ksherlock/patch_1
Uninitialized object field
2018-03-25 15:12:32 -06:00
MikeW50
4736864a57
Merge pull request #2 from ksherlock/GetTypDisp-bug
GetTypeDisp bug
2018-03-25 15:11:48 -06:00
MikeW50
bb88b94ee5
Merge pull request #1 from ksherlock/crlf
cr / lf conversion.
2018-03-25 15:10:18 -06:00
Kelvin Sherlock
2805ff6877 records within records can generate a bad displacement in the debugger symbol table. 2018-03-15 23:15:42 -04:00
Kelvin Sherlock
82661e6617 pragma debug $1 doesn't enable profiling code
(profiling code is needed to generate debug code for functions and lines)

compile +D enables debugging and profiling.
2018-03-15 23:15:30 -04:00
Kelvin Sherlock
ff7694ca45 initialize the fast file option list pointer to nil
(ORCA shell currently ignores the option list but maybe someday it will be supported...)
2018-03-15 23:15:06 -04:00
Kelvin Sherlock
1d0242daa1 bug in division routines.
see byteworksinc/ORCA-C@f4ad0fa#diff-321d85ea2e19d2a7f2555cfa70cbef7e
2018-03-15 23:14:48 -04:00
Kelvin Sherlock
012d936d3f when generating a debugger symbol table, GetTypeDisp returns 0 for not found or for a displacement of 0. Not good. This uses a noDisp/-1 const (as does ORCA/C). 2018-03-13 15:48:23 -04:00
Kelvin Sherlock
63839d81a0 Uninitialized field when declaring objects without any data fields causes spurious "assignment of files not allowed" error. 2018-03-13 15:42:58 -04:00
Kelvin Sherlock
cf72a073f8 cr / lf conversion. 2018-03-12 14:15:39 -04:00
mikew50
dbb32024b6 ORCA/Pascal 2.2 source from the Opus ][ CD 2018-03-11 20:21:14 -06:00