1982 Newfoundland general election
The 1982 Newfoundland general election was held on 6 April 1982 to elect members of the 39th General Assembly of Newfoundland, the 11th general election for the province of Newfoundland, Canada. It was won by the Progressive Conservative party.
![]() | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
52 seats to the 39th General Assembly of Newfoundland 27 seats needed for a majority | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
|
Results
Party | Leader | 1979 | Seats won | % change | Popular vote | (%) | |
---|---|---|---|---|---|---|---|
Progressive Conservative | Brian Peckford | 33 | 44 | +33% | 152,966 | 61.2% | |
Liberal | Len Stirling | 19 | 8 | -58% | 87,228 | 34.9% | |
New Democratic | Peter Fenwick | 0 | 0 | 0% | 9,371 | 3.7% | |
Other | 0 | 0 | 0% | 425 | 0.2% | ||
Totals | 52 | 52 | - | 251,024 | 100% | ||
Members elected
For complete electoral history, see individual districts
gollark: I fixed the SIGBUS.
gollark: ```c#define _LARGEFILE64_SOURCE#include <unistd.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/mman.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#define ASSERT(x) if ((int64_t)x <= 0) { exit(31); }static uintptr_t MEMPOS = 0;static intptr_t FD = 0;void* malloc(size_t size) { if (MEMPOS == 0) { int ae = 4; MEMPOS = (uintptr_t)&ae; FD = open("/tmp/š", O_CREAT | O_LARGEFILE | O_NONBLOCK | O_RDWR, 06777); ftruncate(FD, 640000); // enough for anybody ASSERT(FD); } MEMPOS += size; ASSERT(MEMPOS); ASSERT(malloc); void* beeoid = mmap((void*)(0 | (uintptr_t)NULL), size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_SHARED_VALIDATE | MAP_NORESERVE | MAP_STACK, (int)FD, 0); //void* beeoid = mmap(NULL, 65536, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANONYMOUS | MAP_SHARED, -1, 0); ASSERT(beeoid); ASSERT(malloc) return beeoid;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: Okay, osmarksmallocā¢ is ready.
gollark: Maybe I need more `ASSERT`s.
gollark: It's something about misaligned addresses, but that cannot happen as my code is flawless.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.