Difference between revisions of "Libc"

From Free Software Directory
Jump to: navigation, search
Line 15: Line 15:
 
|Documentation note=https://www.gnu.org/software/libc/manual/
 
|Documentation note=https://www.gnu.org/software/libc/manual/
  
https://sourceware.org/glibc/wiki/FAQ
+
https://sourceware.org/glibc/wiki/FAQ/
  
https://www.gnu.org/prep/standards/
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
  
'''Selection from the [https://shop.fsf.org/ FSF shop].'''
+
[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/using-gcc-gnu-compiler-collection-reference-manual-v-33-discounted
+
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
  
https://shop.fsf.org/books-docs/debugging-gdb-gnu-source-level-debugger-v-731
+
[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/tshirts-hoodies/gcc-starter-pack
+
[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.]'''
+
'''[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
 
|Decommissioned or Obsolete=No
Line 36: Line 41:
 
|Microblog=https://twitter.com/gnutools/
 
|Microblog=https://twitter.com/gnutools/
 
|IRC general=irc://irc.freenode.net/#glibc
 
|IRC general=irc://irc.freenode.net/#glibc
|Related projects=Shared_Memory_Manager,gnu-c-manual,gcc,gdb
+
|Related projects=gnustandards,gnu-c-manual,Shared_Memory_Manager,gcc,gdb
 
|Keywords=regex,kernel,glibc,hurd
 
|Keywords=regex,kernel,glibc,hurd
 
|Version identifier=2.28
 
|Version identifier=2.28
Line 43: Line 48:
 
|Version download=https://ftp.gnu.org/gnu/libc/glibc-2.28.tar.xz
 
|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/12/26
+
|Last review date=2019/01/04
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
Line 80: Line 85:
 
|Role=maintainer
 
|Role=maintainer
 
|Email=samuel.thibault@ens-lyon.org
 
|Email=samuel.thibault@ens-lyon.org
}}
 
{{Resource
 
|Resource audience=R (Ref) (R)
 
|Resource URL=https://cran.r-project.org/web/packages/getopt/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Python (Ref) (R)
 
|Resource audience=Python (Ref) (R)
 
|Resource URL=https://pypi.org/project/glibc/
 
|Resource URL=https://pypi.org/project/glibc/
}}
 
{{Resource
 
|Resource audience=Ruby (Ref) (R)
 
|Resource URL=https://rubygems.org/gems/getopt/
 
}}
 
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/r-cran-getopt
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 135: Line 128:
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://sourceware.org/glibc/wiki
+
|Resource URL=https://sourceware.org/glibc/wiki/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://gcc.gnu.org/wiki/cauldron2018
+
|Resource URL=https://gcc.gnu.org/wiki/cauldron2018/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://www.gnu.org/prep/maintain/
+
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 149: Line 142:
 
|Library=C
 
|Library=C
 
|Programming-language=C
 
|Programming-language=C
|Runs-on=BSD, GNU/Linux
+
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 09:47, 4 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)" 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.