Jim Meyering
3fcc2c725f
.
2001-08-24 08:11:30 +00:00
Jim Meyering
e0f3ba1a46
update from libc
2001-08-24 06:39:29 +00:00
Jim Meyering
1683c6c470
update from glibc
2001-08-23 06:43:44 +00:00
Jim Meyering
f459045c8c
.
2001-08-18 19:29:21 +00:00
Jim Meyering
af123efc85
.
2001-08-14 07:47:25 +00:00
Jim Meyering
6195ec1bc7
.
2001-08-14 06:59:30 +00:00
Jim Meyering
33795311ba
whoops. remove the backslash, too.
2001-08-13 20:14:36 +00:00
Jim Meyering
60a8a47a86
*** empty log message ***
2001-08-13 20:11:15 +00:00
Jim Meyering
269f95aef7
(unlocked-io.h): Do not append "_unlocked" twice.
...
Port to Solaris 8, where 'sed' requires a space after the 'r'
command, and where sh dislikes "$/". Clean up the spacing a bit.
Redirect output to $tmp just once.
2001-08-13 20:11:03 +00:00
Jim Meyering
c1c7368372
*** empty log message ***
2001-08-13 06:30:14 +00:00
Jim Meyering
7fda17ac4f
(<errno.h>): Include.
...
(errno): Declare if not defined.
(addext): Work correctly when pathconf returns -1 and leaves
errno alone because there is no limit. Also, work even if
pathconf returns a value greater than SIZE_MAX.
2001-08-13 06:30:10 +00:00
Jim Meyering
242256b45d
*** empty log message ***
2001-08-12 20:11:49 +00:00
Jim Meyering
79dbd85e74
(xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
...
Simply `return getcwd (NULL, 0);'.
[! (defined __GLIBC__ && __GLIBC__ >= 2)]:
Use 1300 as initial value for length, not PATH_MAX.
2001-08-12 20:11:39 +00:00
Jim Meyering
8982646a63
Clean up cpp syntax.
2001-08-12 18:49:13 +00:00
Jim Meyering
0b219591dd
.
2001-08-12 17:50:42 +00:00
Jim Meyering
93696dfa49
update from libc
2001-08-12 13:02:20 +00:00
Jim Meyering
5bd7048dfe
update from libc
2001-08-12 12:50:16 +00:00
Jim Meyering
43f4c1dfd6
update from libc
2001-08-12 12:49:11 +00:00
Jim Meyering
98950444e6
*** empty log message ***
2001-08-12 08:37:22 +00:00
Jim Meyering
1249a88daf
(libfetish_a_SOURCES): Add gtod.h.
2001-08-12 08:33:25 +00:00
Jim Meyering
1d3ea9cba8
*** empty log message ***
2001-08-12 08:33:09 +00:00
Jim Meyering
34c138f62a
*** empty log message ***
2001-08-04 17:52:45 +00:00
Jim Meyering
0e6ddcffef
(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
...
to get in sync with glibc.
2001-08-04 17:52:38 +00:00
Jim Meyering
0017571134
*** empty log message ***
2001-08-04 17:07:43 +00:00
Jim Meyering
752fb79cac
Don't include <limits.h>.
...
Include <stdlib.h> and <string.h> unconditionally.
(iswcntrl, mbsinit, ISCNTRL): New macros.
(mbsnwidth): Use K&R style function declarations.
Don't bother checking for MB_LEN_MAX == 1, since the compiler
can optimize it when MB_CUR_MAX == 1.
The width of control characters is zero, not 1.
2001-08-04 17:07:37 +00:00
Jim Meyering
465a0e3b5e
(MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
...
Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
with inverted sense. All uses changed.
2001-08-04 17:06:05 +00:00
Jim Meyering
86b6fbd90c
.
2001-07-15 16:28:39 +00:00
Jim Meyering
b0e6b6a062
*** empty log message ***
2001-07-15 15:42:38 +00:00
Jim Meyering
b4f1cf7143
(all-local): Depend on unlocked-io.h, to ensure it is created.
2001-07-15 15:42:27 +00:00
Jim Meyering
24950c329b
*** empty log message ***
2001-07-15 15:35:02 +00:00
Jim Meyering
c3db551fd7
(DISTCLEANFILES): Add unlocked-io.h.
2001-07-15 15:29:05 +00:00
Jim Meyering
70d3f1e772
*** empty log message ***
2001-07-15 15:17:12 +00:00
Jim Meyering
982d395b6a
(EXTRA_DIST): Add unlocked-io.hin.
...
(BUILT_SOURCES): Add unlocked-io.h.
(io_functions): Define.
(unlocked-io.h): New rule.
2001-07-15 15:14:18 +00:00
Jim Meyering
11cfdfba16
*** empty log message ***
2001-07-15 15:13:14 +00:00
Jim Meyering
3cc73c9659
*** empty log message ***
2001-07-15 14:39:51 +00:00
Jim Meyering
82f4ea062b
Update from glibc.
2001-07-15 14:39:46 +00:00
Jim Meyering
f1a6dd3dcc
(__attribute__): Define it to be empty for compilers
...
that don't support that syntax.
2001-07-14 19:47:20 +00:00
Jim Meyering
d2cb2639f0
.
2001-07-11 15:28:51 +00:00
Jim Meyering
1226c8ad6f
*** empty log message ***
2001-07-05 08:29:19 +00:00
Jim Meyering
26e8855760
(noinst_HEADERS): Remove definition, per new automake recommendation.
...
(libfetish_a_SOURCES): Put all .h files here instead.
Remove a thus-exposed (better checks in automake) duplicate and
two unnecessary .h files.
2001-07-05 07:58:06 +00:00
Jim Meyering
6efc19263f
update from libc
2001-06-18 08:01:38 +00:00
Jim Meyering
98d2a14011
*** empty log message ***
2001-06-11 02:49:20 +00:00
Jim Meyering
88a10b132b
Update from GNU libc.
2001-06-11 02:48:14 +00:00
Jim Meyering
31867cf5cb
*** empty log message ***
2001-05-27 13:46:52 +00:00
Jim Meyering
5d896be5dc
(UT_TYPE): Define.
2001-05-27 13:46:31 +00:00
Jim Meyering
a99fb13160
.
2001-05-24 22:08:45 +00:00
Jim Meyering
418c24dd7e
*** empty log message ***
2001-05-24 06:12:07 +00:00
Jim Meyering
908a517100
Include "quote.h".
...
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
quote function. Reported by Göran Uddeborg.
2001-05-24 06:12:00 +00:00
Jim Meyering
e204540061
.
2001-05-21 06:59:27 +00:00
Jim Meyering
2c3988dbca
*** empty log message ***
2001-05-21 06:36:43 +00:00