summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-07-08(getloadavg) [__CYGWIN__]: Port to cygwin.Paul Eggert
[__linux__]: Allocate a big enough buffer for /proc/loadavg. [!LDAV_DONE]: Avoid unused variable warning.
2005-07-08(init_dfa, build_range_exp): Store __btowc valuePaul Eggert
in wint_t, not wchar_t. Remove now-unnecessary cast.
2005-07-08Regenerate.Paul Eggert
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert
now in gnulib.
2005-07-08Add regcomp.c, regex_internal.c, regex_internal.h.Paul Eggert
2005-07-08(libcoreutils_a_SOURCES): Remove regex.h; gnulibPaul Eggert
now does this automatically for us.
2005-07-07.Jim Meyering
2005-07-05fix typo in commentJim Meyering
2005-07-05verify.h improvements.Paul Eggert
2005-07-05* verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don'tPaul Eggert
depend on whether verify_decl is defined. (verify): Renamed from verify_decl. All uses changed. Use an extern function decl, as it can't possibly collide with other decls. (verify_expr): Renamed from verify. All uses changed. (verify_type__): New private macro. (verify, verify_expr): Use it.
2005-07-04rename: s/verify_dcl/verify_decl/Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(libcoreutils_a_SOURCES): Add verify.h here, temporarily.Jim Meyering
Eventually, it'll be pulled in via AC_LIBSOURCES.
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(verify, verify_dcl): New file/macros.Jim Meyering
2005-07-04*** empty log message ***Jim Meyering
2005-07-04(verify_dcl): Rename from VERIFY. Update use.Jim Meyering
2005-07-04Remove the dependency of the strftime module on the tzset module.Paul Eggert
2005-07-04(my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:Paul Eggert
Copy the input structure, to work around some of the bug with Solaris 2.5.1 and Solaris 2.6.
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(posixtime) [lint]: Initialize *all* of tm0, not justJim Meyering
the .tm_year member, since otherwise gcc-4.0 would now warn about tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
2005-07-03.Jim Meyering
2005-07-03.Jim Meyering
2005-07-03Minor fixes for port to Solaris 8.Paul Eggert
2005-07-03Undo previous change.Paul Eggert
2005-07-03Remove (sync from gnulib).Paul Eggert
2005-07-03New file, from gnulib.Paul Eggert
2005-07-03Sync from gnulib.Paul Eggert
2005-07-03[! _LIBC]: Include "lstat.h" rather than rolling our own.Paul Eggert
2005-07-03(libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h,Paul Eggert
stdlib--.h, unistd--.h.
2005-07-03*** empty log message ***Jim Meyering
2005-07-03Include <unistd.h> for declaration of close.Jim Meyering
2005-07-03Regenerate.Paul Eggert
2005-07-03Cleanup to isolate "safer" functions to a small part of the code.Paul Eggert
2005-07-03Include fcntl--.h rather than fcntl.h.Paul Eggert
Do not include unistd-safer.h. (save_cwd): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio--.h rather than stdio.hPaul Eggert
and stdio-safer.h. (getusershell): Call fopen, not fopen_safer.
2005-07-03Include fcntl--.h rather than fcntl.h.Paul Eggert
Do not include unistd-safer.h. (getloadavg): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03(fd_safer): Remove decl.Paul Eggert
Include fcntl--.h rather than unistd-safer.h (fts_safe_changedir): Don't call fd_safer; no longer needed now that we include fcntl--.h.
2005-07-03Include stdio-safer.h first, to check interface.Paul Eggert
Don't bother including stdio.h, since stdio-safer.h does.
2005-07-03Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc.Paul Eggert
2005-07-02.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-07-02*** empty log message ***Jim Meyering
2005-07-02Update from gnulib.Jim Meyering
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering
and don't include <sys/file.h>).
2005-07-01*** empty log message ***Jim Meyering
2005-07-01* xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>Paul Eggert
declares only 'struct timespec;' (!).
2005-06-30.Jim Meyering