Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 | |
1994-06-23 | * energize-patches, main.c (main), top.c (gdb_init, pwd_command), | Fred Fish | 1 | -1/+1 | |
top.h: Change all occurances of dirbuf to gdb_dirbuf. Collides with global variable of same name in libnsl.so on UnixWare. | |||||
1994-06-03 | * main.c: Move entire file except for #ifndef MAIN_OVERRIDE code | Jim Kingdon | 1 | -0/+48 | |
to new file top.c. Make things extern instead of static and similar rearrangements to deal with this. * top.h: New file. * utils.c: Move fputs_unfiltered to main.c. Remove FPUTS_UNFILTERED_OVERRIDE ifndef. * Makefile.in: Change so that gdb uses main.c, utils.c, and top.c, and libgdb uses utils.c and top.c. |