public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* stdc: search function prototypes in ISO C documents
@ 2023-03-22 19:49 Alejandro Colomar
  2023-03-22 19:50 ` Alejandro Colomar
  2023-03-23  0:41 ` Oskari Pirhonen
  0 siblings, 2 replies; 5+ messages in thread
From: Alejandro Colomar @ 2023-03-22 19:49 UTC (permalink / raw)
  To: linux-man
  Cc: Matt Jolly, Matt Jolly, Brian Inglis, Guillem Jover, Tom Schwindl,
	Sam James, Marcos Fouces


[-- Attachment #1.1: Type: text/plain, Size: 429 bytes --]

Gidday!

I created a git repository for the stdc(1) script, and created a signed
tag v0.1 for it.

It's yet undocumented, but I plan to add a man page for it.  Anyway,
being a bash(1) script, I guess it's quite readable to anyone here.

Please suggest any improvements that you can think of =).

Cheers,

Alex

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: stdc: search function prototypes in ISO C documents
  2023-03-22 19:49 stdc: search function prototypes in ISO C documents Alejandro Colomar
@ 2023-03-22 19:50 ` Alejandro Colomar
  2023-03-23  5:35   ` Sam James
  2023-03-23  0:41 ` Oskari Pirhonen
  1 sibling, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2023-03-22 19:50 UTC (permalink / raw)
  To: linux-man
  Cc: Matt Jolly, Brian Inglis, Guillem Jover, Tom Schwindl, Sam James,
	Marcos Fouces


[-- Attachment #1.1: Type: text/plain, Size: 702 bytes --]



On 3/22/23 20:49, Alejandro Colomar wrote:
> Gidday!
> 
> I created a git repository for the stdc(1) script, and created a signed
> tag v0.1 for it.
> 
> It's yet undocumented, but I plan to add a man page for it.  Anyway,
> being a bash(1) script, I guess it's quite readable to anyone here.
> 
> Please suggest any improvements that you can think of =).

Heh, of course I forgot to paste the link to the repo:

cgit:
<http://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git/>
git:
<git://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git>

> 
> Cheers,
> 
> Alex
> 

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: stdc: search function prototypes in ISO C documents
  2023-03-22 19:49 stdc: search function prototypes in ISO C documents Alejandro Colomar
  2023-03-22 19:50 ` Alejandro Colomar
@ 2023-03-23  0:41 ` Oskari Pirhonen
  2023-03-23 13:05   ` Alejandro Colomar
  1 sibling, 1 reply; 5+ messages in thread
From: Oskari Pirhonen @ 2023-03-23  0:41 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: linux-man, Matt Jolly, Brian Inglis, Guillem Jover, Tom Schwindl,
	Sam James, Marcos Fouces

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

Hi,

On Wed, Mar 22, 2023 at 20:49:39 +0100, Alejandro Colomar wrote:
> Gidday!
> 
> I created a git repository for the stdc(1) script, and created a signed
> tag v0.1 for it.
> 

Awesome!

> It's yet undocumented, but I plan to add a man page for it.  Anyway,
> being a bash(1) script, I guess it's quite readable to anyone here.
> 
> Please suggest any improvements that you can think of =).
> 

I've got a few, should I send a patch here or what is the best way?

- Oskari

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: stdc: search function prototypes in ISO C documents
  2023-03-22 19:50 ` Alejandro Colomar
@ 2023-03-23  5:35   ` Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-03-23  5:35 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: linux-man, Matt Jolly, Brian Inglis, Guillem Jover, Tom Schwindl,
	Marcos Fouces

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]


Alejandro Colomar <alx.manpages@gmail.com> writes:

> [[PGP Signed Part:Undecided]]
>
>
> On 3/22/23 20:49, Alejandro Colomar wrote:
>> Gidday!
>> 
>> I created a git repository for the stdc(1) script, and created a signed
>> tag v0.1 for it.
>> 
>> It's yet undocumented, but I plan to add a man page for it.  Anyway,
>> being a bash(1) script, I guess it's quite readable to anyone here.
>> 
>> Please suggest any improvements that you can think of =).
>
> Heh, of course I forgot to paste the link to the repo:
>
> cgit:
> <http://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git/>
> git:
> <git://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git>

Nice! I'm going to add this to my local ~/bin and play around
with it.

Thanks!

best,
sam

>
>> 
>> Cheers,
>> 
>> Alex
>> 


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 377 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: stdc: search function prototypes in ISO C documents
  2023-03-23  0:41 ` Oskari Pirhonen
@ 2023-03-23 13:05   ` Alejandro Colomar
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2023-03-23 13:05 UTC (permalink / raw)
  To: linux-man, Matt Jolly, Brian Inglis, Guillem Jover, Tom Schwindl,
	Sam James, Marcos Fouces


[-- Attachment #1.1: Type: text/plain, Size: 1806 bytes --]

Hi Oskari, Sam,

On 3/23/23 01:41, Oskari Pirhonen wrote:
> Hi,
> 
> On Wed, Mar 22, 2023 at 20:49:39 +0100, Alejandro Colomar wrote:
>> Gidday!
>>
>> I created a git repository for the stdc(1) script, and created a signed
>> tag v0.1 for it.
>>
> 
> Awesome!

:-)

> 
>> It's yet undocumented, but I plan to add a man page for it.  Anyway,
>> being a bash(1) script, I guess it's quite readable to anyone here.
>>
>> Please suggest any improvements that you can think of =).
>>
> 
> I've got a few, should I send a patch here or what is the best way?

Yeah, for now I guess linux-man@ is adequate, since there's no specific
list for it.

> 
> - Oskari



On 3/23/23 06:35, Sam James wrote:
> 
> Alejandro Colomar <alx.manpages@gmail.com> writes:
> 
>> [[PGP Signed Part:Undecided]]
>>
>>
>> On 3/22/23 20:49, Alejandro Colomar wrote:
>>> Gidday!
>>>
>>> I created a git repository for the stdc(1) script, and created a signed
>>> tag v0.1 for it.
>>>
>>> It's yet undocumented, but I plan to add a man page for it.  Anyway,
>>> being a bash(1) script, I guess it's quite readable to anyone here.
>>>
>>> Please suggest any improvements that you can think of =).
>>
>> Heh, of course I forgot to paste the link to the repo:
>>
>> cgit:
>> <http://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git/>
>> git:
>> <git://www.alejandro-colomar.es/src/alx/alx/doc/stdc.git>
> 
> Nice! I'm going to add this to my local ~/bin and play around
> with it.

Nice!

I plan to add a build system (and put a license (GPL-3.0-or-later),
which I now realize I didn't), man page, README, and so on.  That will
take some time, though.

Cheers,
Alex

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-23 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 19:49 stdc: search function prototypes in ISO C documents Alejandro Colomar
2023-03-22 19:50 ` Alejandro Colomar
2023-03-23  5:35   ` Sam James
2023-03-23  0:41 ` Oskari Pirhonen
2023-03-23 13:05   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox