Compare commits
57 Commits
fgh_libbsd
...
fgh_update
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6567abd2a | ||
|
|
72df5f0ebc | ||
|
|
6042fab3d2 | ||
|
|
6e9c7b398b | ||
|
|
7c78b007c3 | ||
|
|
498066f2b4 | ||
|
|
0fc3e9e8e4 | ||
|
|
2a6e2de6f3 | ||
|
|
0fda50e67d | ||
|
|
b7714e4599 | ||
|
|
32be423f55 | ||
|
|
46df732486 | ||
|
|
01c90e4590 | ||
|
|
5aa79ebb06 | ||
|
|
bbf9f73cda | ||
|
|
f38e216446 | ||
|
|
d0d9b2329a | ||
|
|
4de89a6e94 | ||
|
|
ceccadacef | ||
|
|
6159c64b84 | ||
|
|
eb6ee87170 | ||
|
|
c16e3b4a55 | ||
|
|
285e35f2ea | ||
|
|
4e761298ea | ||
|
|
cbea9a7c9d | ||
|
|
47dd8edf60 | ||
|
|
1d2292aa62 | ||
|
|
4499b4d914 | ||
|
|
0317fbd882 | ||
|
|
b0c6136bd6 | ||
|
|
d922212de1 | ||
|
|
96c609e5f0 | ||
|
|
728a278dc0 | ||
|
|
2814618b9a | ||
|
|
af194bdaf7 | ||
|
|
e73aef6dcc | ||
|
|
61a05ac2b5 | ||
|
|
b611af518a | ||
|
|
fb0af3c05f | ||
|
|
93b09dec66 | ||
|
|
8f3d5c26b5 | ||
|
|
5790bce3db | ||
|
|
43f3118544 | ||
|
|
8eb02d2504 | ||
|
|
573d87aca3 | ||
|
|
13eb940538 | ||
|
|
3dc2bba019 | ||
|
|
322b2e0fbe | ||
|
|
a24a4dffc2 | ||
|
|
95e08680b8 | ||
|
|
7a7fca0bcf | ||
|
|
9e4d37efd7 | ||
|
|
b8c0c594a9 | ||
|
|
d9f1a78f47 | ||
|
|
ab4eb3d52d | ||
|
|
0f470b9753 | ||
|
|
b1bdd90338 |
18
.github/workflows/buildLoadup.yml
vendored
18
.github/workflows/buildLoadup.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Setup release tag
|
# Setup release tag
|
||||||
- name: Setup Release Tag
|
- name: Setup Release Tag
|
||||||
@@ -193,7 +193,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout Notecards and tar it in the tarballsdir
|
# Checkout Notecards and tar it in the tarballsdir
|
||||||
- name: Checkout Notecards
|
- name: Checkout Notecards
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/notecards
|
repository: ${{ github.repository_owner }}/notecards
|
||||||
path: ./notecards
|
path: ./notecards
|
||||||
@@ -268,7 +268,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -349,7 +349,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -418,7 +418,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# Store the values output from loadup job as environment variables
|
# Store the values output from loadup job as environment variables
|
||||||
- name: Environment Variables
|
- name: Environment Variables
|
||||||
@@ -530,7 +530,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
||||||
# Upload a dummy file to release
|
# Upload a dummy file to release
|
||||||
@@ -623,7 +623,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
|
|||||||
9
.gitignore
vendored
9
.gitignore
vendored
@@ -34,6 +34,9 @@ loadups/build/
|
|||||||
loadups/tagged
|
loadups/tagged
|
||||||
loadups/gitinfo
|
loadups/gitinfo
|
||||||
|
|
||||||
|
# font-importing working directories
|
||||||
|
internal/fonts/**
|
||||||
|
|
||||||
|
|
||||||
# manual cross-reference files
|
# manual cross-reference files
|
||||||
|
|
||||||
@@ -43,6 +46,12 @@ loadups/gitinfo
|
|||||||
*.sysout
|
*.sysout
|
||||||
*.SYSOUT
|
*.SYSOUT
|
||||||
|
|
||||||
|
# GITFNS deleted subdirectory
|
||||||
|
deleted/**
|
||||||
|
|
||||||
|
# local font construction
|
||||||
|
internal/fonts/**
|
||||||
|
|
||||||
#compiled code -- leave in for now
|
#compiled code -- leave in for now
|
||||||
|
|
||||||
# *.lcom
|
# *.lcom
|
||||||
|
|||||||
0
CLTL2/.skip
Normal file
0
CLTL2/.skip
Normal file
0
docs/dinfo/.skip
Normal file
0
docs/dinfo/.skip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user