Commit Graph

4348 Commits

Author SHA1 Message Date
Jim Meyering e74c15dd5a fix typo in comment 2005-07-05 07:33:50 +00:00
Paul Eggert 6ef09ecf57 verify.h improvements. 2005-07-05 05:16:29 +00:00
Paul Eggert 5ad307bfc0 * verify.h (GL_CONCAT0, GL_CONCAT): Define unconditionally; don't
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-05 05:16:08 +00:00
Jim Meyering e2b7434615 rename: s/verify_dcl/verify_decl/ 2005-07-04 17:39:48 +00:00
Jim Meyering 14ad8a2da7 *** empty log message *** 2005-07-04 16:09:10 +00:00
Jim Meyering 302c7df271 (libcoreutils_a_SOURCES): Add verify.h here, temporarily.
Eventually, it'll be pulled in via AC_LIBSOURCES.
2005-07-04 16:09:03 +00:00
Jim Meyering 979600d391 *** empty log message *** 2005-07-04 16:05:44 +00:00
Jim Meyering cfdfe3e318 (verify, verify_dcl): New file/macros. 2005-07-04 16:05:41 +00:00
Jim Meyering a54b48abe6 *** empty log message *** 2005-07-04 14:47:47 +00:00
Jim Meyering 13bda3c7c6 (verify_dcl): Rename from VERIFY. Update use. 2005-07-04 14:47:42 +00:00
Paul Eggert 9a00b08ea6 Remove the dependency of the strftime module on the tzset module. 2005-07-04 05:07:30 +00:00
Paul Eggert d96382a5e9 (my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
Copy the input structure, to work around some of the bug with
Solaris 2.5.1 and Solaris 2.6.
2005-07-04 05:06:44 +00:00
Jim Meyering c719961a19 *** empty log message *** 2005-07-03 21:10:37 +00:00
Jim Meyering 035abbb7c6 (posixtime) [lint]: Initialize *all* of tm0, not just
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 21:10:31 +00:00
Jim Meyering 685eb5f2c3 . 2005-07-03 13:47:39 +00:00
Jim Meyering 85ddb64559 . 2005-07-03 11:58:11 +00:00
Paul Eggert c6a39d64c0 Minor fixes for port to Solaris 8. 2005-07-03 09:35:34 +00:00
Paul Eggert 0e11d335eb Undo previous change. 2005-07-03 09:35:02 +00:00
Paul Eggert ac1f5e4f90 Remove (sync from gnulib). 2005-07-03 09:28:55 +00:00
Paul Eggert e3f2ac8a0f New file, from gnulib. 2005-07-03 09:28:17 +00:00
Paul Eggert 067253007b Sync from gnulib. 2005-07-03 09:27:38 +00:00
Paul Eggert 7e58462337 [! _LIBC]: Include "lstat.h" rather than rolling our own. 2005-07-03 09:27:22 +00:00
Paul Eggert a90f160a33 (libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h,
stdlib--.h, unistd--.h.
2005-07-03 09:26:59 +00:00
Jim Meyering 4f89ded6e2 *** empty log message *** 2005-07-03 09:07:28 +00:00
Jim Meyering c1ef936462 Include <unistd.h> for declaration of close. 2005-07-03 09:07:22 +00:00
Paul Eggert de0cf8356f Regenerate. 2005-07-03 07:28:38 +00:00
Paul Eggert e05ece2ced Cleanup to isolate "safer" functions to a small part of the code. 2005-07-03 07:27:05 +00:00
Paul Eggert 9c34c16a06 Include fcntl--.h rather than fcntl.h.
Do not include unistd-safer.h.
(save_cwd): Don't call fd_safer; no longer needed
now that we include fcntl--.h.
2005-07-03 07:15:39 +00:00
Paul Eggert 6207fc885c Include stdio--.h rather than stdio.h
and stdio-safer.h.
(getusershell): Call fopen, not fopen_safer.
2005-07-03 07:15:09 +00:00
Paul Eggert bd1806f708 Include fcntl--.h rather than fcntl.h.
Do not include unistd-safer.h.
(getloadavg): Don't call fd_safer; no longer needed
now that we include fcntl--.h.
2005-07-03 07:14:28 +00:00
Paul Eggert f21950385b (fd_safer): Remove decl.
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-03 07:14:05 +00:00
Paul Eggert 98088e6a60 Include stdio-safer.h first, to check interface.
Don't bother including stdio.h, since stdio-safer.h does.
2005-07-03 07:13:31 +00:00
Paul Eggert 8b0a2afe9f Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
Jim Meyering 42f845ebc7 . 2005-07-02 14:33:56 +00:00
Jim Meyering f0001d7346 *** empty log message *** 2005-07-02 11:56:56 +00:00
Jim Meyering 25ef400404 Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. 2005-07-02 11:56:49 +00:00
Jim Meyering 06e5948dce *** empty log message *** 2005-07-02 10:26:00 +00:00
Jim Meyering dd2b7c95ff Update from gnulib. 2005-07-02 10:25:58 +00:00
Jim Meyering 410f98fc2b Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. 2005-07-02 08:41:46 +00:00
Jim Meyering 58076430c3 Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
and don't include <sys/file.h>).
2005-07-01 20:55:29 +00:00
Jim Meyering ceaa11b643 *** empty log message *** 2005-07-01 20:53:36 +00:00
Paul Eggert 00fdbcc4af * xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
declares only 'struct timespec;' (!).
2005-07-01 17:25:56 +00:00
Jim Meyering c44874f722 . 2005-06-30 20:32:46 +00:00
Jim Meyering d3f25798b9 Add copyright.
Include <fcntl.h> and <unistd.h> unconditionally --
it seems to be ok to do this, these days.
2005-06-30 20:23:09 +00:00
Jim Meyering a3d8cfece3 *** empty log message *** 2005-06-30 20:23:00 +00:00
Jim Meyering c17ae586bb *** empty log message *** 2005-06-30 20:16:01 +00:00
Jim Meyering 5754380c82 Rewritten by Paul Eggert.
Now, the minimum overhead is just two system calls: dup and close.
2005-06-30 20:13:40 +00:00
Jim Meyering 58000d181c New file. As yet unused. 2005-06-30 20:10:39 +00:00
Jim Meyering 36835110b6 *** empty log message *** 2005-06-30 16:40:08 +00:00
Jim Meyering c25ccafa30 *** empty log message *** 2005-06-30 16:39:46 +00:00