Re: [PATCH] Spelling fixes for libcrypto

2023-01-06 Thread Theo Buehler
On Fri, Jan 06, 2023 at 11:39:03PM -0600, Purple Rain wrote: > Hi, everyone! Some spelling fixes for libcrypto. > > I added a diff for revision. Thanks. You can't just change the name of a constant in a public header. Some code out there might use it and no longer compile after we commit your

[PATCH] Spelling fixes for libcrypto

2023-01-06 Thread Purple Rain
Hi, everyone! Some spelling fixes for libcrypto. I added a diff for revision. P. Index: lib/libcrypto/evp/evp.h === RCS file: /cvs/src/lib/libcrypto/evp/evp.h,v retrieving revision 1.112 diff -u -p -r1.112 evp.h ---

ifconfig.c - redundancy

2023-01-06 Thread Mathias Koehler
lines 1911 - 1913 and 1917 - 1919 are code blocks that are looking identical. I cannot imagine that that is on purpose. What do you really wanna express here?

Re: Making wscons a bit more like xterm

2023-01-06 Thread Crystal Kolipe
On Fri, Jan 06, 2023 at 06:21:41PM +, Nicholas Marriott wrote: > You should strictly only discard the following two arguments or stuff like > SGR 38;5;100;1 won't work. Well I was initially in two minds about that, because I thought there might be other un-official extensions that used 38

Re: Making wscons a bit more like xterm

2023-01-06 Thread Nicholas Marriott
You should strictly only discard the following two arguments or stuff like SGR 38;5;100;1 won't work. This is why some people prefer the : form but the ship has rather sailed on that. On Fri, 6 Jan 2023, 11:52 Crystal Kolipe, wrote: > This version of the patchset updates a few things since

Re: rpki-client and unknown file types

2023-01-06 Thread Theo Buehler
On Fri, Jan 06, 2023 at 02:04:21PM +0100, Claudio Jeker wrote: > Do not fatal out when an unknown filetype shows up. > Also change the message sent from parser/filemode process to main from > type::file::repoid to type::repoid::file since that simplifies the code a > fair amount. Yes, that's much

rpki-client and unknown file types

2023-01-06 Thread Claudio Jeker
Do not fatal out when an unknown filetype shows up. Also change the message sent from parser/filemode process to main from type::file::repoid to type::repoid::file since that simplifies the code a fair amount. -- :wq Claudio Index: filemode.c

Re: Making wscons a bit more like xterm

2023-01-06 Thread Paul de Weerd
On Wed, Jan 04, 2023 at 05:42:31PM -0300, Crystal Kolipe wrote: | Hopefully it'll fix the problem. Tested with tmux, the spurious ^@'s are now indeed gone. I see there's a new diff available, so I'll try that out in a bit. Paul -- >[<++>-]<+++.>+++[<-->-]<.>+++[<+

Re: Making wscons a bit more like xterm

2023-01-06 Thread Crystal Kolipe
This version of the patchset updates a few things since the one posted early on Wednesday: NEW - Fix two off-by-ones that caused spurious trailing null characters when requesting the terminal IDs. (Noticed by Paul running tmux.) NEW - Discard any parameters passed to a CSI 38 m or CSI 48