Page MenuHomeFreeBSD
Feed Advanced Search

May 29 2020

andrew_tao173.riddles.org.uk added a comment to D25038: execvPe: obviate the need for potentially large stack allocations.

Adding an EINVAL return to rfork_thread will cause this code to fall through to the "use vfork instead" logic, hiding the error in unexpected ways.

May 29 2020, 5:20 PM
andrew_tao173.riddles.org.uk added inline comments to D25038: execvPe: obviate the need for potentially large stack allocations.
May 29 2020, 4:43 PM
andrew_tao173.riddles.org.uk added inline comments to D25038: execvPe: obviate the need for potentially large stack allocations.
May 29 2020, 3:02 AM

May 28 2020

andrew_tao173.riddles.org.uk added inline comments to D25038: execvPe: obviate the need for potentially large stack allocations.
May 28 2020, 11:56 PM
andrew_tao173.riddles.org.uk accepted D25038: execvPe: obviate the need for potentially large stack allocations.
May 28 2020, 6:57 PM
andrew_tao173.riddles.org.uk added inline comments to D25024: VFS: Track sequential reads and writes separately.
May 28 2020, 1:38 PM

May 27 2020

andrew_tao173.riddles.org.uk added inline comments to D25024: VFS: Track sequential reads and writes separately.
May 27 2020, 2:48 PM

May 23 2020

andrew_tao173.riddles.org.uk added a comment to D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..

Discussion point: this implementation converts the variable name to upper case for consistency with the way that port option_VARS works. But there are some cases where one might want to set a mixed-case name (such as CFLAGS.arch), so maybe it shouldn't do that and just use the case as written?

May 23 2020, 2:09 PM

May 6 2020

andrew_tao173.riddles.org.uk added a comment to D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..

Incidentally, in case it's not obvious, if my addition is moved to before the inclusion of bsd.default-versions.mk then it remains entirely possible to do

May 6 2020, 2:42 AM
andrew_tao173.riddles.org.uk added a comment to D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..

I really like the idea of being able to simply and cleanly set vars for specific ports from /etc/make.conf. I think the choice of variable naming is exactly right here, and the implementation is clean and simple.

However, I am 100% with @mat here that bsd.default-versions.mk is the wrong place for this. The idea is that the things defined in there choose one from a list of conflicting options. If every port is built with ssl=openssl and one port is overridden with ssl=libressl, then it will be impossible to install that port without uninstalling everything else. I can't think of a scenario where any default version should be overridden.

Can you implement this somewhere else, so that default versions are preserved?

May 6 2020, 1:13 AM
andrew_tao173.riddles.org.uk added a comment to D24492: Change version selection logic in Mk/Uses/lua.mk.

Lua 5.4.0 is planned for release next week, it would be nice to have this resolved sometime reasonably soon.

May 6 2020, 12:02 AM

May 5 2020

andrew_tao173.riddles.org.uk added a comment to D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..
In D24324#543789, @mat wrote:

What difference is there from having either a Makefile.local with whatever you need in the port's directory, or using what everyone has been using for decades:

.if ${.CURDIR:M*/lang/rust*}
DISABLE_MAKE_JOBS=yes
.endif
May 5 2020, 11:41 PM

May 4 2020

andrew_tao173.riddles.org.uk added a comment to D24565: misc/zoneinfo: split BACKWARD into two options for recent/ancient backward compatibility.

Discussion opened upstream at http://mm.icann.org/pipermail/tz/2020-May/028970.html

May 4 2020, 2:39 AM

Apr 27 2020

andrew_tao173.riddles.org.uk added a comment to D24596: vfs: add restrictions to read(2) of a directory.

