aboutsummaryrefslogtreecommitdiff
path: root/manual/resource.texi
AgeCommit message (Collapse)Author
2001-04-09Update.Ulrich Drepper
2001-04-09 Ulrich Drepper <drepper@redhat.com> * Makefile (distribute): Add scripts/documented.sh. * scripts/documented.sh: New file.
2001-02-11(Working Directory): Make getwd as deprecated in the header.Ulrich Drepper
2001-02-11Update.Ulrich Drepper
* sysdeps/generic/getsysstat.c: Change return value of get_phys_pages and get_avphys_page to long int. * sysdeps/unix/sysv/linux/getsysstat.c: Likewise. * include/sys/sysinfo.h: Likewise. * sysdeps/generic/sys/sysinfo.h: Likewise. * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
2001-02-11Use run_program_prefix.Andreas Jaeger
2001-02-11(Currency Symbol): Add INT_ constants and CODESET:Ulrich Drepper
2001-02-10(Basic Scheduling Functions): Fix typo.Ulrich Drepper
2001-02-10Update.Ulrich Drepper
* sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>. (timeval_to_clock_t): Add clk_tck argument and use that instead of CLK_TCK. (__times): Use __getclktck to get the number of clock ticks per second and use its return value instead of CLK_TCK. 2001-02-10 Mark Kettenis <kettenis@gnu.org>
2000-05-07Update.Ulrich Drepper
* manual/resource.texi: Document POSIX scheduling functions. Patch by Bryan Henderson <bryanh@giraffe-data.com>.
2000-04-18Update.Ulrich Drepper
* manual/Makefile (chapters): Add resource. * manual/time.texi: Move section on resources to... * manual/resource.texi: ...here. New file. * manual/setjmp.texi: Adjust back reference. Patch by Bryan Henderson <bryanh@giraffe-data.com>.