summaryrefslogtreecommitdiffstats
path: root/man3 (follow)
Commit message (Expand)AuthorAgeLines
* man/, share/mk/: Move man*/ to man/Alejandro Colomar2024-05-02-99858/+1
* slist.3: wfixSimon Barth2024-04-26-1/+1
* strchr.3: HISTORY: strchrnul(3) is present in FreeBSD and NetBSDAlejandro Colomar2024-04-26-1/+3
* man3/, debian/debhelper.in/glibc-doc.links: Move link pages to their placeAlejandro Colomar2024-04-10-0/+16
* S_ISBLK.3, S_ISCHR.3, S_ISDIR.3, S_ISFIFO.3, S_ISLNK.3, S_ISREG.3, S_ISSOCK.3...Alejandro Colomar2024-04-09-0/+7
* sigwait.3: Note sigprocmask(2) requirement, explicitly link sigtimedwait(2)/N...наб2024-04-04-1/+6
* getgrouplist.3: EXAMPLES: Fix error handling for getpwnam(3)Fedor Lapshin2024-03-30-2/+7
* man*/: EXAMPLES: Add include guardsAlejandro Colomar2024-03-26-0/+5
* man*/: EXAMPLES: Fix includesAlejandro Colomar2024-03-26-4/+12
* getgrouplist.3: Use same type in both sides of comparisonAlejandro Colomar2024-03-16-5/+5
* printf.3: Return the number of bytes printed, not charactersJeremy Baxter2024-03-16-1/+1
* logb.3: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar2024-03-12-2/+3
* TIMESPEC_TO_TIMEVAL.3, TIMEVAL_TO_TIMESPEC.3: Document these macrosAlejandro Colomar2024-03-12-0/+33
* log2.3, log10.3: wfixAlejandro Colomar2024-03-12-4/+4
* cbrt.3: wfix: Cube roots are rarely representableAlejandro Colomar2024-03-12-2/+5
* significand.3: significand() uses FLT_RADIX, not 2Alejandro Colomar2024-03-12-1/+2
* logb.3: logb(x) is floor(log2(fabs(x)))Alejandro Colomar2024-03-12-1/+1
* man*/: epoll_*(), fcntl(), flock(), ioctl(), msgctl(), *prctl(), ptrace(), qu...Alejandro Colomar2024-03-03-5/+6
* share/mk/, man*/: build-ex: Skip expected failuresAlejandro Colomar2024-02-26-7/+7
* man3/: Say cancelation instead of cancellationAlejandro Colomar2024-02-26-7/+7
* mbsrtowcs.3: ffixAlejandro Colomar2024-02-26-1/+2
* man*/: srcfixAlejandro Colomar2024-02-25-7/+7
* getaddrinfo.3: tfixŠtěpán Němec2024-02-18-1/+1
* man*/: ffixAlejandro Colomar2024-02-12-1/+1
* pthread_create.3: Re-do the architecture/default stack size mappingнаб2024-02-12-17/+2
* frexp.3: ISO C defines frexp(3) in terms of 2, not FLT_RADIXAlejandro Colomar2024-01-29-2/+1
* adjtime.3: wfixAlejandro Colomar2024-01-28-1/+1
* man*/: Say ISO 3166Alejandro Colomar2024-01-28-1/+1
* man*/: Say ISO 639Alejandro Colomar2024-01-28-1/+1
* man3/: Say ISO 8601Alejandro Colomar2024-01-28-13/+13
* nl_langinfo.3: ffixAlejandro Colomar2024-01-28-1/+1
* man*/: Say ISO/IEC 2022Alejandro Colomar2024-01-28-1/+1
* fts.3, div_t.3type: ffixG. Branden Robinson2024-01-16-4/+8
* sched_getcpu.3: tfixAlejandro Colomar2024-01-01-1/+1
* fopencookie.3, stdio.3: wfixнаб2023-12-29-2/+2
* stdio.3: Note down fmemopen(3), fopencookie(3), and open_[w]memstream(3)наб2023-12-29-0/+12
* open_memstream.3: ffixнаб2023-12-28-1/+1
* strtol.3, strtoul.3: If the base is not supported, endptr may be left untouchedAlejandro Colomar2023-12-19-0/+6
* scanf.3: BUGS: It's impossible to know how many characters were consumedAlejandro Colomar2023-12-09-0/+9
* scanf.3, sscanf.3: These functions scan formatted inputAlejandro Colomar2023-12-09-2/+2
* scanf.3: CAVEATS: Trailing text cannot be checkedAlejandro Colomar2023-12-09-0/+3
* scanf.3: CAVEATS: These functions don't distinguish newlines easilyAlejandro Colomar2023-12-09-0/+5
* strtol.3: Clarify that the base should be tested beforehand, if at allAlejandro Colomar2023-12-06-3/+25
* sscanf.3: Remove term 'deprecated', and expand BUGSAlejandro Colomar2023-12-06-13/+2
* strncat.3: Clarify that it terminates the stringAlejandro Colomar2023-12-05-1/+2
* strncat.3: Fix return value of possible implementationAlejandro Colomar2023-12-04-1/+2
* strncat.3: Write the null byte with stpcpy(3)Alejandro Colomar2023-12-04-5/+1
* strncat.3: Implement strncat(3) in terms of strnul()Alejandro Colomar2023-12-04-1/+2
* strtol.3, strtoul.3: ERRORS: Clarify that these don't set errno on successAlejandro Colomar2023-12-01-0/+6
* posix_memalign.3: wfixAlejandro Colomar2023-11-24-2/+0