Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-21 | (canon_host): Use malloc and memcpy to copy an | Jim Meyering | |
address, not strdup. Include <stdlib.h> and don't declare free(). | |||
2000-06-21 | *** empty log message *** | Jim Meyering | |
2000-06-21 | (path_concat): Don't access dir[-1] if dir is the empty string. | Jim Meyering | |
2000-06-21 | include getstr.h | Jim Meyering | |
2000-06-21 | *** empty log message *** | Jim Meyering | |
2000-06-21 | (libfetish_a_SOURCES): Add getstr.c. | Jim Meyering | |
(noinst_HEADERS): Add getstr.h. | |||
2000-06-21 | (getstr): Move into a separate file. | Jim Meyering | |
2000-06-21 | copyright date | Jim Meyering | |
2000-06-21 | *** empty log message *** | Jim Meyering | |
2000-06-21 | New file, extracted from getline.c, with the following | Jim Meyering | |
changes: new parameter, delim2; both delim[12] parameters have type `int', not `char'. The latter would lose with 8-bit delimiters. | |||
2000-06-19 | . | Jim Meyering | |
2000-06-19 | [HAVE_NLIST_H] (NLIST_STRUCT): Define. | Jim Meyering | |
2000-06-19 | revert last change | Jim Meyering | |
2000-06-19 | *** empty log message *** | Jim Meyering | |
2000-06-19 | . | Jim Meyering | |
2000-06-18 | *** empty log message *** | Jim Meyering | |
2000-06-18 | Include memory.h, string.h, and/or strings.h as needed. | Jim Meyering | |
(this snippet comes from src/system.h). | |||
2000-06-18 | . | Jim Meyering | |
2000-06-18 | s/NLIST_STRUCT/HAVE_NLIST_H/. Remove big | Jim Meyering | |
multi-platform `#ifndef NLIST_STRUCT' block. | |||
2000-06-17 | . | Jim Meyering | |
2000-06-17 | . | Jim Meyering | |
2000-06-16 | *** empty log message *** | Jim Meyering | |
2000-06-16 | (adjust_value): New function. | Jim Meyering | |
(human_readable_inexact): Apply rounding style even when printing approximate values. | |||
2000-06-15 | *** empty log message *** | Jim Meyering | |
2000-06-15 | *** empty log message *** | Jim Meyering | |
2000-06-15 | (human_readable_inexact): Allow an input block | Jim Meyering | |
size that is not a multiple of the output block size, and vice versa. | |||
2000-06-15 | *** empty log message *** | Jim Meyering | |
2000-06-15 | (get_date): Apply relative times after time zone indicator, not before. | Jim Meyering | |
2000-06-13 | . | Jim Meyering | |
2000-06-13 | (all-local): Depend on lstat.c and stat.c. | Jim Meyering | |
2000-06-13 | *** empty log message *** | Jim Meyering | |
2000-06-13 | [!HAVE_DECL_FREE]: Declare free in lstat.c. | Jim Meyering | |
2000-06-13 | *** empty log message *** | Jim Meyering | |
2000-06-13 | Include <stdlib.h> in lstat, to declare "free". | Jim Meyering | |
2000-06-06 | . | Jim Meyering | |
2000-06-04 | *** empty log message *** | Jim Meyering | |
2000-06-04 | Include <config.h> if HAVE_CONFIG_H. | Jim Meyering | |
2000-06-04 | . | Jim Meyering | |
2000-06-04 | (getugroups): Cast -1 to gid_t, for systems like | Jim Meyering | |
SunOS4.1.4 for which gid_t is an unsigned type. | |||
2000-06-03 | move vmp decl back out to the scope where it belongs | Jim Meyering | |
2000-06-03 | *** empty log message *** | Jim Meyering | |
2000-06-03 | [!HAVE_DECL_MEMCHR]: Declare memchr. | Jim Meyering | |
2000-06-03 | . | Jim Meyering | |
2000-06-03 | (install-exec-local): On systems with glibc-2.1 or | Jim Meyering | |
newer, don't install charset.alias. | |||
2000-06-03 | Change the Linux/glibc rules so they become empty on glibc-2.1 or newer. | Jim Meyering | |
2000-06-03 | *** empty log message *** | Jim Meyering | |
2000-06-02 | *** empty log message *** | Jim Meyering | |
2000-06-02 | Back out last change. Instead, do this... | Jim Meyering | |
(read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy member using the same `ignore'-testing code. | |||
2000-06-02 | (ME_DUMMY): Add `autofs' to the list of ignored fs_type strings. | Jim Meyering | |
From Mark D. Roth. | |||
2000-05-29 | (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts | Jim Meyering | |
with the `ignore' attribute. Based on a patch from Mark D. Roth. |