Jim Meyering
0338d23883
from gnulib
2002-12-06 14:24:22 +00:00
Jim Meyering
0d35ee704b
Add copyright notice.
...
(libfetish_a_SOURCES): Add unlocked-io.h.
(BUILT_SOURCES, all-local): Remove unlocked-io.h.
(DISTCLEANFILES, io_functions): Remove macros.
(EXTRA_DIST): Remove gen_uio.
(unlocked-io.h): Remove rule.
2002-12-06 13:38:15 +00:00
Jim Meyering
6fe922b850
remove, now that unlocked-io.h is maintained manually
2002-12-06 13:37:49 +00:00
Jim Meyering
5d1b828601
*** empty log message ***
2002-12-06 13:37:15 +00:00
Jim Meyering
76fd0dbc45
New file, but with proper copyright notice and
...
attribution. Note: this is *not* the same as the file in gnulib.
This uses #if HAVE_FUNC_UNLOCKED for each `FUNC', rather than
HAVE_DECL_FUNC_UNLOCKED. This usage is consistent with the autoconf
macro in ../m4/jm-glibc-io.m4. Modulo comments, this file still
contains exactly what was generated by gen-uio.
2002-12-06 13:37:11 +00:00
Jim Meyering
e84a62d126
.
2002-12-06 13:33:23 +00:00
Jim Meyering
b9e8939e0f
*** empty log message ***
2002-12-06 08:33:28 +00:00
Jim Meyering
c8a0110617
this is the old, generated version
2002-12-06 08:28:58 +00:00
Jim Meyering
5327503574
*** empty log message ***
2002-12-06 08:23:55 +00:00
Jim Meyering
1252175d43
[defined emacs]: Include "lisp.h".
...
(xalloc_die) [defined emacs]: New macro.
(free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
[! defined emacs]: Include <xalloc.h>.
(POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
(pointer): Typedef to POINTER_TYPE *.
(malloc): Remove decl; we now always use xmalloc.
(alloca): Use old-style definition, since Emacs needs this.
Check for arithmetic overflow when computing combined size.
2002-12-06 08:23:28 +00:00
Jim Meyering
1e4ba6c553
update copyright from gnulib
2002-12-06 08:09:12 +00:00
Jim Meyering
663374c9b6
.
2002-12-06 07:36:39 +00:00
Jim Meyering
75a84d6f4a
*** empty log message ***
2002-12-04 10:07:59 +00:00
Jim Meyering
08e032083c
.
2002-12-04 08:59:41 +00:00
Jim Meyering
47d074ba3f
Reflect the fact that stat.c and lstat.c are no longer generated.
...
(BUILT_SOURCES): Remove stat.c and lstat.c.
(DISTCLEANFILES): Likewise.
(EXTRA_DIST): Likewise.
(all_local): Don't depend on stat.c or lstat.c.
(stat.c, lstat.c): Remove rules.
(EXTRA_DIST): Remove xstat.in.
2002-12-04 08:59:13 +00:00
Jim Meyering
f2cb00a54a
author hardly matters here :-)
2002-12-04 08:56:58 +00:00
Jim Meyering
16c87869c6
Simply #define LSTAT and include stat.c.
2002-12-04 08:55:54 +00:00
Jim Meyering
598a3babd5
Rework so that it may serve to define rpl_lstat, too.
2002-12-04 08:55:32 +00:00
Jim Meyering
962bfcd672
Remove file. Contents moved into stat.c.
2002-12-04 08:16:02 +00:00
Jim Meyering
4890f411f0
*** empty log message ***
2002-12-04 07:55:38 +00:00
Jim Meyering
c68d6cafca
Simply #define SAFE_WRITE and include safe-read.c.
2002-12-04 07:51:45 +00:00
Jim Meyering
c0ff7df8cb
Rework so that it may serve to define safe_write, too.
2002-12-04 07:50:55 +00:00
Jim Meyering
c5a4e28e9b
.
2002-12-04 07:43:18 +00:00
Jim Meyering
a1f5754a17
New file, from which to generate safe-read.c and safe-write.c.
2002-12-03 18:30:29 +00:00
Jim Meyering
ef97c32946
s/const void */void const */
2002-12-03 18:20:38 +00:00
Jim Meyering
7cec5a7e3c
*** empty log message ***
2002-12-03 18:19:51 +00:00
Jim Meyering
3d81ed14e1
Update from gnulib (add comments, include stddef.h).
2002-12-03 18:19:45 +00:00
Jim Meyering
d4d54b4878
regenerate using automake-1.7.1b
2002-12-03 18:17:18 +00:00
Jim Meyering
7ae465f167
.
2002-12-03 17:50:46 +00:00
Jim Meyering
b3e08a0a69
tweak comment
2002-12-03 12:03:55 +00:00
Jim Meyering
01d5814091
tweak comment
2002-12-03 12:02:19 +00:00
Jim Meyering
0d387e7ff2
*** empty log message ***
2002-12-02 17:28:21 +00:00
Jim Meyering
cba2225ce6
.
2002-12-02 09:31:04 +00:00
Jim Meyering
7570cb86a6
(EINTR): Define.
...
(safe_read): Rewrite to loop IFF read fails with EINTR.
2002-12-02 08:11:45 +00:00
Jim Meyering
c9c5c4c3e1
*** empty log message ***
2002-12-01 17:04:49 +00:00
Jim Meyering
32b9f22700
(safe_read): Also exit the loop when read returns zero.
2002-12-01 17:04:35 +00:00
Jim Meyering
0937f50e9e
comment tweak
2002-12-01 12:10:41 +00:00
Jim Meyering
3b6cb24f4b
*** empty log message ***
2002-12-01 12:04:35 +00:00
Jim Meyering
b1cfe31057
(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
2002-12-01 12:04:17 +00:00
Jim Meyering
4c6c221ee2
Merge from gnulib.
2002-12-01 11:53:02 +00:00
Jim Meyering
ef266f5a81
from gnulib
2002-12-01 11:36:50 +00:00
Jim Meyering
68fd2c3b68
(libfetish_a_SOURCES): Add safe-write.c and safe-write.h.
2002-12-01 11:36:32 +00:00
Jim Meyering
e04f07c363
*** empty log message ***
2002-12-01 10:57:07 +00:00
Jim Meyering
7730fc35b7
Update from gnulib (trivial changes).
2002-12-01 10:56:47 +00:00
Jim Meyering
61bbb627cc
Update from gnulib (trivial changes).
2002-12-01 10:54:01 +00:00
Jim Meyering
1ed5b3df2d
Add Copyright comment.
2002-12-01 10:44:15 +00:00
Jim Meyering
3447cf0995
Add Copyright comment.
2002-12-01 10:43:35 +00:00
Jim Meyering
6cffb5b26e
*** empty log message ***
2002-12-01 10:42:17 +00:00
Jim Meyering
c198111648
Update from gnulib (trivial changes).
2002-12-01 10:42:12 +00:00
Jim Meyering
422e4b4c3a
*** empty log message ***
2002-12-01 10:41:22 +00:00