Arjun Shankar
Arjun Shankar's contributions
glibc: Calling new contributors
Arjun Shankar
This article is mostly a story about my attempt at getting new contributors
How we ensure statically linked applications stay that way
Arjun Shankar
This article describes the current state, recent improvements, and our plans for making truly statically linked applications.
How we addressed an unforeseen use case in pthread_atfork()
Arjun Shankar
Members of the Red Hat Platform Tools team recently worked with other community members to implement a fix for odd behavior in glibc's implementation of pthread_atfork().
A beginner's attempt at optimizing GCC
Arjun Shankar
Implementing a minor tree optimization was a great way to get started with GCC internals while contributing to the community.
Solving the mystery of hanging character set conversions in glibc's iconv utility
Arjun Shankar
The GNU C Library's iconv utility had a problem with hanging character set conversions. Learn how rewriting iconv's option parsing solved the issue.
Implicit function declarations: flex's use of "reallocarray"
Arjun Shankar
Compatibility with existing build systems is improved if "reallocarray" is declared under _DEFAULT_SOURCE in Fedora's flex package.
glibc: Calling new contributors
This article is mostly a story about my attempt at getting new contributors
How we ensure statically linked applications stay that way
This article describes the current state, recent improvements, and our plans for making truly statically linked applications.
How we addressed an unforeseen use case in pthread_atfork()
Members of the Red Hat Platform Tools team recently worked with other community members to implement a fix for odd behavior in glibc's implementation of pthread_atfork().
A beginner's attempt at optimizing GCC
Implementing a minor tree optimization was a great way to get started with GCC internals while contributing to the community.
Solving the mystery of hanging character set conversions in glibc's iconv utility
The GNU C Library's iconv utility had a problem with hanging character set conversions. Learn how rewriting iconv's option parsing solved the issue.
Implicit function declarations: flex's use of "reallocarray"
Compatibility with existing build systems is improved if "reallocarray" is declared under _DEFAULT_SOURCE in Fedora's flex package.