]>
Commit | Line | Data |
---|---|---|
301d2c47 ES |
1 | 2009-01-07 Emi Suzuki <[email protected]> |
2 | ||
3 | * MAINTAINERS: Add myself for write after approval privileges. | |
4 | ||
170ce852 TT |
5 | 2009-01-06 Tom Tromey <[email protected]> |
6 | ||
7 | * value.c (set_internalvar): Use value_free, not xfree. | |
8 | ||
fdb7262a JB |
9 | 2009-01-06 Jim Blandy <[email protected]> |
10 | ||
bf1d7d9c JB |
11 | Check return values of functions declared with warn_unused_result |
12 | attribute in GLIBC 2.8. | |
13 | * cli/cli-cmds.c (pwd_command): Check return value from getcwd. | |
14 | * inflow.c (check_syscall): New function. | |
15 | (new_tty): Use check_syscall to check return values from open and dup. | |
16 | * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets. | |
17 | * main.c (captured_main): Call cwd after setting up gdb_stderr; | |
18 | check for errors from getcwd. | |
19 | * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd. | |
20 | * ui-file.c (stdio_file_write): Ignore return value from fwrite. | |
21 | (stdio_file_fputs): Same. | |
22 | * utils.c (internal_vproblem): abort if last-ditch error message | |
23 | write fails. | |
24 | ||
fdb7262a JB |
25 | * top.c (gdb_init): Don't set the current directory here; that's |
26 | already been done in captured_main. | |
27 | ||
84603566 SL |
28 | 2009-01-06 Sandra Loosemore <[email protected]> |
29 | ||
30 | * ser-tcp.c: Adjust includes. | |
31 | (tcp_set_cmdlist, tcp_show_cmdlist): Declare. | |
32 | (tcp_auto_retry, tcp_retry_limit): Declare. | |
33 | (TIMEOUT): Remove, in favor of tcp_retry_limit. | |
34 | (POLL_INTERVAL): Increase to 5, in favor of backoff logic. | |
35 | (wait_for_connect): New function. | |
36 | (net_open): Use it. Add auto-retry logic. | |
37 | (set_tcp_cmd, show_tcp_cmd): New functions. | |
38 | (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry" | |
39 | and "set/show tcp connect-timeout" commands. | |
40 | * NEWS: Document new commands. | |
41 | ||
5171e6b3 TT |
42 | 2009-01-05 Tom Tromey <[email protected]> |
43 | ||
44 | * python/python-internal.h (Py_ssize_t): Define as int. | |
45 | ||
a367a1f2 JB |
46 | 2009-01-05 Jim Blandy <[email protected]> |
47 | ||
48 | * MAINTAINERS: Fix my e-mail address as steering committee member. | |
49 | ||
0fb0cc75 JB |
50 | 2009-01-03 Joel Brobecker <[email protected]> |
51 | ||
52 | Updated copyright notices for most files. | |
53 | ||
c9fc347d JB |
54 | 2009-01-03 Joel Brobecker <[email protected]> |
55 | ||
56 | * top.c (print_gdb_version): Update copyright year. | |
57 | ||
a85d99b4 JB |
58 | 2009-01-03 Joel Brobecker <[email protected]> |
59 | ||
60 | * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008. | |
61 | ||
4d78a120 JB |
62 | 2009-01-01 Pedro Alves <[email protected]> |
63 | ||
64 | PR breakpoints/9681: | |
65 | * exceptions.h (enum errors): New error type, MEMORY_ERROR. | |
66 | * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR. | |
67 | * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but | |
68 | retrow all other exceptions. | |
69 | ||
67de2a4c | 70 | For older changes see ChangeLog-2008. |
c906108c SS |
71 | \f |
72 | Local Variables: | |
73 | mode: change-log | |
74 | left-margin: 8 | |
75 | fill-column: 74 | |
76 | version-control: never | |
57da7796 | 77 | coding: utf-8 |
c906108c | 78 | End: |