summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1995-09-19Rewrite confusing comment.Jim Meyering
1995-09-19(checkfp): Rearrange loop to avoid duplicate test.Jim Meyering
1995-09-18Protoize.Jim Meyering
1995-09-18(main, usage): Remove -h, -s, -v short options.Jim Meyering
1995-09-14(tempname): Replace `16' with a more readable expansion.Jim Meyering
1995-09-14(sort): Rename local: ntemp -> n_temp_files, to avoid confusionJim Meyering
1995-08-10(main) [handling --string option]: Don't output nonstandard `b' binary flag.Jim Meyering
1995-08-09(my_strtol): Remove function.Jim Meyering
1995-08-09(main): Fail if either --verbose or --quiet is specifiedJim Meyering
1995-08-09Include system.h.Jim Meyering
1995-08-09(md5_check): Fail if no valid line is found.Jim Meyering
1995-08-08(mergefps) [lint]: Initialize SAVEALLOC to avoid spuriousJim Meyering
1995-08-08(read_line) [lint]: Initialize CHARS to avoid spuriousJim Meyering
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-08-07(is_number): Rename from isnumber.Jim Meyering
1995-08-07Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-08-05(validate): Remove const attribute from formal #1.Jim Meyering
1995-08-05(__P): No longer define this. It's not used.Jim Meyering
1995-08-05Protoize.Jim Meyering
1995-08-05Protoize.Jim Meyering
1995-08-05(save_cwd, restore_cwd, free_cwd): Remove functions.Jim Meyering
1995-08-05(decode_switches): Set SORT_TYPE. Before, ls -c was sortingJim Meyering
1995-08-05(isnumber): Rename to is_number to avoid conflict withJim Meyering
1995-08-02.Jim Meyering
1995-07-30(md5_check): Use getline instead of fgets.Jim Meyering
1995-07-30Add parens to clarify ?: expression.Jim Meyering
1995-07-30(check): Print `disorder on...' message on standard error, not stdout.Jim Meyering
1995-07-27Remove spurious space.Jim Meyering
1995-07-27(tail_bytes) [from_start]: For regular files, seekJim Meyering
1995-07-27(have_read_stdin): New global variable.Jim Meyering
1995-07-25(main): When too few arguments are given, don't justJim Meyering
1995-07-25[_LIBC || STDC_HEADERS] (TOLOWER): Define to tolower.Jim Meyering
1995-07-22(md5_check): New function -- extracted from main.Jim Meyering
1995-07-21reformat commentJim Meyering
1995-07-21(md5_file): New function -- extracted from main.Jim Meyering
1995-07-21Use EXIT_FAILURE and EXIT_SUCCESS.Jim Meyering
1995-07-20(split_3): Accept only old format.Jim Meyering
1995-07-20more comment tweaksJim Meyering
1995-07-20Correct typo in Copyright.Jim Meyering
1995-07-20(usage): Move it to precede all other functions.Jim Meyering
1995-07-20New version from Drepper.Jim Meyering
1995-07-16Add #else block after #ifdef VMS.Jim Meyering
1995-07-16(build_spec_list): Declare CLOSING_DELIM_IDX and CLOSING_BRACKET_IDX toJim Meyering
1995-07-12(unqote): Comment out unreachable break stmts.Jim Meyering
1995-07-12(main): Comment out unreachable break stmt.Jim Meyering
1995-07-12(dump): Convert to use smaller -- but seemingly equivalent -- patch.Jim Meyering
1995-07-12Reorder functions so main is last, so no forward dcls are needed.Jim Meyering
1995-07-12(tail): Explicitly cast to long the N_UNITS argumennt inJim Meyering
1995-07-09(main): Add UCHAR casts.Jim Meyering
1995-07-09(main): When using obsolescent +pos -pos syntax, allowJim Meyering