* mpw-make.in (VERSION): Update to 4.12.3.
[deliverable/binutils-gdb.git] / gdb / ChangeLog.mpw
CommitLineData
b8ec8d4a
SS
1Wed Jun 22 11:10:27 1994 Stan Shebs (shebs@andros.cygnus.com)
2
3 * mpw-make.in (VERSION): Update to 4.12.3.
4 (SiowGDB): New target, GDB using SIOW library.
5 (init-new.c): New target, attempt to generate init.c from sources.
6 (main.c.o, top.c.o): Put each in its own segment.
7 * main.c (main) [MPW]: Always call mac_init.
8 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
9 an extra newline otherwise.
10 * mac-xdep.c: More comments in various places, remove junk.
11 (mac_init): Add tests for MPW and SIOW.
12 (use_wne, has_color_qd): Renamed.
13 (use_color_qd): New variable.
14 (grow_window): Only do console resizing to console window,
15 call resize_console_window.
16 (zoom_window): Call resize_console_window.
17 (resize_console_window, scroll_text): New functions.
18 (adjust_console_sizes): Always align viewrect to even multiples of
19 text lines.
20 (adjust_console_text): Always scroll by whole lines.
21 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
22 recalculation of scroll positions if a newline was output.
23 (hacked_fflush): Similarly, for flushing.
24 (hacked_fgetc): New function, aborts if called in MacGDB.
25 * ser-mac.c (mac_readchar): Rename starttime to start_time,
26 remove debugging printf.
27 (mac_write): Sleep on first 4 writes.
28 (sec_sleep): New function, works like standard sleep.
29 * macgdb.r: Adjust positioning and contents of About box.
30 Set minimum size to 2000K, preferred size to 5000K.
31 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
32
58c0b523
SS
33Wed Jun 15 17:36:07 1994 Stan Shebs (shebs@andros.cygnus.com)
34
35 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
36 (top.c.o, annotate.c.o): Add build rules.
37 * macgdb.r (SysTypes.r): Include.
38 ('vers'): New resource, version info.
39 (mFile, mEdit, mDebug): Enable all menu items.
40 (mDebug): Add key equivalents for continue, step, next.
41 (wConsole): Add zoom and close boxes to window.
42 * mac-xdep.c (new_console_window): New function, code taken from
43 mac_init.
44 (mac_command_loop): Use GetCaretTime for wait interval, call
45 do_idle on null events.
46 (do_idle): New function.
47 (zoom_window): Implement zooming.
48 (v_scroll_proc): New function, handles vertical scrolling.
49 (activate_window): Do activation of console window.
50 (do_menu_command): Implement items of file, edit, and debug menus.
51 (do_keyboard_command): Fix command extraction.
52 (adjust_console_sizes, adjust_console_text): New functions.
53 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
54 hacked_putc): Don't call draw_console.
55 * ser-mac.c (mac_open): Add an error message for invalid ports.
56 (first_mac_write): New global.
57 (mac_write): Use first_mac_write to sleep on first several writes.
58
a6b26c44
SS
59Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
60
61 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
62 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
63 (TSOBS): Don't compile inflow.c.
64 (all, install): Add MacGDB.
65 * main.c (main): Do Mac-specific init and command loop if a
66 standalone app, skip full option help message if compiling
67 with MPW C.
68 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
69 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
70 compute the window size.
71 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
72 fflush): Define as macros that expand into hacked_... versions.
73 (StandAlone, mac_app): Declare.
74 * macgdb.r (SIZE): Set the default partition to 4000K.
75 * mac-xdep.c (readline.h, history.h): Include.
76 (terminal.h): Don't include.
77 (mac_app): Define.
78 (gdb_has_a_terminal): Define Mac-specific version.
79 (do_keyboard_command): Simplify search for command string.
80 (readline): Define as gdb_readline.
81 Add other history/readline stubs to make main gdb link.
82 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
83 hacked_fputc, hacked_fflush): New functions, intercept output to
84 stdout and stderr, send to console window.
85
939baabe
SS
86Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
87
88 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
89 (XDEPFILES): Define.
90 (main.c.o): Compile with gC instead of C.
91 * mac-defs.h: New file, menu etc definitions shared between
92 C and Rez files.
93 * macgdb.r: New file, Rez (resource compiler) resource
94 definitions.
95 * mac-xdep.c: New file, Mac host interface code.
96 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
97 DIRNAME_SEPARATOR.
98 (PATHNAME_SEPARATOR_STRING): Remove.
99 (SIGQUIT, SIGHUP): Define.
100 (fileno, R_OK): Define.
101
8dc3e3d7
SS
102Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
103
104 * mpw-config.in: New file, MPW configuration fragment.
105 * mpw-make.in: New file, MPW makefile fragment.
106 * config/m68k/xm-mpw.h: New file, MPW host definitions.
107 * ser-mac.c: New file, Mac serial interface.
108
This page took 0.049724 seconds and 4 git commands to generate.