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