public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
  • * [WG14] Request for document number; strtol restrictness
           [not found] <20240705130249.14116-2-alx@kernel.org>
           [not found] ` <38982a470643f766747b0ca06b27ca859a87b101.camel@xry111.site>
    @ 2024-07-05 19:41 ` Alejandro Colomar
      2024-07-07 15:46   ` Daniel Plakosh
      2024-07-07  1:58 ` WG14 paper for removing restrict from nptr in strtol(3) Alejandro Colomar
      2 siblings, 1 reply; 76+ messages in thread
    From: Alejandro Colomar @ 2024-07-05 19:41 UTC (permalink / raw)
      To: dplakosh
      Cc: Martin Uecker, Jonathan Wakely, Xi Ruoyao, Jakub Jelinek,
    	libc-alpha, gcc, Paul Eggert, linux-man, LIU Hao,
    	Richard Earnshaw, Sam James
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]
    
    Hi,
    
    I have a paper for removing restrict from the first parameter of
    strtol(3) et al.  The title is
    
    	strtol(3) et al. should’t have a restricted first parameter.
    
    If it helps, I already have a draft of the paper, which I attach (both
    the PDF, and the man(7) source).
    
    Cheers,
    Alex
    
    -- 
    <https://www.alejandro-colomar.es/>
    
    [-- Attachment #1.2: strtol.man --]
    [-- Type: application/x-troff-man, Size: 13763 bytes --]
    
    [-- Attachment #1.3: strtol.pdf --]
    [-- Type: application/pdf, Size: 13445 bytes --]
    
    [-- Attachment #2: signature.asc --]
    [-- Type: application/pgp-signature, Size: 833 bytes --]
    
    ^ permalink raw reply	[flat|nested] 76+ messages in thread
  • * WG14 paper for removing restrict from nptr in strtol(3)
           [not found] <20240705130249.14116-2-alx@kernel.org>
           [not found] ` <38982a470643f766747b0ca06b27ca859a87b101.camel@xry111.site>
      2024-07-05 19:41 ` [WG14] Request for document number; strtol restrictness Alejandro Colomar
    @ 2024-07-07  1:58 ` Alejandro Colomar
      2024-07-07  7:15   ` Martin Uecker
                         ` (2 more replies)
      2 siblings, 3 replies; 76+ messages in thread
    From: Alejandro Colomar @ 2024-07-07  1:58 UTC (permalink / raw)
      To: libc-alpha
      Cc: gcc, Paul Eggert, linux-man, xry111, jakub, uecker, lh_mouse,
    	jwakely.gcc, Richard.Earnshaw, sam, ben.boeckel, heiko.eissfeldt,
    	dmalcolm
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]
    
    Hi,
    
    I've incorporated feedback, and here's a new revision, let's call it
    v0.2, of the draft for a WG14 paper.  I've attached the man(7) source,
    and the generated PDF.
    
    Cheers,
    Alex
    
    
    -- 
    <https://www.alejandro-colomar.es/>
    
    [-- Attachment #1.2: strtol.man --]
    [-- Type: application/x-troff-man, Size: 19199 bytes --]
    
    [-- Attachment #1.3: strtol.pdf --]
    [-- Type: application/pdf, Size: 16964 bytes --]
    
    [-- Attachment #2: signature.asc --]
    [-- Type: application/pgp-signature, Size: 833 bytes --]
    
    ^ permalink raw reply	[flat|nested] 76+ messages in thread

  • end of thread, other threads:[~2024-07-27  8:44 UTC | newest]
    
    Thread overview: 76+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20240705130249.14116-2-alx@kernel.org>
         [not found] ` <38982a470643f766747b0ca06b27ca859a87b101.camel@xry111.site>
    2024-07-05 14:37   ` [PATCH v1] Remove 'restrict' from 'nptr' in strtol(3)-like functions Alejandro Colomar
    2024-07-05 15:02     ` Martin Uecker
    2024-07-05 15:23       ` Alejandro Colomar
    2024-07-05 15:34         ` Martin Uecker
    2024-07-05 15:53           ` Alejandro Colomar
    2024-07-05 16:01             ` Xi Ruoyao
    2024-07-05 16:17               ` Xi Ruoyao
    2024-07-05 16:24               ` Jonathan Wakely
    2024-07-05 16:30                 ` Martin Uecker
    2024-07-05 19:28                   ` Alejandro Colomar
    2024-07-05 19:38                     ` Jonathan Wakely
    2024-07-05 19:47                       ` Alejandro Colomar
    2024-07-05 19:52                         ` Jonathan Wakely
    2024-07-05 20:11                           ` Alejandro Colomar
    2024-07-05 20:15                           ` Emanuele Torre
    2024-07-05 20:31                             ` Ben Boeckel
    2024-07-05 20:25                     ` Martin Uecker
    2024-07-05 20:28                       ` Jonathan Wakely
    2024-07-05 20:41                         ` Alejandro Colomar
    2024-07-05 20:55                         ` Alejandro Colomar
    2024-07-05 21:39                           ` Jonathan Wakely
    2024-07-05 22:02                             ` Alejandro Colomar
    2024-07-05 22:04                               ` Alejandro Colomar
    2024-07-06  2:24                               ` Xi Ruoyao
    2024-07-06  2:39                                 ` Xi Ruoyao
    2024-07-06  5:51                                   ` [[gnu::null_terminated_string_arg(1)]] on strtol(1) (was: [PATCH v1] Remove 'restrict' from 'nptr' in strtol(3)-like) functions Alejandro Colomar
    2024-07-06  6:10                                 ` [PATCH v1] Remove 'restrict' from 'nptr' in strtol(3)-like functions Alejandro Colomar
    2024-07-06  6:11                                   ` Alejandro Colomar
    2024-07-05 16:32                 ` Sam James
    2024-07-05 16:02             ` Martin Uecker
    2024-07-05 16:11             ` Jonathan Wakely
    2024-07-05 16:21               ` Richard Earnshaw (lists)
    2024-07-05 15:54         ` LIU Hao
    2024-07-05 15:55         ` Xi Ruoyao
    2024-07-05 16:32           ` Alejandro Colomar
    2024-07-05 17:32             ` Alejandro Colomar
    2024-07-05 19:41 ` [WG14] Request for document number; strtol restrictness Alejandro Colomar
    2024-07-07 15:46   ` Daniel Plakosh
    2024-07-09 19:00     ` Alejandro Colomar
    2024-07-09 20:04       ` Daniel Plakosh
    2024-07-07  1:58 ` WG14 paper for removing restrict from nptr in strtol(3) Alejandro Colomar
    2024-07-07  7:15   ` Martin Uecker
    2024-07-07 11:07     ` Alejandro Colomar
    2024-07-07 12:21       ` Martin Uecker
    2024-07-07 13:10         ` Alejandro Colomar
    2024-07-07 10:42   ` Paul Eggert
    2024-07-07 12:42     ` Alejandro Colomar
    2024-07-07 17:30       ` Paul Eggert
    2024-07-07 22:52         ` Alejandro Colomar
    2024-07-09 12:09           ` Paul Eggert
    2024-07-09 17:36             ` Alejandro Colomar
    2024-07-08 14:30       ` David Malcolm
    2024-07-08 15:01         ` Alejandro Colomar
    2024-07-08 16:05           ` Martin Uecker
    2024-07-08 20:17             ` Alejandro Colomar
    2024-07-09  5:58               ` Martin Uecker
    2024-07-09  9:26                 ` Alejandro Colomar
    2024-07-08 22:48           ` David Malcolm
    2024-07-09  9:07             ` Alejandro Colomar
    2024-07-09  9:18               ` Jakub Jelinek
    2024-07-09 10:28                 ` Alejandro Colomar
    2024-07-09 11:28                   ` Alejandro Colomar
    2024-07-09 22:42   ` n3294 - The restrict function attribute as a replacement of the restrict qualifier Alejandro Colomar
    2024-07-26 16:24     ` Joseph Myers
    2024-07-26 16:35       ` G. Branden Robinson
    2024-07-26 19:53         ` Alejandro Colomar
    2024-07-26 18:50       ` Paul Eggert
    2024-07-26 20:11       ` Alejandro Colomar
    2024-07-26 20:30         ` Joseph Myers
    2024-07-26 21:14           ` Alejandro Colomar
    2024-07-26 21:22             ` Joseph Myers
    2024-07-26 21:49               ` Alejandro Colomar
    2024-07-26 22:03                 ` Martin Uecker
    2024-07-26 22:26                   ` Alejandro Colomar
    2024-07-26 22:59                     ` Martin Uecker
    2024-07-27  8:44                       ` Alejandro Colomar
    

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