Difference between revisions of "Libc"

From Free Software Directory
Jump to: navigation, search
(Added Debian and Savannah link)
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU C Library
 
|Name=GNU C Library
|Short description=Library for use with GNU/Hurd and GNU/Linux
+
|Short description=The GNU C Library.
|Full description=The '''GNU C Library''' (glibc) is the standard C library of the GNU system. It defines the system calls and other basic functionality necessary to write programs in the C language. It handles low-level functionality that communicates with the kernel, such as process and file management, as well as higher-level functionality such as string manipulation or command-line argument handling.
+
|Full description=The '''GNU C Library''' is the standard C library of the GNU system. It defines the system calls and other basic functionality necessary to write programs in the C language. It handles low-level functionality that communicates with the kernel, such as process and file management, as well as higher-level functionality such as string manipulation or command-line argument handling.
  
In GNU/Linux distributions, the C library works with the [[linux-libre|Linux kernel]] to implement the operating system behavior seen by user applications. In GNU/Hurd, it works with a microkernel and [[Hurd]] servers.
+
In GNU/Linux distributions, the C library works with the [[linux-libre | Linux kernel]] to implement the operating system behavior seen by user applications. In [[hurd | GNU Hurd]], it works with a microkernel and Hurd servers.
  
The GNU C Library implements much of the POSIX.1 functionality in the GNU system, using configurations i[4567]86-*-gnu.  The current
+
The GNU C Library implements much of the POSIX.1 functionality in the GNU system, using configurations i[4567]86-*-gnu.   
GNU/Hurd support requires out-of-tree patches that will eventually be incorporated into an official GNU C Library release.
+
The current Hurd support requires out-of-tree patches that will eventually be incorporated into an official GNU C Library release.
  
 
It is one of the most important components of the GNU operating system and its variants GNU/Linux. It is used by almost all C programs and provides the most essential program interface.
 
It is one of the most important components of the GNU operating system and its variants GNU/Linux. It is used by almost all C programs and provides the most essential program interface.
 
|Homepage URL=https://www.gnu.org/software/libc/
 
|Homepage URL=https://www.gnu.org/software/libc/
|User level=advanced
+
|Is High Priority Project=No
 
|VCS checkout command=git clone git://sourceware.org/git/glibc.git
 
|VCS checkout command=git clone git://sourceware.org/git/glibc.git
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/libc/manual/
|Documentation note=C Library reference manual available online from http://www.gnu.org/software/libc/manual/ and in printed form from https://order.fsf.org/#manuals or 1-617-542-5942
+
 
|Accepts cryptocurrency donations=No
+
https://sourceware.org/glibc/wiki/FAQ/
|Related projects=Shared_Memory_Manager
+
 
|Keywords=regex,kernel,programming,C,glibc,hurd,C library,GNU C library
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
|Version identifier=2.25
+
 
|Version date=2017/02/05
+
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
[https://shop.fsf.org/books-docs/using-gcc-gnu-compiler-collection-reference-manual-v-33-discounted Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3]
 +
 
 +
[https://shop.fsf.org/books-docs/debugging-gdb-gnu-source-level-debugger-v-731 Debugging with GDB: The GNU Source-Level Debugger, V 7.3.1]
 +
 
 +
[https://shop.fsf.org/tshirts-hoodies/gcc-starter-pack GCC Starter Pack]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/civicrm/contribute/transact?reset=1&id=57
 +
|Microblog=https://twitter.com/gnutools/
 +
|IRC general=irc://irc.freenode.net/#glibc
 +
|Related projects=gnustandards,gnu-c-manual,Shared_Memory_Manager,gcc,gdb
 +
|Keywords=regex,kernel,glibc,hurd
 +
|Version identifier=2.28
 +
|Version date=2018/08/01
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/libc/glibc-2.25.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/libc/glibc-2.28.tar.xz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/19
+
|Last review date=2019/01/20
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=advanced
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/libc/glibc-2.28.tar.xz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=libc
 
|GNU package identifier=libc
 +
|Decommissioned/Obsolete=No
 
|License verified date=2010-05-21
 
|License verified date=2010-05-21
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPL
+
|License=GPLv2orlater
|License verified by=Kelly Hopkins
+
|License verified by=Bendikker
 +
|License verified date=2018/05/17
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Bendikker
 
|License verified date=2010-05-21
 
|License verified date=2010-05-21
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=C Library Steering Committee
+
|Real name=Florian Weimer
|Role=Maintainer
+
|Role=maintainer
|Email=glibc-sc@gnu.org
+
|Email=fweimer@redhat.com
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Andreas Schwab
+
|Real name=Joseph Myers
|Role=Contributor
+
|Role=maintainer
|Email=schwab@issan.informatik.uni-dortmund.de
+
|Email=joseph@codesourcery.com
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Miles Bader
+
|Real name=Samuel Thibault
|Role=Contributor
+
|Role=maintainer
|Email=miles@gnu.org
+
|Email=samuel.thibault@ens-lyon.org
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref) (R)
 +
|Resource URL=https://pypi.org/project/glibc/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/glibc-doc-reference
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Thomas Bushnell
+
|Resource audience=Debian (Ref) (R)
|Role=Contributor
+
|Resource URL=https://tracker.debian.org/pkg/glibc
|Email=thomas@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 60: Line 104:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/libc
+
|Resource URL=https://savannah.gnu.org/projects/libc/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://sourceware.org/git/?p=glibc.git
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://sourceware.org/ml/libc-help/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://sourceware.org/ml/libc-alpha/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libc-maintainers/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/archive/html/libc-maintainers/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref) (R)
+
|Resource kind=Mailing List
|Resource URL=https://tracker.debian.org/pkg/glibc
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-glibc/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Mailing List
|Resource kind=VCS Repository Webview
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=http://sourceware.org/git/?p=glibc.git
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftpmirror.gnu.org/libc/
+
|Resource URL=https://ftp.gnu.org/old-gnu/glibc/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=Download
|Resource kind=VCS Repository Webview
+
|Resource URL=https://alpha.gnu.org/gnu/glibc/
|Resource URL=http://sourceware.org/bugzilla/enter_bug.cgi?product=glibc
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Support
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/glibc/
|Resource URL=mailto:bug-glibc@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://sourceware.org/glibc/wiki/
|Resource URL=mailto:libc-alpha@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://gcc.gnu.org/wiki/cauldron2018/
|Resource URL=mailto:libc-announce@sources.redhat.com
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Wiki
+
|Resource kind=General
|Resource kind=Homepage
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=https://sourceware.org/glibc/wiki/
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line, library
 
|Interface=command-line, library
 +
|Library=C
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 01:32, 20 January 2019


[edit]

GNU C Library

https://www.gnu.org/software/libc/
The GNU C Library.

The GNU C Library is the standard C library of the GNU system. It defines the system calls and other basic functionality necessary to write programs in the C language. It handles low-level functionality that communicates with the kernel, such as process and file management, as well as higher-level functionality such as string manipulation or command-line argument handling.

In GNU/Linux distributions, the C library works with the Linux kernel to implement the operating system behavior seen by user applications. In GNU Hurd, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the GNU system, using configurations i[4567]86-*-gnu. The current Hurd support requires out-of-tree patches that will eventually be incorporated into an official GNU C Library release.

It is one of the most important components of the GNU operating system and its variants GNU/Linux. It is used by almost all C programs and provides the most essential program interface.








Entry








"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Python (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.