d0cbe749f8
Bump to 1.2.0
v1.2.0
2020-05-12 11:12:54 -04:00
916e5ac533
Clear $SHELL before running Vim
...
This is necessary because otherwise, when run from BusyBox, it picks up
BusyBox's virtual "/bin/sh" shelll which, of course, doesn't work within
Vim.
2020-05-12 10:55:23 -04:00
91b4af6131
Tweak some README wording
2020-05-12 10:55:12 -04:00
4d46361400
Add Universal Ctags
...
Unfortunately Universal Ctags has never made an official release, and
the maintainer doesn't seem to be interesting in ever making one. So
there's no official stable tarball of the source code. GitHub's
automatically generated tarballs are not stable, so we can't use them.
So the best we can do is use a stable snapshot from a Linux
distribution, in this case Debian. This means we're limited to whatever
version Debian packages.
2020-05-12 09:24:01 -04:00
b98ce0342e
Add missing program descriptions to README
2020-05-12 09:23:41 -04:00
c23a8da98c
Add links to GDB and GNU Make in the README
2020-05-12 09:10:58 -04:00
d74499d62a
Use ftpmirror.gnu.org to download GNU tarballs
...
This is much friendlier to GNU's hosting because it distributes the
load. The SHA-256 digests already ensure that we're getting the right
files.
2020-05-12 09:09:41 -04:00
5bca59acde
Delete some bulky files that are unnecessary
...
This shaves off another 20MB from the final zip.
2020-05-11 23:51:30 -04:00
3fc9e65fb7
Optimize GDB for size
...
For some reason GDB is written in C but compiled as C++, so CFLAGS is
ignored? Anyway, this *does* make it smaller.
2020-05-11 23:43:20 -04:00
462bf77e7b
Fix quoting issues in gvim.bat
...
Trying to run in the background doesn't work because the parameter
quoting gets screwed up. As far as I can tell, the batch script language
is simply broken and there's no solution here, so don't even bother.
2020-05-11 23:22:46 -04:00
c63e5b26c8
Add note to README about man pages
2020-05-11 21:54:18 -04:00
70068638ce
Use -Os when compiling C++ sources
...
This shaves off about 25MB from the unzipped distribution and 5MB from
the zipped distribution.
2020-05-11 21:52:54 -04:00
22265d3aaf
Bump to version 1.1.0
v1.1.0
2020-05-11 20:01:25 -04:00
8af5123174
Remove compression setting from zip command
...
I'm using advzip on my own published releases since it does a much
better job. No need to waste time here.
2020-05-11 20:01:25 -04:00
d7302717e5
Don't include the version number in the prefix
2020-05-11 19:04:20 -04:00
e40db51e8a
Rename "release" to "distribution" in the README
2020-05-11 16:21:33 -04:00
13d4294e17
Add activate.bat script to distribution
2020-05-11 16:21:22 -04:00
8744a39bf0
Add more notes and details to the README
2020-05-11 08:37:34 -04:00
2820f283e6
Run gvim asynchronously (i.e. in the background)
2020-05-10 20:34:06 -04:00
341bc1f89c
Add GDB to tools
2020-05-10 20:17:33 -04:00
88fe2eb46a
Fix GCC download URL
2020-05-10 19:29:41 -04:00
65bd9a9ecf
Sort SHA256SUMS
2020-05-10 19:29:03 -04:00
c160b7f33f
Bump to 1.0.1
v1.0.1
2020-05-10 16:41:14 -04:00
a65ae564c1
Disable annoying BusyBox beep in the shell
2020-05-10 15:27:34 -04:00
1b27e702ac
Add note about BusyBox installation
2020-05-10 14:55:12 -04:00
f0e12e470f
Put documentation in the distribution
2020-05-10 14:54:59 -04:00
ce16572c84
Use quotes in the "symlink" batch scripts
...
Without the quotes these scripts don't work when the path to w64devkit
contains a space.
2020-05-09 21:37:24 -04:00
34ecf606d6
Add NASM to tools
v1.0.0
2020-05-09 19:52:52 -04:00
66f410413e
Add Vim as another extra tool
2020-05-09 19:52:52 -04:00
675638827a
Initial commit of working code
2020-05-09 19:52:52 -04:00