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