Age | Commit message (Collapse) | Author |
|
Error seen:
curl: (35) OpenSSL/3.1.2: error:0A000102:SSL routines::unsupported
protocol
==> ERROR: Can't download
https://www.mirbsd.org/MirOS/dist/jupp/joe-3.1jupp41.tgz
One work around is to update ~/.makepkg.conf or /etc/makepkg.conf to use
wget instead of curl. For example:
DLAGENTS=("file::/usr/bin/wget -O %o %u")
|
|
makepkg --printsrcinfo > .SRCINFO
|
|
[2022-09-28] Changes for joe-3.1jupp41:
retroactively change jupp40 NEWS entry to reflect correct crash cause
NUL-initialise a number of allocated items
jupprc: fix bkwdc and fwrdc in the help screen
format messages with more consistency
gracefully handle -mnew/-mold argv macros quitting the editor
autoconf --program-transform-name was never supported
more retro compatibility — HP-UX 9 (m68k) c89(1)
popen portability code: fix commands beginning with plus or dash
update to UCD 15.0.0
|
|
[2020-10-30] Changes for joe-3.1jupp40:
update UCD to fix new Hangul Jamo widths (D7B0‥D7FF)
sh.jsf: update list of ksh “keywords” and sort it
manpage: document indent chars for format/fmtblk (Debian #968926)
HINTS: something | jupp -mold notmod -
improve preformatted jupp32 manpage generation; tweak manpage
do not delete a nōn-generated file on “make clean”
fix crash on Ins/^V on Mac OSX
update SELinux client to current API
fix some Coverity warnings
[2020-03-27] Changes for joe-3.1jupp39:
Highlight HTML/XHTML and XML with content sniffing as well
Improve shell highlighting substitution quoting handling
Update autoconf to fix FTBFS on arm64, ppc64le and riscv64
Fix SETUP.INF generation, make it run on Windows® 95, and remove old upgrade code; install to PROGRA~1 universally
Work around a GCC on MIPS16 asm generation bug in IDSTRING
Highlight more Tₑχ/LᴬTᴇΧ extensions
Shrink built-in jupprc size by dropping specialist command ^KF
Use more consistent header guards
Update to UCD 13.0.0
Major overhaul of charmap handling
Massive dead parameter and code elimination and warning fixes
|
|
[2018-11-11] Changes for joe-3.1jupp38:
fix issues pointed out by Coverity
musl says to not use <sys/termios.h>
fix opening files like +DESC
update autoconf infrastructure
[2018-10-20] Changes for joe-3.1jupp37:
fix syntax highlighting for Assembly and Java™: string termination
unbreak reformat block when raw octets are present
update to UCD 11.0.0
improve line generation / screen output code wrt. UTF-8
make UTF-8 decoding more robust
fix Makefile.am EXTRA_DIST
highlight .def and .dtx files as Tₑχ/LᴬTᴇΧ, .xsl (XSLT) as XML
handle .bin files as binary (no CRLF, hex editing)
improve shell grammar a little wrt. syntax highlighting
fix occasionally stuck CUA marking (LP#1677671)
do not lose the mark during some macros
add icons distributors may wish to use
|
|
makepkg --printsrcinfo > .SRCINFO
|
|
[2018-03-15] Changes for joe-3.1jupp36:
fix too-wide prompt for ` (needs only 73 cols now)
make ^QV/^QP after ^K] work
fix Tₑχ/LᴬTᴇΧ highlighting on black-on-white terminals
don’t forcibly disable -highlight for NXC files
fix substitution of paths into generated files
[2018-02-14] Changes for joe-3.1jupp35:
rearrange the jupprc help cards, adding missing items
move isrch from ^[S to ^[T
add/prefer ^QT for delbol
move open from ^[b to ^]
fix massive allocation miscalculation typo
correct sizeof(a?b:c) where b=char[] misread as sizeof(pointer)
[2018-02-13] Changes for joe-3.1jupp33:
Fix several issues pointed out by Coverity Scan
Allow any char for {to,rv}match (goto next same in given direction)
Fix regression: `` did no longer insert a sole `
Improved file type recognition
Render instruction to show online help as BLINKING BOLD to stand out
Let screen scroll back to the left on ^QL, ^B, ^KD, while in hex mode
Slightly safer saving of backup files, using fsync(2) if existent
Add new command “sync”, to use with save in key macro if desired
jupprc: add ^QV, ^[@, ^[! for better WordStar compatibility and move
the previous ^[! to ^[' to match ^K'; fix eolmenu; replace
bol with home for smarthome users; switch ^[? to show macros
(matches WS), query moves to ^[/ (which was unused); ^U can
abort menu and prompt (matches WS)
Add WordStar documentation references (this and most prev. by crb3)
Sync improvements across rc files
[2017-12-16] Changes for joe-3.1jupp32:
Harmonise help rendering in jupprc (also for 2.8, 3.7, (NEW) 4.4)
Update internationalisation data to Unicode 10.0.0 with bugfixes
Don’t limit JOE_FILENAME
Optionally be NOMMU-safe: use vfork(2), disable stuff needing fork(2)
Let ^K] also remove whitespace at EOF
Major code cleanup and a lot of warning fixes
Improve syntax highlighting (conf, c, all dark blue-using ones)
Don’t use sscanf(3) any more (dietlibc complains about bloat)
Add way to disable use of the FPU (including Math), for klibc
Make assume_color[sic!] actually work
Recognise libncursesw for tgetflag(3); add --disable-terminfo
Add a flag to disable SELinux even if found
Modernise C features to C89 (prototypes!)
Do not crash if inserting text from a macro after cursor moved
With -DSMALL, use 8 KiB less .bss
Do not write duplicate entries, e.g. into filename history
Begin handling some pointer polymorphism more correctly
Plug a few memory leaks
|
|
added --disable-termidx option to avoid installing extra unnecessary file
removed optional dependency on gpm.
switched mirror site to www.mirbsd.org
|
|
|
|
|