summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-12-15Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,Jim Meyering
CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
2000-12-08*** empty log message ***Jim Meyering
2000-12-08(mbsnwidth): Don't loop endlessly when called with anJim Meyering
invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
2000-12-07*** empty log message ***Jim Meyering
2000-12-07convert a > expression to the equivalent < oneJim Meyering
2000-12-07(ISSLASH): Define.Jim Meyering
(strip_trailing_slashes): Use ISSLASH rather than comparing against `/'. From Prashant TR.
2000-12-07convert a > expression to the equivalent < oneJim Meyering
2000-12-07*** empty log message ***Jim Meyering
2000-12-07(FILESYSTEM_PREFIX_LEN): Define.Jim Meyering
(dir_name_r): Declare this function as static. [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd manifest itself on a name containing a mix of slashes and backslashes. Make this function work with names starting with a DOS-style drive letter and colon prefix. (dir_name): Append `.' if necessary. Based mostly on patches from Prashant TR and Eli Zaretskii.
2000-12-07(dir_name_r): Remove prototype.Jim Meyering
2000-12-05.Jim Meyering
2000-12-05(dir_name_r): Add `const' in a few local declarations.Jim Meyering
2000-12-04*** empty log message ***Jim Meyering
2000-12-04*** empty log message ***Jim Meyering
2000-12-04Also include memory.h, stdlib.h, unistd.h if appropriate.Jim Meyering
2000-12-04*** empty log message ***Jim Meyering
2000-12-04[!HAVE_DECL_MALLOC]: Declare malloc.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02Make idempotent, to avoid some obscure warnings.Jim Meyering
2000-12-02*** empty log message ***Jim Meyering
2000-12-02Include <config.h> before any system include file.Jim Meyering
2000-11-30*** empty log message ***Jim Meyering
2000-11-30(dir_name_r): Fix typo: int -> size_t.Jim Meyering
2000-11-30.Jim Meyering
2000-11-27remove useless parensJim Meyering
2000-11-26.Jim Meyering
2000-11-26.Jim Meyering
2000-11-26Include sys/types.h. From Werner Almesberger.Jim Meyering
2000-11-26.Jim Meyering
2000-11-23.Jim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(my_strftime): Do not invoke mbrlen with aJim Meyering
size of (size_t) -1; it's not portable.
2000-11-18.Jim Meyering
2000-11-18tweak a commentJim Meyering
2000-11-18Formatting changes.Jim Meyering
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would prevent type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Update from GNU libc.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Incorporate weak-alias-related changes from glibc.Jim Meyering
2000-11-14remove bruno's 11-03 entry for unicodeio.cJim Meyering
2000-11-11Add a couple #includes, merging from GNU libc version.Jim Meyering
2000-11-11Back out Paul's changes while we wait for him and Bruno to reach agreement.Jim Meyering
2000-11-11Remove Paul's entries for unicodeio.c: then I don't have to justifyJim Meyering
backing out the nov8/9 changes.
2000-11-11*** empty log message ***Jim Meyering
2000-11-10*** empty log message ***Jim Meyering
2000-11-10Update from GNU libc.Jim Meyering
2000-11-10Update from GNU libc.Jim Meyering
2000-11-10*** empty log message ***Jim Meyering
2000-11-10(ENOTSUP): Define to EINVAL if not defined.Jim Meyering
2000-11-10don't back them outJim Meyering