summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-12-25add omitted semicolonJim Meyering
2000-12-24*** empty log message ***Jim Meyering
2000-12-24*** empty log message ***Jim Meyering
2000-12-24(is_prime): Return explicit boolean values.Jim Meyering
(hash_get_first): Return NULL to appease Irix5.6's 89.
2000-12-19.Jim Meyering
2000-12-19*** empty log message ***Jim Meyering
2000-12-19(libfetish_a_SOURCES): Add physmem.c.Jim Meyering
(noinst_HEADERS): Add physmem.h.
2000-12-19(__xstrtol): Add undocumented suffixes 'g' andJim Meyering
't' for compatibility with Solaris 8 sort.
2000-12-19*** empty log message ***Jim Meyering
2000-12-19*** empty log message ***Jim Meyering
2000-12-19(locale_charset): Add support for Win32.Jim Meyering
2000-12-18*** empty log message ***Jim Meyering
2000-12-18Add support for BeOS.Jim Meyering
2000-12-16*** empty log message ***Jim Meyering
2000-12-16*** empty log message ***Jim Meyering
2000-12-16[!SHELLS_FILE && __DJGPP__]: DefineJim Meyering
SHELLS_FILE to a file name that's useful on djgpp systems. Include stdlib.h. (ADDITIONAL_DEFAULT_SHELLS): Define. (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. Based mostly on a patch from Prashant TR.
2000-12-16.Jim Meyering
2000-12-16This bug had a serious impact on chown: `chown N:M FILE' (for integerJim Meyering
N and M) would have treated it like `chown N:N FILE'. (parse_user_spec): Fix typo: s/u/g/.
2000-12-16tweak a commentJim Meyering
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