Age | Commit message (Expand) | Author | Files | Lines |
1994-08-11 | (concat, basename, buildargv, freeargv, strerrno, strsigno, | David Edelsohn | 1 | -24/+8 |
1994-08-10 | * defs.h, top.c: Use `extern' in declarations of GUI hooks, and | Stu Grossman | 1 | -18/+10 |
1994-08-02 | * defs.h: Change two-line declarations to one-line form. | Stan Shebs | 1 | -286/+177 |
1994-07-28 | * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for | Stu Grossman | 1 | -5/+26 |
1994-04-28 | * utils.c, defs.h (error_begin): New function. | Jim Kingdon | 1 | -1/+3 |
1994-04-21 | * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for | Jim Kingdon | 1 | -3/+0 |
1994-04-21 | * printcmd.c (print_command_1): Annotate the top-level expressions | Jim Kingdon | 1 | -0/+5 |
1994-04-20 | * main.c (main): Accept --annotate=N option and make --fullname | Jim Kingdon | 1 | -1/+3 |
1994-04-15 | Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -14/+14 |
1994-02-18 | * defs.h, valprint.c: Make longest_to_int a function not a macro. | Jim Kingdon | 1 | -2/+1 |
1994-02-18 | Modified Files: | Kung Hsu | 1 | -2/+2 |
1994-02-06 | * defs.h (alloca): Declare as void *, not char *, on hpux. | Jim Kingdon | 1 | -22/+33 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -0/+14 |
1993-12-26 | * valops.c (call_function_by_hand, push_word), defs.h (push_word), | Jim Kingdon | 1 | -6/+1 |
1993-12-25 | * defs.h: Move definitions of TARGET_*_BIT after include of tm.h. | Jim Kingdon | 1 | -101/+122 |
1993-09-20 | * defs.h: Declare argument of re_comp as const char *. | Jim Kingdon | 1 | -2/+4 |
1993-09-18 | * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. | Jim Kingdon | 1 | -1/+1 |
1993-09-13 | collect some remote things into remote-utils | K. Richard Pixley | 1 | -3/+0 |
1993-09-13 | * defs.h: Don't define NORETURN (see comment). | Jim Kingdon | 1 | -3/+31 |
1993-07-09 | * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it. | Peter Schauer | 1 | -11/+19 |
1993-06-11 | * defs.h (INT_MAX): Cast unsigned shift result to int. | Fred Fish | 1 | -2/+2 |
1993-05-29 | * Makefile.in: Add new file ser-tcp.c. | Stu Grossman | 1 | -9/+12 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1 | -22/+41 |
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1 | -8/+1 |
1993-03-11 | * utils.c (fputs_demangled): Complete rewrite to clean up and | Fred Fish | 1 | -19/+30 |
1993-01-01 | * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h. | Fred Fish | 1 | -3/+7 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -4/+8 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -0/+14 |
1992-12-15 | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1 | -23/+14 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -5/+13 |
1992-09-15 | Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of | Stu Grossman | 1 | -1/+3 |
1992-09-15 | * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c, | Stu Grossman | 1 | -1/+10 |
1992-07-06 | * maint.c: New file. | Fred Fish | 1 | -1/+16 |
1992-06-30 | * buildsym.c (scan_file_globals): Beware the null file. | John Gilmore | 1 | -1/+9 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -0/+12 |
1992-06-28 | * remote.c (remote_wait): Fix cast on signal() call. | Fred Fish | 1 | -5/+2 |
1992-06-25 | * defs.h (PARAMS): Move to ../include/ansidecl.h. | John Gilmore | 1 | -13/+3 |
1992-06-24 | * Makefile.in (VERSION): Bump to 4.5.6. | Fred Fish | 1 | -3/+12 |
1992-06-11 | Two `long long' fixes from Robert R. Henry (rrh@dino.tera.com): | John Gilmore | 1 | -1/+1 |
1992-06-09 | * c-exp.y (yylex): Recognize single-quoted strings that specify | Fred Fish | 1 | -1/+10 |
1992-05-21 | PTR vs. void*. Sorry. | Sean Eric Fagan | 1 | -1/+1 |
1992-05-21 | qsort returns a void*, according to the manual pages on two different systems. | Sean Eric Fagan | 1 | -9/+52 |
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -22/+49 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -59/+376 |
1991-12-19 | * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, | Stu Grossman | 1 | -90/+96 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -1/+77 |
1991-10-24 | Add three new builtin types (builtin_type_long_double, builtin_type_complex, | Fred Fish | 1 | -7/+57 |
1991-09-19 | Modula-2 support: | John Gilmore | 1 | -7/+22 |
1991-05-30 | Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog. | John Gilmore | 1 | -8/+20 |
1991-05-02 | The list of changes is too long to fit in the cvs log (since it truncates!). | Jim Kingdon | 1 | -0/+35 |