summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-07-15Include getpagesize.h.Jim Meyering
1999-07-12(mempcpy): Define only if not already defined.Jim Meyering
1999-07-11(recheck): Use assert instead of unnecessary close_fd.Jim Meyering
1999-07-10(struct File_spec) [tailable]: Rename from `missing' andJim Meyering
1999-07-10(struct File_spec): New member, errnum.Jim Meyering
1999-07-04reinclude memcoll.h (mistakenly removed by me)Jim Meyering
1999-07-04Add support for LC_COLLATE locale.Jim Meyering
1999-07-04Include hard-locale.h, memcoll.h.Jim Meyering
1999-07-04Include hard-locale.h, memcoll.h.Jim Meyering
1999-07-04(proc_text, check_section, main):Jim Meyering
1999-07-04(find_field, different): Use size_t, not int, for lengths.Jim Meyering
1999-07-04(writeline): Lines now contain trailing newline.Jim Meyering
1999-07-04(memrchr): Ifdef out this unused function.Jim Meyering
1999-07-04(xfields): Only <blank>s separate fields, not <space>s.Jim Meyering
1999-07-04(print_header): Conform to POSIX if posix_format).Jim Meyering
1999-05-23(copy_internal): Don't apply the umask in move_mode.Jim Meyering
1999-05-23Remove today's earlier misguided attempts.Jim Meyering
1999-05-23Include same.h.Jim Meyering
1999-05-23(same_name): Remove function.Jim Meyering
1999-05-23white-space tweakJim Meyering
1999-05-23white-space tweakJim Meyering
1999-05-23(copy_internal): Make it so `mv -f FILE FILE' does not remove FILE.Jim Meyering
1999-05-22(general_numcompare): Put exceptional casesJim Meyering
1999-05-22(strtod): Declare if STDC_HEADERS is not defined.Jim Meyering
1999-05-21Treat the trailing newline as part of the line, as required by POSIX.2.Jim Meyering
1999-05-20(keycompare): Ignore any length difference if theJim Meyering
1999-05-20(memcoll, keycompare, compare): Handle NULJim Meyering
1999-05-20(MONTHTAB_CONST): Renamed from NLS_CONST; the useJim Meyering
1999-05-18(main): When stdout is in binary mode, make sure allJim Meyering
1999-05-16Don't autodetect the locale of numbers andJim Meyering
1999-05-15(usage): Whoops.Jim Meyering
1999-05-15(xfields): Don't interpret a trailing blank as aJim Meyering
1999-05-15(open_maybe_create): Handle Solaris' failure mode whenJim Meyering
1999-05-15(main): When asking for info on an explicit file name,Jim Meyering
1999-05-13(pop_dir): Cast length to `int' to avoid a warning onJim Meyering
1999-05-12(main): Put `u' for -u in getopt_long's string argument.Jim Meyering
1999-05-12(usage): Split the --help message into two pieces so thatJim Meyering
1999-05-10(AUTHORS): Reflect reality: add Kaveh.Jim Meyering
1999-05-10Expand each `&' character in the gecos field.Jim Meyering
1999-05-09(fraccompare, numcompare): Merge the NLS andJim Meyering
1999-05-08* src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM,Jim Meyering
1999-05-08* src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM,Jim Meyering
1999-05-07(handle_line_error): Use %s, not %d, now that human_readableJim Meyering
1999-05-07(touch): Only do the fstat if we need to.Jim Meyering
1999-05-07(main): Use better wording in diagnostic: `cannotJim Meyering
1999-05-07(apply_translations): Use TOUPPER, not toupper.Jim Meyering
1999-05-06(numcompare): Handle comparison of two negativeJim Meyering
1999-05-05(show_date): Change an automatic aggregate initializerJim Meyering
1999-05-05(USE_ACL): Define this only #ifJim Meyering
1999-05-05add missing backslash-before-newline in usage messageJim Meyering