]> git.ipfire.org Git - thirdparty/man-pages.git/history - man3
elf.5, ld.so.8: Undeprecate DT_RPATH; explain DT_RPATH vs DT_RUNPATH
[thirdparty/man-pages.git] / man3
8 days ago  Alejandro Colomarman/, share/mk/: Move man*/ to man/
2024-04-25  Simon Barthslist.3: wfix
2024-04-25  Alejandro Colomarstrchr.3: HISTORY: strchrnul(3) is present in FreeBSD...
2024-04-10  Alejandro Colomarman3/, debian/debhelper.in/glibc-doc.links: Move link...
2024-04-09  Alejandro ColomarS_ISBLK.3, S_ISCHR.3, S_ISDIR.3, S_ISFIFO.3, S_ISLNK...
2024-04-04  набsigwait.3: Note sigprocmask(2) requirement, explicitly...
2024-03-30  Fedor Lapshingetgrouplist.3: EXAMPLES: Fix error handling for getpwn...
2024-03-26  Alejandro Colomarman*/: EXAMPLES: Add include guards
2024-03-26  Alejandro Colomarman*/: EXAMPLES: Fix includes
2024-03-16  Alejandro Colomargetgrouplist.3: Use same type in both sides of comparison
2024-03-15  Jeremy Baxterprintf.3: Return the number of bytes printed, not chara...
2024-03-12  Alejandro Colomarlogb.3: floor(log2(fabs(x))) has rounding errors
2024-03-12  Alejandro ColomarTIMESPEC_TO_TIMEVAL.3, TIMEVAL_TO_TIMESPEC.3: Document...
2024-03-12  Alejandro Colomarlog2.3, log10.3: wfix
2024-03-12  Alejandro Colomarcbrt.3: wfix: Cube roots are rarely representable
2024-03-12  Alejandro Colomarsignificand.3: significand() uses FLT_RADIX, not 2
2024-03-12  Alejandro Colomarlogb.3: logb(x) is floor(log2(fabs(x)))
2024-03-03  Alejandro Colomarman*/: epoll_*(), fcntl(), flock(), ioctl(), msgctl...
2024-02-26  Alejandro Colomarshare/mk/, man*/: build-ex: Skip expected failures
2024-02-26  Alejandro Colomarman3/: Say cancelation instead of cancellation
2024-02-26  Alejandro Colomarmbsrtowcs.3: ffix
2024-02-25  Alejandro Colomarman*/: srcfix
2024-02-18  Štěpán Němecgetaddrinfo.3: tfix
2024-02-12  Alejandro Colomarman*/: ffix
2024-02-11  набpthread_create.3: Re-do the architecture/default stack...
2024-01-29  Alejandro Colomarfrexp.3: ISO C defines frexp(3) in terms of 2, not...
2024-01-28  Alejandro Colomaradjtime.3: wfix
2024-01-28  Alejandro Colomarman*/: Say ISO 3166
2024-01-28  Alejandro Colomarman*/: Say ISO 639
2024-01-28  Alejandro Colomarman3/: Say ISO 8601
2024-01-28  Alejandro Colomarnl_langinfo.3: ffix
2024-01-28  Alejandro Colomarman*/: Say ISO/IEC 2022
2024-01-16  G. Branden Robinsonfts.3, div_t.3type: ffix
2024-01-01  Alejandro Colomarsched_getcpu.3: tfix
2023-12-29  набfopencookie.3, stdio.3: wfix
2023-12-29  набstdio.3: Note down fmemopen(3), fopencookie(3), and...
2023-12-28  набopen_memstream.3: ffix
2023-12-19  Alejandro Colomarstrtol.3, strtoul.3: If the base is not supported,...
2023-12-09  Alejandro Colomarscanf.3: BUGS: It's impossible to know how many charact...
2023-12-09  Alejandro Colomarscanf.3, sscanf.3: These functions scan formatted input
2023-12-09  Alejandro Colomarscanf.3: CAVEATS: Trailing text cannot be checked
2023-12-09  Alejandro Colomarscanf.3: CAVEATS: These functions don't distinguish...
2023-12-06  Alejandro Colomarstrtol.3: Clarify that the base should be tested before...
2023-12-06  Alejandro Colomarsscanf.3: Remove term 'deprecated', and expand BUGS
2023-12-04  Alejandro Colomarstrncat.3: Clarify that it terminates the string
2023-12-04  Alejandro Colomarstrncat.3: Fix return value of possible implementation
2023-12-03  Alejandro Colomarstrncat.3: Write the null byte with stpcpy(3)
2023-12-03  Alejandro Colomarstrncat.3: Implement strncat(3) in terms of strnul()
2023-11-30  Alejandro Colomarstrtol.3, strtoul.3: ERRORS: Clarify that these don...
2023-11-24  Alejandro Colomarposix_memalign.3: wfix
2023-11-24  Alejandro Colomarposix_memalign.3: ERRORS: wfix
2023-11-24  Jakub Wilkpthread_key_create.3: tfix
2023-11-22  Alejandro Colomarstpncpy.3: Rename third parameter to 'dsize'
2023-11-22  Alejandro Colomarstpncpy.3: Reword, saying 'byte' instead of 'character'
2023-11-22  Alejandro Colomarstpncpy.3: EXAMPLES: errx(3) instead of warnx(3) if...
2023-11-22  Alejandro Colomarstpncpy.3: EXAMPLES: Use fwrite(3) instead of printf(3)
2023-11-22  Alejandro Colomarstpncpy.3: NAME: Clarify that these functions only...
2023-11-21  Alejandro Colomarstpncpy.3: Optimize possible implementation of stpncpy()
2023-11-21  Alejandro Colomarstpncpy.3: SYNOPSIS: ffix
2023-11-21  Alejandro Colomarstpncpy.3: Don't say 'width' when 'size' is meant
2023-11-21  Alejandro Colomarstrncat.3: CAVEATS: wfix
2023-11-21  Alejandro Colomarstrncat.3: Reword description
2023-11-21  Alejandro Colomarstrncat.3: Say that if dst isn't a string, the behavior...
2023-11-21  Alejandro Colomarstrncat.3: SEE ALSO: tfix
2023-11-21  Alejandro Colomarstrncat.3: EXAMPLES: Fix name of variable
2023-11-21  Alejandro Colomarstrncat.3: Simplify possible implementation of strncat()
2023-11-21  Alejandro Colomarstrncat.3: Rename third parameter to ssize
2023-11-21  Alejandro Colomarstrncat.3: Fix bug in possible implementation of strncat(3)
2023-11-21  Alejandro Colomarstrncat.3: SYNOPSIS: ffix
2023-11-21  Alejandro Colomarstrncat.3: Don't say 'width' when 'size' is meant
2023-11-21  Alejandro Colomarstrncat.3: Say append instead of (con)catenate
2023-11-19  Alejandro Colomarmbsrtowcs.3: Clarify that mbsrtowcs(3) is a restartable...
2023-11-19  Alejandro Colomarmbsrtowcs.3: Clarify how to ensure a full conversion
2023-11-19  Elliott Hughesffs.3: All these functions live in <strings.h>.
2023-11-14  Alejandro Colomarmbstowcs.3: Reorder text
2023-11-14  Alejandro Colomarmbsrtowcs.3, mbstowcs.3: Remove unnecessary references...
2023-11-14  Alejandro Colomarmbsrtowcs.3, mbstowcs.3: Use dsize for dst size; not...
2023-11-13  Paul Eggertstring.3: strncpy(): wfix
2023-11-13  Alejandro Colomarstring.3: strncpy(): Talk about bytes, not characters
2023-11-13  Alejandro Colomarstring.3: strncpy(): Reword so as to not imply the...
2023-11-13  Alejandro Colomarstring.3: tfix
2023-11-13  Paul Eggertstpecpyx.3: Remove link page
2023-11-13  Alejandro Colomarstpecpy.3, ustpcpy.3, ustr2stp.3, zustr2stp.3, zustr2us...
2023-11-11  Paul Eggertman*/: Improve timestamp documentation
2023-11-09  Alejandro Colomarstpncpy.3, string.3, string_copying.7: Clarify that...
2023-11-09  Alejandro Colomarstpncpy.3, string_copying.7: Clarify that st[rp]ncpy...
2023-11-06  Alejandro Colomarstpncpy.3: tfix
2023-11-02  Alejandro Colomarbcmp.3: wfix
2023-11-01  Alejandro Colomarsetlogmask.3: ffix
2023-11-01  Alejandro Colomarcatan.3: ffix
2023-11-01  Alejandro Colomarmalloc_get_state.3: tfix
2023-10-31  Alejandro Colomarman*/: srcfix (Use .P instead of .PP or .LP)
2023-10-25  Alejandro Colomarstrerror.3: Document the string produced by 'strerrorna...
2023-10-23  Alejandro Colomarman*/: ffix (Use '.TQ' where appropriate)
2023-10-04  Alejandro Colomarpthread_key_create.3: Mention glibc instead of LinuxThreads
2023-10-04  Alejandro Colomarpthread_*.3: ffix (semantic newlines)
2023-10-04  Alejandro Colomarpthread_*.3: ffix (paragraphing)
2023-10-04  Alejandro Colomarpthread_*.3: Remove AUTHOR section; add copyright;...
2023-10-04  Alejandro Colomarpthread_cond_init.3, pthread_condattr_init.3, pthread_k...
2023-10-04  Alejandro Colomarpthread_cond_init.3, pthread_condattr_init.3, pthread_k...
next