compiler/bootstrap/windows-48
David C W Brown da88496c5f Tidy (#41)
* Deduplicate common constants into OPM and do some source format tidying.

* Fix postpush buildall script to force checkout of updated buildall.

* Show enlistment branch in makefiles

* Support non-printables in string literals and tidy case alignment and constant literals.

* Common code for MIN and MAX of integer types.

* Common code for SInt/Int/LInt in ConstOp parameter preparation.

* Common code for SInt/Int/LInt in Op parameter preparation.

* Refactor SetIntType to work with byte size directly. Prepare to revert my incorrect VAL changes.

* Original meaning of VAL restored. Many library files disabled until use of VAL in 64 bits fixed.

* Make Reals.Mod independent of INTEGER size and add reals tests.

* Implement fraction, IsInfinity and IsNaN in oocLowReal.Mod.

* OPB little simplifications and ShorterSize/LongerSize functions.

* Add test for alignment computability

* Replace alignment constants with calculated alignment.

* typ.size aware OPV.Convert

* Add SYSTEM_INT64 and make tests name independent.

* Remove SYSTEM.H includes (string.h and stdint.h).

* Replace uses of uintptr_t and size_t with SYSTEM_ADDRESS.

* Sad hack to make FreeBSD and OpenBSD happy with memcpy declaration.

* Detect 64 bit on FreeBSD, and size_t defined on OpenBSD.

* %zd not supportd by mingw, cast strnlen return to int.

* Add debug for intermittent failure only on OpenBSD.

* Add textTexts as a confidence test and tidy up a couple of other tests.

* Update binary test process.
2016-08-25 14:41:00 +01:00
..
Configuration.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Configuration.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Console.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Console.h Tidy (#41) 2016-08-25 14:41:00 +01:00
errors.c Tidy (#41) 2016-08-25 14:41:00 +01:00
errors.h Tidy (#41) 2016-08-25 14:41:00 +01:00
extTools.c Tidy (#41) 2016-08-25 14:41:00 +01:00
extTools.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Files.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Files.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Heap.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Heap.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Modules.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Modules.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPB.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPB.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPC.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPC.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPM.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPM.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPP.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPP.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPS.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPS.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPT.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPT.h Tidy (#41) 2016-08-25 14:41:00 +01:00
OPV.c Tidy (#41) 2016-08-25 14:41:00 +01:00
OPV.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Platform.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Platform.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Reals.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Reals.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Strings.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Strings.h Tidy (#41) 2016-08-25 14:41:00 +01:00
SYSTEM.c Tidy (#41) 2016-08-25 14:41:00 +01:00
SYSTEM.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Texts.c Tidy (#41) 2016-08-25 14:41:00 +01:00
Texts.h Tidy (#41) 2016-08-25 14:41:00 +01:00
Vishap.c Tidy (#41) 2016-08-25 14:41:00 +01:00
vt100.c Tidy (#41) 2016-08-25 14:41:00 +01:00
vt100.h Tidy (#41) 2016-08-25 14:41:00 +01:00
WindowsWrapper.h Update bootstrap sources. 2016-07-19 15:37:07 +01:00