forked from kspalaiologos/xpar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
58 lines (33 loc) · 1.25 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2024-10-15 Kamila Szewczyk <[email protected]>
aarch64-machine-specific code
2024-10-14 Kamila Szewczyk <[email protected]>
v0.1 release
update AUTHORS
move read_header_from_map into a guard block
add strndup prototype to platform.h
try switching to mingw32/mingw64
Windows support
xpar-x86_64.asm - leading underscore fix
CI: aarch64 vanilla macos target, configure: fix leading underscores
settings specific to ELF targets
configure: cleaner flag handling, set up nasm in CI runners
rewrite platform-specific assembly using nasm.
xpar-x86_64.S: .att_syntax directive
fix a lax setmode check
also verify the presence of MS-specific io.h
x86_64 MacOS CI
add a rudimentary self-check target
retain only README.md in EXTRA_DIST
update the actions runner
fix the name of the bootstrap script
fill in v0.1 notes in NEWS, add development section in README.md
Add GNU-compatible changelog.
add copyright headers to shell scripts, portable gitlog-to-changelog
/bin/sh -> /usr/bin/env sh
rename shell scripts
bootstrap.sh -> bootstrap
contrib/gitlog-to-changelog.sh -> contrib/gitlog-to-changelog
contrib/xpar-torture.sh -> contrib/xpar-torture
v0.1
2024-10-12 Kamila Szewczyk <[email protected]>
Initial Commit