Actions
Bug #12709
closedPOSIX-noncompliant setenv
    Bug #12709:
    POSIX-noncompliant setenv
  
Description
I found setenv() macro which is noncompliant to POSIX is still defined in include/ruby/util.h.
I can't remember where 2-arguments setenv() was provided.
Shouldn't it be removed?
https://github.com/ruby/ruby/compare/trunk...nobu:POSIX-noncompliant-setenv
        
           Updated by nobu (Nobuyoshi Nakada) about 9 years ago
          Updated by nobu (Nobuyoshi Nakada) about 9 years ago
          
          
        
        
      
      - Status changed from Open to Closed
        
           Updated by naruse (Yui NARUSE) about 9 years ago
          Updated by naruse (Yui NARUSE) about 9 years ago
          
          
        
        
      
      We can find if the commit cause SEGV...
Actions