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