ack.git
38 years agofirst operand to intexpr is arith typed
erikb [Tue, 26 Aug 1986 14:59:36 +0000 (14:59 +0000)]
first operand to intexpr is arith typed

38 years agonewer version with bug fixes
ceriel [Tue, 26 Aug 1986 14:33:24 +0000 (14:33 +0000)]
newer version with bug fixes

38 years agounknown-sized locals retain their type
erikb [Tue, 26 Aug 1986 10:30:39 +0000 (10:30 +0000)]
unknown-sized locals retain their type

38 years agogenerate a con instruction for each character in a string constant
erikb [Mon, 25 Aug 1986 08:47:07 +0000 (08:47 +0000)]
generate a con instruction for each character in a string constant

38 years agosome minor bugs
erikb [Fri, 22 Aug 1986 09:20:13 +0000 (09:20 +0000)]
some minor bugs

38 years agomade less environ and machine dependent
erikb [Fri, 22 Aug 1986 09:10:12 +0000 (09:10 +0000)]
made less environ and machine dependent

38 years agorevised the treatment of "e op= f" expression
erikb [Wed, 13 Aug 1986 10:05:39 +0000 (10:05 +0000)]
revised the treatment of "e op= f" expression

38 years agoadded some #ifdef USE_TMP lines
erikb [Tue, 29 Jul 1986 12:49:38 +0000 (12:49 +0000)]
added some #ifdef USE_TMP lines

38 years agoadded -T<path> option: create temporary file(s) in directory <path>
erikb [Tue, 29 Jul 1986 11:46:00 +0000 (11:46 +0000)]
added -T<path> option: create temporary file(s) in directory <path>

38 years agoAdded a test for BLS with a blockmove of wordsize bytes.
ceriel [Fri, 25 Jul 1986 16:08:56 +0000 (16:08 +0000)]
Added a test for BLS with a blockmove of wordsize bytes.

38 years agoBug fix: the BLS instruction did'nt work with block moves of one word.
ceriel [Fri, 25 Jul 1986 15:57:03 +0000 (15:57 +0000)]
Bug fix: the BLS instruction did'nt work with block moves of one word.

38 years agoinn and set must be word-orientated, not byte-orientated.
ceriel [Fri, 25 Jul 1986 15:01:15 +0000 (15:01 +0000)]
inn and set must be word-orientated, not byte-orientated.

38 years agoBug fix
ceriel [Fri, 25 Jul 1986 14:17:23 +0000 (14:17 +0000)]
Bug fix

38 years agoBug fix
ceriel [Fri, 25 Jul 1986 13:19:51 +0000 (13:19 +0000)]
Bug fix

38 years agoMade tail_mon dependant on tail_mon.a
ceriel [Wed, 23 Jul 1986 11:06:29 +0000 (11:06 +0000)]
Made tail_mon dependant on tail_mon.a

38 years agoAdded a ".sect .text". The text "landed" in the bss segment.
ceriel [Wed, 23 Jul 1986 11:04:40 +0000 (11:04 +0000)]
Added a ".sect .text". The text "landed" in the bss segment.

38 years agoBug fix. It just did'nt work.
ceriel [Tue, 22 Jul 1986 15:11:09 +0000 (15:11 +0000)]
Bug fix. It just did'nt work.

38 years ago*** empty log message ***
ceriel [Tue, 22 Jul 1986 14:49:46 +0000 (14:49 +0000)]
*** empty log message ***

38 years agoAdapted to the use of the new assembler.
ceriel [Tue, 22 Jul 1986 13:42:21 +0000 (13:42 +0000)]
Adapted to the use of the new assembler.

38 years agoAdapted to new assembler and made re-entrant.
ceriel [Tue, 22 Jul 1986 13:37:16 +0000 (13:37 +0000)]
Adapted to new assembler and made re-entrant.

38 years agoAdapted to use of new assembler.
ceriel [Tue, 22 Jul 1986 13:23:14 +0000 (13:23 +0000)]
Adapted to use of new assembler.

38 years agoInitial revision
ceriel [Tue, 22 Jul 1986 11:07:48 +0000 (11:07 +0000)]
Initial revision

38 years agoreplaced all occurrences of "cc" by "$(CC)".
ceriel [Tue, 22 Jul 1986 11:01:54 +0000 (11:01 +0000)]
replaced all occurrences of "cc" by "$(CC)".

