* configure.in: Configure tk for hppa/hpux.
[deliverable/binutils-gdb.git] / gdb / ChangeLog.mpw
1 Mon Nov 7 00:46:22 1994 Jeff Law (law@snake.cs.utah.edu)
2
3 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
4 (ALLDEPFILES): Add somsolib.c.
5 (somsolib.o): Add some dependencies.
6
7 Mon Sep 12 17:44:58 1994 Stan Shebs (shebs@andros.cygnus.com)
8
9 * mpw-config.in: Use nm-empty.h if host is not target.
10 (xdepfiles): Add mac-xdep.c.o.
11 (xm_file): Remove.
12 * mpw-make.in: Add Fortran files.
13 (XDEPFILES): Remove.
14
15 Fri Aug 19 15:23:40 1994 Stan Shebs (shebs@andros.cygnus.com)
16
17 * mpw-init.c (initialize_all_files): Remove inits of utils and
18 targets.
19
20 Fri Jul 1 11:40:24 1994 Stan Shebs (shebs@andros.cygnus.com)
21
22 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
23 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
24
25 Wed Jun 29 18:04:55 1994 Stan Shebs (shebs@andros.cygnus.com)
26
27 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
28 (bindir, libdir): Remove extra colon.
29 (source.c): Compile with C instead of gC.
30 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
31 (install-only): Don't install MacGDB.
32 * source.c (openp) [MPW]: Add a debugging display.
33 (open_source_file) [MPW]: Use MPW basename finders.
34 [MPW_C]: Briefer versions of help for line and list commands.
35
36 Sun Jun 26 23:56:19 1994 Jeff Law (law@snake.cs.utah.edu)
37
38 * mpw-make.in: Change references from paread.c to somread.c
39
40 Wed Jun 22 11:10:27 1994 Stan Shebs (shebs@andros.cygnus.com)
41
42 * mpw-make.in (VERSION): Update to 4.12.3.
43 (SiowGDB): New target, GDB using SIOW library.
44 (init-new.c): New target, attempt to generate init.c from sources.
45 (main.c.o, top.c.o): Put each in its own segment.
46 * main.c (main) [MPW]: Always call mac_init.
47 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
48 an extra newline otherwise.
49 * mac-xdep.c: More comments in various places, remove junk.
50 (mac_init): Add tests for MPW and SIOW.
51 (use_wne, has_color_qd): Renamed.
52 (use_color_qd): New variable.
53 (grow_window): Only do console resizing to console window,
54 call resize_console_window.
55 (zoom_window): Call resize_console_window.
56 (resize_console_window, scroll_text): New functions.
57 (adjust_console_sizes): Always align viewrect to even multiples of
58 text lines.
59 (adjust_console_text): Always scroll by whole lines.
60 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
61 recalculation of scroll positions if a newline was output.
62 (hacked_fflush): Similarly, for flushing.
63 (hacked_fgetc): New function, aborts if called in MacGDB.
64 * ser-mac.c (mac_readchar): Rename starttime to start_time,
65 remove debugging printf.
66 (mac_write): Sleep on first 4 writes.
67 (sec_sleep): New function, works like standard sleep.
68 * macgdb.r: Adjust positioning and contents of About box.
69 Set minimum size to 2000K, preferred size to 5000K.
70 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
71
72 Wed Jun 15 17:36:07 1994 Stan Shebs (shebs@andros.cygnus.com)
73
74 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
75 (top.c.o, annotate.c.o): Add build rules.
76 * macgdb.r (SysTypes.r): Include.
77 ('vers'): New resource, version info.
78 (mFile, mEdit, mDebug): Enable all menu items.
79 (mDebug): Add key equivalents for continue, step, next.
80 (wConsole): Add zoom and close boxes to window.
81 * mac-xdep.c (new_console_window): New function, code taken from
82 mac_init.
83 (mac_command_loop): Use GetCaretTime for wait interval, call
84 do_idle on null events.
85 (do_idle): New function.
86 (zoom_window): Implement zooming.
87 (v_scroll_proc): New function, handles vertical scrolling.
88 (activate_window): Do activation of console window.
89 (do_menu_command): Implement items of file, edit, and debug menus.
90 (do_keyboard_command): Fix command extraction.
91 (adjust_console_sizes, adjust_console_text): New functions.
92 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
93 hacked_putc): Don't call draw_console.
94 * ser-mac.c (mac_open): Add an error message for invalid ports.
95 (first_mac_write): New global.
96 (mac_write): Use first_mac_write to sleep on first several writes.
97
98 Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
99
100 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
101 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
102 (TSOBS): Don't compile inflow.c.
103 (all, install): Add MacGDB.
104 * main.c (main): Do Mac-specific init and command loop if a
105 standalone app, skip full option help message if compiling
106 with MPW C.
107 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
108 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
109 compute the window size.
110 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
111 fflush): Define as macros that expand into hacked_... versions.
112 (StandAlone, mac_app): Declare.
113 * macgdb.r (SIZE): Set the default partition to 4000K.
114 * mac-xdep.c (readline.h, history.h): Include.
115 (terminal.h): Don't include.
116 (mac_app): Define.
117 (gdb_has_a_terminal): Define Mac-specific version.
118 (do_keyboard_command): Simplify search for command string.
119 (readline): Define as gdb_readline.
120 Add other history/readline stubs to make main gdb link.
121 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
122 hacked_fputc, hacked_fflush): New functions, intercept output to
123 stdout and stderr, send to console window.
124
125 Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
126
127 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
128 (XDEPFILES): Define.
129 (main.c.o): Compile with gC instead of C.
130 * mac-defs.h: New file, menu etc definitions shared between
131 C and Rez files.
132 * macgdb.r: New file, Rez (resource compiler) resource
133 definitions.
134 * mac-xdep.c: New file, Mac host interface code.
135 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
136 DIRNAME_SEPARATOR.
137 (PATHNAME_SEPARATOR_STRING): Remove.
138 (SIGQUIT, SIGHUP): Define.
139 (fileno, R_OK): Define.
140
141 Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
142
143 * mpw-config.in: New file, MPW configuration fragment.
144 * mpw-make.in: New file, MPW makefile fragment.
145 * config/m68k/xm-mpw.h: New file, MPW host definitions.
146 * ser-mac.c: New file, Mac serial interface.
147 * mpw-init.c: New file, MPW x mips version of init.c.
148
This page took 0.0359 seconds and 4 git commands to generate.