| Age | Commit message (Expand) | Author | Lines |
| 1995-07-25 | (main): When too few arguments are given, don't just | Jim Meyering | -2/+5 |
| 1995-07-25 | [_LIBC || STDC_HEADERS] (TOLOWER): Define to tolower. | Jim Meyering | -4/+1 |
| 1995-07-22 | (md5_check): New function -- extracted from main. | Jim Meyering | -113/+118 |
| 1995-07-21 | reformat comment | Jim Meyering | -2/+2 |
| 1995-07-21 | (md5_file): New function -- extracted from main. | Jim Meyering | -53/+59 |
| 1995-07-21 | Use EXIT_FAILURE and EXIT_SUCCESS. | Jim Meyering | -19/+29 |
| 1995-07-20 | (split_3): Accept only old format. | Jim Meyering | -35/+13 |
| 1995-07-20 | more comment tweaks | Jim Meyering | -3/+4 |
| 1995-07-20 | Correct typo in Copyright. | Jim Meyering | -3/+3 |
| 1995-07-20 | (usage): Move it to precede all other functions. | Jim Meyering | -38/+38 |
| 1995-07-20 | New version from Drepper. | Jim Meyering | -429/+49 |
| 1995-07-16 | Add #else block after #ifdef VMS. | Jim Meyering | -10/+26 |
| 1995-07-16 | (build_spec_list): Declare CLOSING_DELIM_IDX and CLOSING_BRACKET_IDX to | Jim Meyering | -4/+4 |
| 1995-07-12 | (unqote): Comment out unreachable break stmts. | Jim Meyering | -25/+39 |
| 1995-07-12 | (main): Comment out unreachable break stmt. | Jim Meyering | -1/+1 |
| 1995-07-12 | (dump): Convert to use smaller -- but seemingly equivalent -- patch. | Jim Meyering | -3/+3 |
| 1995-07-12 | Reorder functions so main is last, so no forward dcls are needed. | Jim Meyering | -105/+103 |
| 1995-07-12 | (tail): Explicitly cast to long the N_UNITS argumennt in | Jim Meyering | -1/+1 |
| 1995-07-09 | (main): Add UCHAR casts. | Jim Meyering | -2/+2 |
| 1995-07-09 | (main): When using obsolescent +pos -pos syntax, allow | Jim Meyering | -3/+3 |
| 1995-07-09 | (main): Allow field spec, M, to be omitted in +M.N or -M.N | Jim Meyering | -3/+3 |
| 1995-07-07 | (dump): Correct loop-termination criterion. | Jim Meyering | -2/+6 |
| 1995-07-03 | (split_3): Rewrite to parse Plumb/Lankester format as well. | Jim Meyering | -71/+111 |
| 1995-06-25 | Remove unused dcl of isnumber. | Jim Meyering | -1/+0 |
| 1995-06-25 | (parse_group): Use xstrtoul instead of isnumber; the latter would | Jim Meyering | -17/+16 |
| 1995-06-24 | Don't conditionalize use of "inline". Autoconf takes care of defining | Jim Meyering | -10/+4 |
| 1995-06-24 | Undefine min and/or max before defining to avoid redefinition warning | Jim Meyering | -0/+12 |
| 1995-06-24 | (read_input): Rename paramater MAX to MAX_N_BYTES. To avoid potential | Jim Meyering | -5/+5 |
| 1995-06-24 | [uint32]: When testing for 32-bit arithmetic type, | Jim Meyering | -7/+11 |
| 1995-06-24 | (usage): Fix typo. | Jim Meyering | -1/+1 |
| 1995-06-22 | (main): Include program name in --version output. | Jim Meyering | -17/+17 |
| 1995-06-22 | [join]: Redefine. Otherwise, systems (Unicos for one) with | Jim Meyering | -0/+2 |
| 1995-06-22 | [word]: Redefine. Otherwise, systems (Unicos for one) with | Jim Meyering | -0/+4 |
| 1995-06-22 | (interrupt_handler): Declare to have a single integer | Jim Meyering | -1/+2 |
| 1995-06-22 | (main): Remove spurious colon in getopt spec string. | Jim Meyering | -1/+1 |
| 1995-06-20 | (md5_file): Initialize two elements of LEN portably, | Jim Meyering | -1/+4 |
| 1995-06-18 | merge with 1.12 | Jim Meyering | -21/+21 |
| 1995-06-18 | (process_buffer): Copy values from struct into | Jim Meyering | -17/+26 |
| 1995-06-16 | (split_3): Unprotoize. | Jim Meyering | -7/+6 |
| 1995-06-16 | Remove unnecessary uses of `defined' in #if* tests. | Jim Meyering | -17/+82 |
| 1995-06-15 | Don't include values.h. | Jim Meyering | -2/+2 |
| 1995-06-15 | merge with 1.11.5b | Jim Meyering | -3/+5 |
| 1995-06-15 | patch from drepper | Jim Meyering | -9/+12 |
| 1995-06-15 | (main): Rename `char binary' to type_flag to avoid confusion with `int binary'. | Jim Meyering | -4/+4 |
| 1995-06-15 | Don't use #elif. Some old C compilers don't recognize it. | Jim Meyering | -40/+120 |
| 1995-06-14 | [NDEBUG]: Define it to disable assertions. | Jim Meyering | -17/+21 |
| 1995-06-13 | (xfclose): Don't try to flush stdin, only stdout. | Jim Meyering | -10/+13 |
| 1995-06-13 | [struct Spec_list] (indefinite_repeat_element): New member. | Jim Meyering | -46/+65 |
| 1995-06-13 | Indent some things. | Jim Meyering | -110/+113 |
| 1995-06-12 | (non_neg_strtol): Don't compare signed and unsigned. | Jim Meyering | -3/+8 |