The GNU C Library

The project website can be found here:https://sourceware.org/glibc

The GNU C Library - The project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.

The GNU C Library is designed to be a backwards compatible, portable, and high performance ISO C library. It aims to follow all relevant standards including ISO C11, POSIX.1-2008, and IEEE 754-2008.

The project was started circa 1988 and is more than 30 years old. You can see the complete projectrelease historyon the wiki.

Despite the project's age there is still a lot to do so pleaseGet Startedand Get Involved!

Download

The GNU C Library can be found on the main GNU ftp server (download glibc via HTTPS, download glibc via HTTP ordownload glibc via FTP), and itsmirrors; pleaseuse a mirrorif possible.

Documentation

Documentation for the GNU C Libraryis online, as is documentation for most GNU software. It can also be accessed by runninginfo libc orman libc, or by looking at/usr/share/doc/glibc/, or similar directories on your system. A brief summary is available by running info libc.

Mailing lists

The GNU C Library has the following core mailing lists:

For more mailing lists please see thelist of steps to get involvedin glibc.

Announcements about the GNU C Library and most other GNU software are made on theinfo-gnumailing list (archives).

Security reports that should not be made immediately public can be sent directly to the maintainers. If there is no response to an urgent issue, you can escalate to the generalsecuritymailing list for advice.

Getting involved

Development of the GNU C Library, and GNU in general, is a volunteer effort, and you can contribute. For information, please read How to help GNU. If you'd like to get involved, it's a good idea to join the discussion mailing list (see above).

Development tools

For development sources, issue trackers, and other information, please see theGNU C Library project page.

Testing

Trying the latest test release (when available) is always appreciated. Test releases can be found on the GNU “alpha” server (HTTPS, HTTP, FTP) and itsmirrors.

Translating

To translate the program messages into other languages, please refer to the Translation Project page for the GNU C Library. New translations or updates to the existing strings will not be incorporated into the GNU C Library if they are sent elsewhere. For more information, see the Translation Project home page.

Maintainer

The GNU C Library is currently maintained by agroup of stewardswho support an even larger group of developers

Licensing

The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.