GNU C LIB Reference Manual

xiaoxiao2021-03-06  80

http://www.gnu.org/software/libc/

GNU C Librarymain PagebugsmanualResources

Table of contents

Overview Current Status Availability Bugs Resources People

Overview

Any UNIX-LIKE OPERATING SYSTEM NEDS A C Library: The Library Which Defines The `` System Calls '' And Other Basic Facilities Such As Open, Malloc, Printf, Exit ...

The GNU C Library IS Used As

THE C Library in the gnu system and most systems with the linux kernel.

History

The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when Those Do Not Conflict With The Standards. DiffERENT Compability Modes (Selectable When You Complation) Allow The Peaceful Coexistence of Compatibility Support for Different Varieties of Unix.

Project Goals

The GNU C Library Is Primarily Designed To Be a Portable and High Performance C Library.

It follows all relevant standards (ISO C 99, POSIX.1c, POSIX.1j, POSIX.1d, Unix98, Single Unix Specification). It is also internationalized and has one of the most complete internationalization interfaces known.

Contributing

Today the GNU C library is almost complete: nearly all known and useful functions from any other C library are available However, there is still room for improvement If you would like to add or improve features in the GNU C library, please look through.. At The Latest Projects File Distributed with the glibc source, and coordinate your work with the maintainers at .

Note this

Glibc Distributes a Conformance Report Detailing Adherence To Various Standards. This List Also Shows Where GNU Libc Needs to Be Improved.

Manual

The GNU C library manual is incomplete. It would be very helpful if you could spend a bit of your time on writing the missing parts. Please coordinate your work with the maintainers .

Porting

For more information on the process of porting see Porting the C Library in the glibc manual. The status of ports and their sub-maintainers is currently documented on the ports page. If you are interested in porting GNU libc to additional system types, please contact The maintainers Before beginning your port.

Current Status

The Current Version IS 2.3.3.

See the news file for more information.

There is a faq.

Availability

The Releases Are Available at http://ftp.gnu.org/gnu/glibc/ and its mirrors.

For More Information on Porting See Porting The GNU C Library.

Bugs

SEE this Page for Information on Reporting Bugs in the gnu c library.

Resources

The Canonical Source for Information About The GNU C Library The Reference Manual Available At

Also See This for Some Resources Relevant to the gnu c library.

Peoplethe GNU C Library Was Originally Written Primarily by Roland McGrath

When He Worked for the FSF. in 2001 The GNU C Library STEERING COMMITTEE

, was formed and currently consists of Mark Brown, Paul Eggert, Andreas Jaeger, Jakub Jelinek, Roland McGrath and Andreas Schwab. Ulrich Drepper is currently the foremost contributor and has overall responsibility for maintenance and development. Many Others Have Contributed in Large Amounts As Document in The Glibc Contributors.

转载请注明原文地址:https://www.9cbs.com/read-98330.html

New Post(0)