38 years agoAdapted so that anybody can do "make install".
ceriel [Tue, 22 Jul 1986 10:47:51 +0000 (10:47 +0000)]
Adapted so that anybody can do "make install".

38 years agoChanged default machine to "vax4".
ceriel [Tue, 22 Jul 1986 10:36:04 +0000 (10:36 +0000)]
Changed default machine to "vax4".

38 years agoAdded code to use different integer constants when compiled with
ceriel [Mon, 21 Jul 1986 12:26:38 +0000 (12:26 +0000)]
Added code to use different integer constants when compiled with
word_size >= 4.

38 years agoAdded -Vi... flag to Pascal compiler options.
ceriel [Mon, 21 Jul 1986 09:58:19 +0000 (09:58 +0000)]
Added -Vi... flag to Pascal compiler options.

38 years agoSome changes needed for the new 4-4 Pascal compiler.
ceriel [Mon, 21 Jul 1986 09:53:44 +0000 (09:53 +0000)]
Some changes needed for the new 4-4 Pascal compiler.

38 years agoAdded instructions to make pem44.m
ceriel [Mon, 21 Jul 1986 09:40:20 +0000 (09:40 +0000)]
Added instructions to make pem44.m

38 years agoThis is the result of the merging of 2.5 with 2.4.1.1, with some
ceriel [Mon, 21 Jul 1986 09:30:11 +0000 (09:30 +0000)]
This is the result of the merging of 2.5 with 2.4.1.1, with some
minor fixes.

38 years agoTemporary variables are no longer overlapping. The operlapping caused
ceriel [Mon, 21 Jul 1986 09:23:39 +0000 (09:23 +0000)]
Temporary variables are no longer overlapping. The operlapping caused
problems with register variables.
Also, code is added to prevent the generation of static exchanges.
only included if the preprocessor-constant
NO_EXC is defined.

38 years agosome leaks plugged (as detected by the leak detector)
dick [Fri, 18 Jul 1986 22:23:23 +0000 (22:23 +0000)]
some leaks plugged (as detected by the leak detector)

38 years agosome leaks plugged (as detected by the leak detector)
dick [Fri, 18 Jul 1986 21:10:42 +0000 (21:10 +0000)]
some leaks plugged (as detected by the leak detector)

38 years agooption NORCSID for lint in Makefile is nonsense
dick [Thu, 17 Jul 1986 22:17:59 +0000 (22:17 +0000)]
option NORCSID for lint in Makefile is nonsense

38 years agoSome bug fixes
ceriel [Mon, 14 Jul 1986 15:00:08 +0000 (15:00 +0000)]
Some bug fixes

38 years agobetter compatibility between CARDINAL and ADDRESS
ceriel [Thu, 10 Jul 1986 16:27:26 +0000 (16:27 +0000)]
better compatibility between CARDINAL and ADDRESS

38 years agonewer version
ceriel [Tue, 8 Jul 1986 14:59:02 +0000 (14:59 +0000)]
newer version

38 years agonewer version
ceriel [Thu, 26 Jun 1986 09:39:36 +0000 (09:39 +0000)]
newer version

