Download List

프로젝트 설명

GNU C library (glibc) is one of the most important components of GNU Hurd and most modern GNU/Linux distributions. It is used by almost all C programs and provides the most essential APIs, including the C standard library and other standard libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-02 23:04 Back to release list
2.13

새로운 리눅스 인터페이스 prlimit, prlimit64, fanotify_init, 그리고 fanotify_mark이 추가되었습니다. POWER7 최적화는 memset, memcmp, 그리고 strncmp 위해 만들어 졌 었죠. 새로운 최적화된 문자열 함수는 x86 - 64에 대한 구현되었습니다 : strnlen (이용 SSE2), strcasecmp을 (SSE2을 활용, SSSE3, SSE4.2), strncasecmp (이용 SSE2, SSSE3, SSE4.2). 많은 사소한 버그가 수정되었습니다.
Tags: Minor feature enhancements, Minor bugfixes
New Linux interfaces prlimit, prlimit64, fanotify_init, and fanotify_mark were added. POWER7 optimizations were made for memset, memcmp, and strncmp. New optimized string functions were implemented for x86-64: strnlen (utilizing SSE2), strcasecmp (utilizing SSE2, SSSE3, SSE4.2), strncasecmp (utilizing SSE2, SSSE3, SSE4.2). Many minor bugs were fixed.

Project Resources