| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (xmalloc, xrealloc): Declare them long *. | Richard M. Stallman | 1995-05-04 | 1 | -5/+5 |
| | | |||||
| * | (main): Check for trailing ", " before trying to delete it. | Karl Heuer | 1995-04-13 | 1 | -1/+3 |
| | | |||||
| * | (concat, xmalloc, xrealloc, readline, xnew): Four new | Richard M. Stallman | 1995-01-09 | 1 | -59/+194 |
| | | | | | | | | | functions and a macro that allow the program to work on input lines of whatever length. Copied from etags.c. (fatal): Print a fatal error message and exit. (main): Use the new functions. Fixed a bug that made a \037 char appear at the end of the output. | ||||
| * | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -0/+2 |
| | | |||||
| * | (from, labels, data): Use MAX_DATA_LEN as length. | Richard M. Stallman | 1994-09-21 | 1 | -8/+6 |
| | | | | | (main): Use fgets, not gets. | ||||
| * | (main): Avoid crash if argc is 1. | Richard M. Stallman | 1994-05-17 | 1 | -1/+1 |
| | | |||||
| * | Don't include string.h or strings.h. | Richard M. Stallman | 1994-04-28 | 1 | -6/+0 |
| | | |||||
| * | Clean up indentation and whitespace. | Richard M. Stallman | 1994-03-05 | 1 | -44/+56 |
| | | |||||
| * | (main): Change delimiter from "^L" to "^_^L". | Richard M. Stallman | 1994-03-05 | 1 | -5/+1 |
| | | | | | | Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. | ||||
| * | (main): Change delimiter from "^L" to "^_^L". | Karl Heuer | 1994-03-03 | 1 | -9/+19 |
| | | | | | | Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. | ||||
| * | (main) [MSDOS]: Open all files as binary. | Richard M. Stallman | 1994-01-06 | 1 | -0/+8 |
| | | |||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (TRUE, FALSE): Don't define if already defined. | Richard M. Stallman | 1993-08-11 | 1 | -0/+4 |
| | | |||||
| * | * b2m.c: #include <sys/types.h>. | Jim Blandy | 1993-07-06 | 1 | -1/+2 |
| | | | | | (ltoday): Declare this to be time_t. | ||||
| * | * b2m.c (main): Don't exit upon reading a blank line. | Jim Blandy | 1993-03-11 | 1 | -2/+8 |
| | | |||||
| * | entered into RCS | Jim Blandy | 1992-08-19 | 1 | -0/+7 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-12-04 | 1 | -0/+84 |