38 years agonewer version
ceriel [Fri, 20 Jun 1986 14:36:49 +0000 (14:36 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 17 Jun 1986 12:04:05 +0000 (12:04 +0000)]
newer version

38 years agoremoved sanity checking on result from sprintf
sater [Tue, 17 Jun 1986 09:13:11 +0000 (09:13 +0000)]
removed sanity checking on result from sprintf
System IIIish systems seem to have their own idea.

38 years agoConversions from 1 byte integers were wrong.
sater [Mon, 16 Jun 1986 11:35:12 +0000 (11:35 +0000)]
Conversions from 1 byte integers were wrong.
Only discovered after new C-frontend.

38 years agonewer version
ceriel [Tue, 10 Jun 1986 13:18:52 +0000 (13:18 +0000)]
newer version

38 years agoThere was a bug in the printing of the trap number.
ceriel [Fri, 6 Jun 1986 23:35:42 +0000 (23:35 +0000)]
There was a bug in the printing of the trap number.
This is corrected.

38 years agonewer version
ceriel [Fri, 6 Jun 1986 09:35:11 +0000 (09:35 +0000)]
newer version

38 years agonewer version
ceriel [Fri, 6 Jun 1986 02:22:09 +0000 (02:22 +0000)]
newer version

38 years agoIncreased the size of the expression node table.
ceriel [Thu, 5 Jun 1986 13:56:31 +0000 (13:56 +0000)]
Increased the size of the expression node table.

38 years agoRediscovered a bug in the VAX 4.1 UNIX assembler. It handles $0f0.0 wrong!
ceriel [Thu, 5 Jun 1986 12:43:56 +0000 (12:43 +0000)]
Rediscovered a bug in the VAX 4.1 UNIX assembler. It handles $0f0.0 wrong!
The changes is the table insure that $0f0.0 is never generated.

38 years agofirst, almost complete, version
ceriel [Wed, 4 Jun 1986 09:01:48 +0000 (09:01 +0000)]
first, almost complete, version

38 years agonewer version
ceriel [Fri, 30 May 1986 18:48:00 +0000 (18:48 +0000)]
newer version

38 years agonewer version
ceriel [Wed, 28 May 1986 18:36:51 +0000 (18:36 +0000)]
newer version

38 years agorevised the type checking of expr in "switch (expr)"
erikb [Wed, 28 May 1986 08:40:06 +0000 (08:40 +0000)]
revised the type checking of expr in "switch (expr)"

38 years agonewer version
ceriel [Fri, 23 May 1986 19:25:21 +0000 (19:25 +0000)]
newer version

38 years agonewer version
ceriel [Fri, 23 May 1986 09:46:31 +0000 (09:46 +0000)]
newer version

38 years agonewer version
ceriel [Wed, 21 May 1986 18:32:20 +0000 (18:32 +0000)]
newer version

38 years agoNon existing token fields in the format string caused memfaults
sater [Wed, 21 May 1986 15:08:57 +0000 (15:08 +0000)]
Non existing token fields in the format string caused memfaults
because fields were checked beyond the end of the tokeninfo. Fixed.

38 years agonewer version
ceriel [Fri, 16 May 1986 17:15:36 +0000 (17:15 +0000)]
newer version

38 years agonewer version
ceriel [Wed, 14 May 1986 09:03:51 +0000 (09:03 +0000)]
newer version

38 years agonewer version
ceriel [Thu, 1 May 1986 19:06:53 +0000 (19:06 +0000)]
newer version

38 years agonewer version
ceriel [Mon, 28 Apr 1986 18:06:58 +0000 (18:06 +0000)]
newer version

38 years agovarious small layout corrections
erikb [Mon, 28 Apr 1986 09:56:33 +0000 (09:56 +0000)]
various small layout corrections

38 years agonewer version
ceriel [Fri, 25 Apr 1986 10:14:08 +0000 (10:14 +0000)]
newer version

38 years agonewer version
ceriel [Wed, 23 Apr 1986 22:12:22 +0000 (22:12 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 22 Apr 1986 23:22:19 +0000 (23:22 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 22 Apr 1986 22:36:16 +0000 (22:36 +0000)]
newer version

38 years agoAdded EODDZ to the exported externals.
keie [Tue, 22 Apr 1986 10:40:29 +0000 (10:40 +0000)]
Added EODDZ to the exported externals.
It should have been there from the start.

38 years agonewer version
ceriel [Mon, 21 Apr 1986 17:27:06 +0000 (17:27 +0000)]
newer version

38 years agonewer version
ceriel [Fri, 18 Apr 1986 17:53:47 +0000 (17:53 +0000)]
newer version

38 years agovarious small corrections
erikb [Thu, 17 Apr 1986 14:42:54 +0000 (14:42 +0000)]
various small corrections

38 years agonewer version
ceriel [Thu, 17 Apr 1986 09:28:09 +0000 (09:28 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 15 Apr 1986 17:51:53 +0000 (17:51 +0000)]
newer version

38 years agonewer version
ceriel [Sat, 12 Apr 1986 02:21:24 +0000 (02:21 +0000)]
newer version

38 years agonewer version
ceriel [Fri, 11 Apr 1986 11:57:19 +0000 (11:57 +0000)]
newer version

38 years agonewer version
ceriel [Thu, 10 Apr 1986 01:08:49 +0000 (01:08 +0000)]
newer version

38 years agosafety commit
ceriel [Wed, 9 Apr 1986 18:14:49 +0000 (18:14 +0000)]
safety commit

38 years agonewer version
ceriel [Tue, 8 Apr 1986 23:51:11 +0000 (23:51 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 8 Apr 1986 23:34:10 +0000 (23:34 +0000)]
newer version

38 years agonewer version
ceriel [Tue, 8 Apr 1986 18:15:46 +0000 (18:15 +0000)]
newer version

38 years agonewer version
ceriel [Mon, 7 Apr 1986 22:15:08 +0000 (22:15 +0000)]
newer version

38 years agonewer version
ceriel [Mon, 7 Apr 1986 17:40:38 +0000 (17:40 +0000)]
newer version

38 years agonewer version, partial parse trees
ceriel [Sun, 6 Apr 1986 17:42:56 +0000 (17:42 +0000)]
newer version, partial parse trees

38 years agoA newer version
ceriel [Fri, 4 Apr 1986 13:47:04 +0000 (13:47 +0000)]
A newer version

38 years agocorrected the treatment of PREDEF-ed macros
erikb [Fri, 4 Apr 1986 11:31:03 +0000 (11:31 +0000)]
corrected the treatment of PREDEF-ed macros

38 years agorevised the treatment of strings in initialisations
erikb [Fri, 4 Apr 1986 09:54:50 +0000 (09:54 +0000)]
revised the treatment of strings in initialisations

38 years agonewer version, safety commit
ceriel [Thu, 3 Apr 1986 17:41:26 +0000 (17:41 +0000)]
newer version, safety commit

38 years agoadapted to print(3L) module
erikb [Thu, 3 Apr 1986 14:32:56 +0000 (14:32 +0000)]
adapted to print(3L) module

38 years agorevised check_ival() (among some other small changes)
erikb [Thu, 3 Apr 1986 11:33:32 +0000 (11:33 +0000)]
revised check_ival() (among some other small changes)

38 years agoNewer version, safety commit
ceriel [Thu, 3 Apr 1986 00:44:39 +0000 (00:44 +0000)]
Newer version, safety commit

38 years agonewer version, safety commit
ceriel [Wed, 2 Apr 1986 17:34:21 +0000 (17:34 +0000)]
newer version, safety commit

38 years agorevised the administration of Value expressions
erikb [Wed, 2 Apr 1986 08:37:17 +0000 (08:37 +0000)]
revised the administration of Value expressions

38 years agoNewer version, safety commit
ceriel [Sat, 29 Mar 1986 01:04:49 +0000 (01:04 +0000)]
Newer version, safety commit

38 years agoexpression nodes now can have a flag EX_ERROR
dick [Thu, 27 Mar 1986 18:17:48 +0000 (18:17 +0000)]
expression nodes now can have a flag EX_ERROR

38 years agosafety commit, newer version
ceriel [Thu, 27 Mar 1986 17:37:41 +0000 (17:37 +0000)]
safety commit, newer version

38 years agorepaired inreg() pseudofunction, it delivered total nonsense
sater [Thu, 27 Mar 1986 15:49:16 +0000 (15:49 +0000)]
repaired inreg() pseudofunction, it delivered total nonsense

38 years agomodified the string-constant printing routines; bts2str() is invoked
erikb [Thu, 27 Mar 1986 11:01:12 +0000 (11:01 +0000)]
modified the string-constant printing routines; bts2str() is invoked

38 years agosafety commit, newer version
ceriel [Wed, 26 Mar 1986 22:46:48 +0000 (22:46 +0000)]
safety commit, newer version

38 years agonewer version, safety commit
ceriel [Wed, 26 Mar 1986 17:53:13 +0000 (17:53 +0000)]
newer version, safety commit

38 years agointroduced the string(3L) module
erikb [Wed, 26 Mar 1986 16:58:43 +0000 (16:58 +0000)]
introduced the string(3L) module

38 years agoA newer version, safety commit
ceriel [Wed, 26 Mar 1986 15:11:02 +0000 (15:11 +0000)]
A newer version, safety commit

38 years agoidentifier pfd_type renamed to fdtpp
dick [Wed, 26 Mar 1986 14:01:10 +0000 (14:01 +0000)]
identifier pfd_type renamed to fdtpp