Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-10-01 | exploit the new executable config.status | K. Richard Pixley | 1 | -7/+3 | |
1991-09-20 | Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com) | Roland Pesch | 1 | -15/+40 | |
* doc/Makefile: generate aux version-no file doc/gdbVN.m4 from main Makefile.in version definition doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current GDB version no refs Makefile.in (setup-to-dist): generate doc/gdbVN.m4 | |||||
1991-09-20 | (HFILES): Add minimon.h. | John Gilmore | 1 | -3/+3 | |
(VERSION): Roll version number to 4.0.95. | |||||
1991-09-19 | Circumvent Sun Make bug on *-exp.tab.o. | John Gilmore | 1 | -0/+2 | |
1991-09-19 | Cope with new files and removed files for Modula-2 support. | John Gilmore | 1 | -23/+28 | |
1991-09-13 | * Makefile.in (CLIBS): Put XM_CLIBS and TM_CLIBS at end. | John Gilmore | 1 | -3/+3 | |
Pass MUNCH_DEFINE to munch whenever we run it. * munch: Cope with RT/PC putting fns in data segment. Restore ability to override `nm' by specifying MUNCH_NM. | |||||
1991-09-12 | * Makefile.in (documentation targets): Pass $(M4). | John Gilmore | 1 | -6/+6 | |
Bugfix from eggert@twinsun.com (Paul Eggert). * stack.c (down_silently_command): Check for stack existence. | |||||
1991-09-11 | * Makefile.in (VERSION): Update to 4.0.3. | John Gilmore | 1 | -1/+1 | |
1991-09-10 | * utils.c (error): if error_pre_print is set, print the string | John Gilmore | 1 | -1/+1 | |
first. * main.c (main, print_gnu_advertisement, print_gdb_version): Reformat legalese so it always prints, but acts as an "I'm here" message while symbols are being read. If any errors occur, print a few newlines to set off the message and start it at the left margin. Remove mention of "help" command, and don't yak about symbol reading. (catch_errors): Error string is now printed first in case of error, not last. * command.c (undef_cmd_error, lookup_cmd): On undefined command, suggest the "help" command. * Makefile.in (VERSION): Set to 4.0.2. | |||||
1991-08-31 | Merge in irix support. | Stu Grossman | 1 | -3/+9 | |
1991-08-23 | * Makefile.in: generate "gdb-all.texi" rather than "gdb-all.texinfo" | Roland Pesch | 1 | -4/+4 | |
1991-08-23 | Reflect name change (doc/rdl-apps.texi) | Roland Pesch | 1 | -4/+4 | |
1991-08-23 | * GDB-4.0 release! | John Gilmore | 1 | -1/+2 | |
* Makefile.in (VERSION): Roll to 4.0. (gdb.tar.Z): Make refcard.ps as well, for shipment. | |||||
1991-08-23 | Fix Makefile.in to build 4.0 rel. | John Gilmore | 1 | -2/+8 | |
1991-08-22 | Make "make clean" work in subdirs. | John Gilmore | 1 | -1/+1 | |
1991-08-21 | Roll version to 3.98.2. | John Gilmore | 1 | -1/+1 | |
1991-08-16 | Allow yacc to be passed in as BISON. | K. Richard Pixley | 1 | -4/+4 | |
1991-08-07 | Add in Rich's changes for three-stage builds. | John Gilmore | 1 | -47/+54 | |
1991-08-02 | Roll VERSION to 3.98.1. Use path to find $SHELL in "run" command. | John Gilmore | 1 | -1/+1 | |
1991-08-01 | *** empty log message *** | Roland Pesch | 1 | -3/+26 | |
1991-08-01 | Pass Make flags down to lower level when building tar file. | John Gilmore | 1 | -4/+4 | |
1991-07-31 | Handle gdb-all.texinfo properly when M4 doesn't exist or crashes | John Gilmore | 1 | -1/+4 | |
1991-07-31 | Set file permissions the same for everyone before making tar file. | John Gilmore | 1 | -0/+1 | |
(This clobbers the files' existing permissions.) | |||||
1991-07-31 | Move building and configuring stuff from .Sanitize to "make gdb.tar.Z". | John Gilmore | 1 | -0/+3 | |
1991-07-31 | Tighten up for gdb-3.98 release. | John Gilmore | 1 | -55/+61 | |
1991-07-24 | Enabled target gdb.info | Roland Pesch | 1 | -4/+4 | |
1991-07-05 | Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) | John Gilmore | 1 | -12/+26 | |
* configure.in, Makefile.in: Avoid rebuilding "depend" as much. Avoid declaring Makefile dependencies, because GNU Make stupidly tries to update it if we do. * coffread.c: Revise for minor changes to bfd internal coff indexes. * configure: If -template= is given a relative path, make it absolute before recurring in subdirectories. | |||||
1991-07-04 | Make gdb work with configure. Only thing that doesn't work is the -list | John Gilmore | 1 | -21/+25 | |
option (as far as I know). | |||||
1991-05-30 | Further wacking to make sanitize and "make gdb.tar.Z" agree. | John Gilmore | 1 | -3/+3 | |
1991-05-23 | * Makefile.dist, doc/gdb.texinfo, doc/*-m4.texinfo: split up GDB | Roland Pesch | 1 | -7/+44 | |
docn into separate sections---basically chapters, plus two loose pieces that can be configured to go in different places. This allows GNU m4 to preprocess the manual without coredumping. * Makefile.dist: tell TeX where to find texinfo. | |||||
1991-05-20 | * Makefile.dist, doc/gdb.texinfo: respectively create, and use, | Roland Pesch | 1 | -13/+22 | |
the new target "rdl-apps.texinfo" which captures the Makefile variable that records where to find the Readline libraries. | |||||
1991-05-20 | More prep for final 3.95 release. | John Gilmore | 1 | -1/+3 | |
1991-05-19 | Update for release 3.95. Readline is independent. Add assorted | John Gilmore | 1 | -20/+14 | |
files that were missed since the last release. | |||||
1991-05-19 | * Makefile.dist: Fix Rich damage; undo "configure" changes in | John Gilmore | 1 | -46/+44 | |
favor of keeping the (working) config.gdb. Move readline library up a notch. | |||||
1991-05-19 | Config polish. | K. Richard Pixley | 1 | -7/+5 | |
1991-05-19 | configure changes and -opcode.h movement. | K. Richard Pixley | 1 | -9/+15 | |
1991-05-19 | Configure for gdb. | K. Richard Pixley | 1 | -10/+23 | |
1991-05-17 | Added readline/inc-readline.texinfo and readline/inc-history.texinfo | Roland Pesch | 1 | -1/+1 | |
to the list of dependencies for the target "gdb.dvi". | |||||
1991-05-14 | * Makefile.dist: put gdb.dvi stuff (updated to use M4 preprocessor | Roland Pesch | 1 | -5/+20 | |
stuff for config manual) here where it counts; updated to use new subdir structure (gdb/doc/). * Makefile: generated from above via config.gdb none before checkin | |||||
1991-05-04 | Saber C (lint) cleanups, and a few bug fixes. See ChangeLog. | John Gilmore | 1 | -4/+9 | |
1991-05-04 | Roll version to 3.95. | John Gilmore | 1 | -1/+1 | |
1991-05-04 | See ChangeLog. | John Gilmore | 1 | -3/+4 | |
1991-05-02 | The list of changes is too long to fit in the cvs log (since it truncates!). | Jim Kingdon | 1 | -10/+6 | |
Look at the ChangeLog for Apr 30 and May 1. | |||||
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -27/+12 | |
Get getopt and obstack from -liberty rather than compiling them here. * coffread.c: turn a printf into a complain(), and try to deal more gracefully with botched-looking lineno pointers. * dbxread.c: Use bfd_get_symcount rather than bfd_get_symcount_upper_bound. Don't coredump on files with zero symbols in them (a BFD bug showed this one). * environ.c: Pass GNUTARGET into the parent (gdb) as well as the child. | |||||
1991-04-30 | * Makefile.dist: Add comment about tm-sun3os4.h: tm-sun3.h, etc. | Jim Kingdon | 1 | -0/+2 | |
1991-04-19 | * Makefile.dist (cplus-dem.o): Hack in an #include "param.h" | Jim Kingdon | 1 | -1/+8 | |
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h. | |||||
1991-04-19 | *** empty log message *** | Jim Kingdon | 1 | -10/+11 | |
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+506 | |