summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2001-08-14.Jim Meyering
2001-08-14.Jim Meyering
2001-08-13whoops. remove the backslash, too.Jim Meyering
2001-08-13*** empty log message ***Jim Meyering
2001-08-13(unlocked-io.h): Do not append "_unlocked" twice.Jim Meyering
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*** empty log message ***Jim Meyering
2001-08-13(<errno.h>): Include.Jim Meyering
(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-12*** empty log message ***Jim Meyering
2001-08-12(xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:Jim Meyering
Simply `return getcwd (NULL, 0);'. [! (defined __GLIBC__ && __GLIBC__ >= 2)]: Use 1300 as initial value for length, not PATH_MAX.
2001-08-12Clean up cpp syntax.Jim Meyering
2001-08-12.Jim Meyering
2001-08-12update from libcJim Meyering
2001-08-12update from libcJim Meyering
2001-08-12update from libcJim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-12(libfetish_a_SOURCES): Add gtod.h.Jim Meyering
2001-08-12*** empty log message ***Jim Meyering
2001-08-04*** empty log message ***Jim Meyering
2001-08-04(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,Jim Meyering
to get in sync with glibc.
2001-08-04*** empty log message ***Jim Meyering
2001-08-04Don't include <limits.h>.Jim Meyering
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(MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):Jim Meyering
Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID with inverted sense. All uses changed.
2001-07-15.Jim Meyering
2001-07-15*** empty log message ***Jim Meyering
2001-07-15(all-local): Depend on unlocked-io.h, to ensure it is created.Jim Meyering
2001-07-15*** empty log message ***Jim Meyering
2001-07-15(DISTCLEANFILES): Add unlocked-io.h.Jim Meyering
2001-07-15*** empty log message ***Jim Meyering
2001-07-15(EXTRA_DIST): Add unlocked-io.hin.Jim Meyering
(BUILT_SOURCES): Add unlocked-io.h. (io_functions): Define. (unlocked-io.h): New rule.
2001-07-15*** empty log message ***Jim Meyering
2001-07-15*** empty log message ***Jim Meyering
2001-07-15Update from glibc.Jim Meyering
2001-07-14(__attribute__): Define it to be empty for compilersJim Meyering
that don't support that syntax.
2001-07-11.Jim Meyering
2001-07-05*** empty log message ***Jim Meyering
2001-07-05(noinst_HEADERS): Remove definition, per new automake recommendation.Jim Meyering
(libfetish_a_SOURCES): Put all .h files here instead. Remove a thus-exposed (better checks in automake) duplicate and two unnecessary .h files.
2001-06-18update from libcJim Meyering
2001-06-11*** empty log message ***Jim Meyering
2001-06-11Update from GNU libc.Jim Meyering
2001-05-27*** empty log message ***Jim Meyering
2001-05-27(UT_TYPE): Define.Jim Meyering
2001-05-24.Jim Meyering
2001-05-24*** empty log message ***Jim Meyering
2001-05-24Include "quote.h".Jim Meyering
(argmatch_invalid): Remove explicit `' quotes. Instead, use the quote function. Reported by Göran Uddeborg.
2001-05-21.Jim Meyering
2001-05-21*** empty log message ***Jim Meyering
2001-05-21(dir_name): Compute append_dot using path, not newpathJim Meyering
which is not yet declared.
2001-05-20.Jim Meyering
2001-05-20(my_strftime):Jim Meyering
Define to nstrftime if emacs, but only if my_strftime is not defined. (extra_args, extra_args_spec, extra_args_spec_iso): Rename from ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. Add one more extra argument: a nanoseconds value. All uses changed. (ns): New macro. (my_strftime function): Add %N format. (emacs_strftimeu): Renamed from emacs_strftime, with extra ut argument.
2001-05-20(libfetish_a_SOURCES):Jim Meyering
Add strftime.c, since we now compile it on all hosts.