I don't think there's a great deal of merit in adding this change just to pander to broken apps (it's not like fstat is hard), but I do think it's actually an improvement from a UX perspective (who amongst us has not been annoyed at some point by cat'ing a directory by mistake).

Apr 27 2020, 8:06 PM

Apr 24 2020

andrew_tao173.riddles.org.uk created D24565: misc/zoneinfo: split BACKWARD into two options for recent/ancient backward compatibility.
Apr 24 2020, 9:54 PM

Apr 23 2020

andrew_tao173.riddles.org.uk updated the diff for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.

I just noticed that the diff here had been replaced by the one from the first commit, so I'm re-uploading the diff of just the uncommitted part for ease of further review.

Apr 23 2020, 8:28 PM

Apr 19 2020

andrew_tao173.riddles.org.uk updated the test plan for D24492: Change version selection logic in Mk/Uses/lua.mk.
Apr 19 2020, 4:15 PM

Apr 18 2020

andrew_tao173.riddles.org.uk created D24492: Change version selection logic in Mk/Uses/lua.mk.
Apr 18 2020, 11:47 PM
andrew_tao173.riddles.org.uk added a comment to D24430: Update porters handbook for Lua changes.

This needs to stay on hold pending the change to the version selection logic discussed on D14709.

Apr 18 2020, 8:54 PM
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Others have supported the "closest to default" rule, so I'll put up a separate patch for that.

Apr 18 2020, 8:51 PM · Restricted Project
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

In my opinion, it's a bug in Mk/Uses/lua.mk that USES=lua:53+ chooses lua 5.4 over 5.3

What alternative logic do you suggest?

Maybe chose the closest from default version that fits the constraints

Apr 18 2020, 7:19 PM · Restricted Project
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

In my opinion, it's a bug in Mk/Uses/lua.mk that USES=lua:53+ chooses lua 5.4 over 5.3

Apr 18 2020, 6:03 PM · Restricted Project
andrew_tao173.riddles.org.uk updated the diff for D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Change the two ports that declared themselves lua:53+ to just lua:53, since they don't seem to respond sanely to attempts to force configuration with 5.4 using environment vars.

Apr 18 2020, 5:14 PM · Restricted Project

Apr 17 2020

andrew_tao173.riddles.org.uk updated the diff for D24430: Update porters handbook for Lua changes.

Add a note about avoiding use of XY+ version specifications

Apr 17 2020, 4:46 PM
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Should work with patch -p1

Apr 17 2020, 10:53 AM · Restricted Project

Apr 16 2020

andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Test results: adding support for 5.4 causes only two ports (archivers/urbackup-server and x11-toolkits/termit) to switch from lua 5.3 to 5.4 when LUA_DEFAULT is 5.2. (They would not switch if the default were 5.3; both are declared as lua:53+, and the default version is chosen if it is in range, otherwise the latest available version in the range.)

Apr 16 2020, 7:00 PM · Restricted Project

Apr 15 2020

andrew_tao173.riddles.org.uk updated the diff for D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Update to lua 5.4.0-rc1

Apr 15 2020, 6:32 PM · Restricted Project
andrew_tao173.riddles.org.uk updated the summary of D24430: Update porters handbook for Lua changes.
Apr 15 2020, 12:07 PM
andrew_tao173.riddles.org.uk created D24430: Update porters handbook for Lua changes.
Apr 15 2020, 12:05 PM
andrew_tao173.riddles.org.uk added a comment to rP531750: - Fix MASTER_SITES to unbreak the fetch.

This should have been fixed in bsd.sites.mk, which would unbreak a bunch of other ports too.

Apr 15 2020, 8:39 AM

Apr 13 2020

andrew_tao173.riddles.org.uk updated the test plan for D16494: Uses/lua.mk - add flavor support and other options.
Apr 13 2020, 8:38 AM · Restricted Project

Apr 11 2020

andrew_tao173.riddles.org.uk added a comment to D24306: Always install backward compatibility timezones, as they are installed on all major Linux distributions as well as NetBSD and OpenBSD..
In D24306#535952, @ngie wrote:

new installs *should* be using the new timezone mappings, so the need for the old ones will die off over time.

Apr 11 2020, 6:34 AM

Apr 10 2020

andrew_tao173.riddles.org.uk added a comment to D24306: Always install backward compatibility timezones, as they are installed on all major Linux distributions as well as NetBSD and OpenBSD..

does not mean we should remove these links.

Apr 10 2020, 4:31 AM

Apr 9 2020

andrew_tao173.riddles.org.uk added a comment to D24306: Always install backward compatibility timezones, as they are installed on all major Linux distributions as well as NetBSD and OpenBSD..

To explain the full context of the original link:

Apr 9 2020, 10:51 AM
andrew_tao173.riddles.org.uk added a comment to D24306: Always install backward compatibility timezones, as they are installed on all major Linux distributions as well as NetBSD and OpenBSD..

I think this change is a bad idea and should be reverted. (The "backward" file in the IANA db is for ancient compatibility, and FreeBSD has been excluding it by default since 1994 as far as I can tell; this is not the time to be adding it back.)

Apr 9 2020, 9:38 AM

Apr 7 2020

andrew_tao173.riddles.org.uk created D24325: New port lang/guile3.
Apr 7 2020, 8:45 AM
andrew_tao173.riddles.org.uk updated the summary of D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..
Apr 7 2020, 6:38 AM
andrew_tao173.riddles.org.uk created D24324: Allow category_port_VARS= in make.conf for arbitrary per-port overrides..
Apr 7 2020, 6:29 AM

Apr 5 2020

andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

Fix rebase error that caused a deleted file (lua51-iconv/Makefile) to be revived due to a conflicting trunk commit.

Apr 5 2020, 6:26 AM · Restricted Project
andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

Ugh, previous diff was reversed. Fix.

Apr 5 2020, 3:57 AM · Restricted Project
andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

Rebase. Un-deprecate lua-iconv, because the only thing keeping it broken is the failure to update bsd.sites.mk in a timely manner.

Apr 5 2020, 3:54 AM · Restricted Project

Mar 26 2020

andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

Rebase. Fix most of mat's requests. Make the usage of LUA_VER / LUA_VER_STR a bit more consistent. Allow for the option of lua:build,run if needed.

Mar 26 2020, 1:55 AM · Restricted Project
andrew_tao173.riddles.org.uk added inline comments to D16494: Uses/lua.mk - add flavor support and other options.
Mar 26 2020, 12:55 AM · Restricted Project
andrew_tao173.riddles.org.uk added inline comments to D16494: Uses/lua.mk - add flavor support and other options.
Mar 26 2020, 12:07 AM · Restricted Project

Mar 25 2020

andrew_tao173.riddles.org.uk added inline comments to D16494: Uses/lua.mk - add flavor support and other options.
Mar 25 2020, 2:44 PM · Restricted Project
andrew_tao173.riddles.org.uk added a comment to D16494: Uses/lua.mk - add flavor support and other options.

From discussion just after I posted this, it sounds like math/plplot actually needs a PORTREVISION bump not included in this patch.

Mar 25 2020, 12:49 AM · Restricted Project
andrew_tao173.riddles.org.uk updated the summary of D16494: Uses/lua.mk - add flavor support and other options.
Mar 25 2020, 12:39 AM · Restricted Project
andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

Rebase and include fixes.

Mar 25 2020, 12:38 AM · Restricted Project

Mar 10 2020

andrew_tao173.riddles.org.uk updated the diff for D16494: Uses/lua.mk - add flavor support and other options.

This one includes the changes to the actual ports, plus fixes to a few issues in lua.mk.

Mar 10 2020, 1:44 AM · Restricted Project

Feb 12 2020

andrew_tao173.riddles.org.uk updated the diff for D23597: Respect PATH from login.conf in cron..

Fix bug in non-LOGIN_CAP case. Update manpage.

Feb 12 2020, 6:48 AM
andrew_tao173.riddles.org.uk added inline comments to D23597: Respect PATH from login.conf in cron..
Feb 12 2020, 6:42 AM

Feb 10 2020

andrew_tao173.riddles.org.uk created D23597: Respect PATH from login.conf in cron..
Feb 10 2020, 1:20 AM

Feb 5 2020

andrew_tao173.riddles.org.uk added a comment to D21481: Make a start at supporting login.conf environment settings.

These should have all been committed -- because I didn't want to trigger a close with an incomplete diff, I did not put in the proper tag to close it. Please do close it out if you're satisfied via "Add Action" > "Close Revision" under the diff.

Feb 5 2020, 9:10 PM
andrew_tao173.riddles.org.uk added a comment to D21481: Make a start at supporting login.conf environment settings.

This got brought up _again_ on IRC, but this time someone (sphex) came up with an actually interesting idea: what if there were a login.conf variable, e.g. cron.setpath, which if set caused cron(8) to respect the PATH from the login class if not overridden in the crontab file? This doesn't seem to hard to implement.

Feb 5 2020, 12:10 AM

Jan 19 2020

andrew_tao173.riddles.org.uk updated the diff for D21481: Make a start at supporting login.conf environment settings.

Rebase and add docs.

Jan 19 2020, 7:41 AM

Jan 18 2020

andrew_tao173.riddles.org.uk added a comment to D21481: Make a start at supporting login.conf environment settings.

env.1 manpage will need changes, want me to add those?

Jan 18 2020, 8:22 AM

Nov 8 2019

andrew_tao173.riddles.org.uk added a comment to D16494: Uses/lua.mk - add flavor support and other options.

Any breakage is probably my fault - I need to pick this one up again and work on it some more.

Nov 8 2019, 6:41 AM · Restricted Project

Nov 5 2019

andrew_tao173.riddles.org.uk updated the diff for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.

Fix unneeded dependency on guile-cairo when CAIRO option is off.

Nov 5 2019, 11:34 AM
andrew_tao173.riddles.org.uk updated the test plan for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.
Nov 5 2019, 11:02 AM

Nov 4 2019

andrew_tao173.riddles.org.uk updated the test plan for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.
Nov 4 2019, 10:51 AM

Nov 1 2019

andrew_tao173.riddles.org.uk updated the diff for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.

Add flavors (full/lite).

Nov 1 2019, 5:17 AM

Oct 31 2019

andrew_tao173.riddles.org.uk updated the diff for D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.

Add build dependency on gettext-tools, to get some stuff (gnulib's lib-link.m4) that actually has nothing to do with gettext :-(

Oct 31 2019, 6:27 AM
andrew_tao173.riddles.org.uk added a comment to D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.

Ugh, build does break for some option combinations due to hidden dependency on gettext-tools (for aclocal/lib-link.m4). Will post new patch after next round of tests.

Oct 31 2019, 3:17 AM

Oct 30 2019

andrew_tao173.riddles.org.uk created D22189: New ports devel/g-wrap, graphics/guile-cairo, x11-toolkits/guile-gnome-platform: enables the use of the Gnome GUI from Guile scripts.
Oct 30 2019, 5:04 AM
andrew_tao173.riddles.org.uk requested changes to D22179: lang/lua52: remove REINPLACE_CMD for unmodified file.

No, this change is wrong if LUA_PREFIX is something different from /usr/local, since in that case luaconf.h does indeed get modified.

Oct 30 2019, 2:51 AM

Oct 22 2019

andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Looks like Roberto snuck some hardcoded -Os options into the makefile, we need to either patch those back out or think of something else to do with them.

You should ask about that on the mailing list. -O2 is specified twice, as well as -Os. Which option does the compiler take?

Oct 22 2019, 4:28 AM · Restricted Project

Oct 21 2019

andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Looks like Roberto snuck some hardcoded -Os options into the makefile, we need to either patch those back out or think of something else to do with them.

Oct 21 2019, 11:28 PM · Restricted Project

Oct 17 2019

andrew_tao173.riddles.org.uk added inline comments to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.
Oct 17 2019, 8:55 PM · Restricted Project
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

You seem to have duplicated a patch? There should be no patch for lua.c other than the extra-patch-libedit-dl one.

Oct 17 2019, 8:50 PM · Restricted Project
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.
  • When the ASSERT option is selected, the extra-patch-assert file fails to apply cleanly. I tried to port it over but I there has been a change to lgc.c and I don't know enough about lgc to apply the patch (Help Andrew?).
Oct 17 2019, 8:43 PM · Restricted Project

Oct 6 2019

andrew_tao173.riddles.org.uk updated the diff for D21481: Make a start at supporting login.conf environment settings.

Style fixes. Rebase.

Oct 6 2019, 7:01 PM
andrew_tao173.riddles.org.uk added a comment to D14709: [new port] lang/lua54 - new port for Lua 5.4.0.

Now that a 5.4.0-beta release has been made, and there are signs that features are actually stabilizing (there have been many changes since work2), perhaps we could pick this up again. The distinfo needs an update of course.

Oct 6 2019, 6:32 PM · Restricted Project

Sep 18 2019

andrew_tao173.riddles.org.uk added a comment to D21481: Make a start at supporting login.conf environment settings.

Further proposal (the patch doesn't do this yet): cron should not override PATH when reading a user crontab; whether it should use the user's path, or daemon's path, rather than the hardcoded default when processing the system crontab is a more open question.

Sep 18 2019, 12:51 AM

Sep 3 2019

andrew_tao173.riddles.org.uk added a comment to D21481: Make a start at supporting login.conf environment settings.

I've been pondering whether limits(1) also needs an option to pick up the environment from the login class, or whether that's better addressed in rc.subr for the case of servicename_class="x" settings.

Sep 3 2019, 9:33 PM

Sep 1 2019

andrew_tao173.riddles.org.uk added a comment to D21402: converters/lua-iconv: fix build on armv7.

Why isn't this just CFLAGS+=-fPIC ?

Because e.g. powerpc64 doesn't need it.

Sep 1 2019, 6:17 PM
andrew_tao173.riddles.org.uk created D21481: Make a start at supporting login.conf environment settings.
Sep 1 2019, 1:08 AM

Aug 31 2019

andrew_tao173.riddles.org.uk added a comment to D21402: converters/lua-iconv: fix build on armv7.

Why isn't this just CFLAGS+=-fPIC ?

Aug 31 2019, 11:28 AM
andrew_tao173.riddles.org.uk added a comment to D21350: Allow more nesting of GEOM partitioning schemes.

I've been running this myself for a while and have done explicit tests as listed in the test plan, and as far as I'm concerned it's done unless anyone has feedback on comments or docs. Anyone up for committing it?

Aug 31 2019, 11:23 AM
andrew_tao173.riddles.org.uk updated the summary of D21350: Allow more nesting of GEOM partitioning schemes.
Aug 31 2019, 11:21 AM

Aug 29 2019

andrew_tao173.riddles.org.uk created D21470: Fix usage of angle-brackets and quotes in make(1) manpage.
Aug 29 2019, 8:37 PM

Aug 23 2019

Herald added a reviewer for D21350: Allow more nesting of GEOM partitioning schemes: manpages.

Add documentation. Update comments. Refine the wording a little.

Aug 23 2019, 9:13 AM

Aug 21 2019

andrew_tao173.riddles.org.uk added a comment to D21350: Allow more nesting of GEOM partitioning schemes.
In D21350#464589, @imp wrote:

OK. Other than the updating the comments, I'm convinced this is a good thing.

Aug 21 2019, 9:06 PM
andrew_tao173.riddles.org.uk added inline comments to D21088: Avoid conflicts with libc symbols in libthr jump table..
Aug 21 2019, 6:15 PM
andrew_tao173.riddles.org.uk added a comment to D21350: Allow more nesting of GEOM partitioning schemes.
In D21350#464485, @imp wrote:

Nesting is there as a sanity check when you try to create an inner container at offset 0, you don't recurse with the outer container somehow... Does this run afoul of that?

Aug 21 2019, 3:29 PM
andrew_tao173.riddles.org.uk created D21350: Allow more nesting of GEOM partitioning schemes.
Aug 21 2019, 1:37 PM

Aug 19 2019

andrew_tao173.riddles.org.uk added a comment to D20981: misc/zoneinfo: install zone1970.tab and other fixes.

ping?

Aug 19 2019, 1:03 AM

Jul 23 2019

D20981: misc/zoneinfo: install zone1970.tab and other fixes now requires review to proceed.

Apologies for needing another review round. Changes:

Jul 23 2019, 5:50 AM
andrew_tao173.riddles.org.uk added a comment to D20981: misc/zoneinfo: install zone1970.tab and other fixes.

Ugh. Hold off on committing, please; there's one more issue to fix.

Jul 23 2019, 3:11 AM
andrew_tao173.riddles.org.uk added a comment to D20981: misc/zoneinfo: install zone1970.tab and other fixes.

Philip: are you taking it, or should I find someone else? (I'm not a committer and as far as I know tmunro is only a src committer)

Jul 23 2019, 2:56 AM

Jul 18 2019

andrew_tao173.riddles.org.uk added a comment to D20981: misc/zoneinfo: install zone1970.tab and other fixes.

This is my final version unless someone spots a problem with it.

Jul 18 2019, 12:30 PM
andrew_tao173.riddles.org.uk added a comment to D20981: misc/zoneinfo: install zone1970.tab and other fixes.

Update PORTREVISION which I forgot before.

Jul 18 2019, 12:19 PM

Jul 17 2019

andrew_tao173.riddles.org.uk created D20981: misc/zoneinfo: install zone1970.tab and other fixes.
Jul 17 2019, 11:12 PM

Jul 15 2019

andrew_tao173.riddles.org.uk added a comment to D20646: Install and use /usr/share/zoneinfo/zone1970.tab.

However, I wonder if the encoding situation is OK; the modern version is in UTF8, and for example, if you pick Asia -> Kazhakstan, you'll see some non-ASCII characters. I'm not sure I understand ncursesw's model of character encoding, but I can see that we are already showing UTF8 text directly from /usr/shared/misc/iso3166 ("Côte d'Ivoire", "Curaçao", ...), so maybe that's OK.

Jul 15 2019, 10:05 AM

Apr 3 2019

andrew_tao173.riddles.org.uk updated the summary of D19799: rewrite of intro(4) manpage.
Apr 3 2019, 9:46 AM · docs
andrew_tao173.riddles.org.uk updated the diff for D19799: rewrite of intro(4) manpage.

Use Dq Li in place of most Ql uses, and use Dq alone in place of some uses of Ql that were not in fact literals.

Apr 3 2019, 9:26 AM · docs
andrew_tao173.riddles.org.uk added a comment to D19799: rewrite of intro(4) manpage.

Qq? there are none of those, only Ql for inline literals (though on second reading some of those are wrong and should have been Dq - will fix).

Apr 3 2019, 8:57 AM · docs

Apr 2 2019

andrew_tao173.riddles.org.uk added inline comments to D19799: rewrite of intro(4) manpage.
Apr 2 2019, 10:13 PM · docs
andrew_tao173.riddles.org.uk added inline comments to D19799: rewrite of intro(4) manpage.
Apr 2 2019, 9:35 PM · docs
andrew_tao173.riddles.org.uk created D19799: rewrite of intro(4) manpage.
Apr 2 2019, 6:01 PM · docs
andrew_tao173.riddles.org.uk added a member for docs: andrew_tao173.riddles.org.uk.
Apr 2 2019, 4:28 PM