Typo corrected.
Showing
2 changed files
with
17 additions
and
13 deletions
1 | 2001-05-03 Alain Magloire | 1 | 2001-05-03 Sam Roberts |
2 | |||
3 | * mail/mail.c: Typo | ||
4 | |||
5 | 2001-05-03 Alain Magloire | ||
2 | 6 | ||
3 | * argp/argp-help.c (hol_entry_help): Some compiler like Watcomm | 7 | * argp/argp-help.c (hol_entry_help): Some compiler like Watcomm |
4 | can not initialize a local structure struct .. = { .. }. Do it | 8 | can not initialize a local structure struct .. = { .. }. Do it |
... | @@ -22,7 +26,7 @@ | ... | @@ -22,7 +26,7 @@ |
22 | 26 | ||
23 | * mailbox/folder_imap.c: Declare strtock_r (). | 27 | * mailbox/folder_imap.c: Declare strtock_r (). |
24 | 28 | ||
25 | 2001-05-03 Sergey Poznyakoff | 29 | 2001-05-03 Sergey Poznyakoff |
26 | 30 | ||
27 | * pop3d/user.c: Misplace parentheses around the mailbox_xx() calls. | 31 | * pop3d/user.c: Misplace parentheses around the mailbox_xx() calls. |
28 | Do not free (buf) since it is now static storage. Unfortunately most | 32 | Do not free (buf) since it is now static storage. Unfortunately most |
... | @@ -45,7 +49,7 @@ | ... | @@ -45,7 +49,7 @@ |
45 | example, it does pop3d_abquit(ERR_SIGNAL) and dies doing | 49 | example, it does pop3d_abquit(ERR_SIGNAL) and dies doing |
46 | fprintf(ofile, ...) | 50 | fprintf(ofile, ...) |
47 | 51 | ||
48 | 2001-05-02 Alain Magloire | 52 | 2001-05-02 Alain Magloire |
49 | 53 | ||
50 | Some of the Makefile.am contain gcc specific options | 54 | Some of the Makefile.am contain gcc specific options |
51 | like -Wall, -pedantic or -ansi remove them. | 55 | like -Wall, -pedantic or -ansi remove them. |
... | @@ -69,13 +73,13 @@ | ... | @@ -69,13 +73,13 @@ |
69 | port is not longer a global variable. | 73 | port is not longer a global variable. |
70 | children should have the volatile qualification. | 74 | children should have the volatile qualification. |
71 | 75 | ||
72 | 2001-04-29 Alain Magloire | 76 | 2001-04-29 Alain Magloire |
73 | 77 | ||
74 | * pop3d/extra.c (pop3d_readline): Modify the loop to be able | 78 | * pop3d/extra.c (pop3d_readline): Modify the loop to be able |
75 | to support PIPELINING. | 79 | to support PIPELINING. |
76 | * pop3d/capa.c: Advertise that we support PIPELINING. | 80 | * pop3d/capa.c: Advertise that we support PIPELINING. |
77 | 81 | ||
78 | 2001-04-29 Sergey Poznyakoff | 82 | 2001-04-29 Sergey Poznyakoff |
79 | 83 | ||
80 | Return values of all signal handlers are changed to RETSIGTYPE | 84 | Return values of all signal handlers are changed to RETSIGTYPE |
81 | and configure.in is modified accordingly. This is more portable. | 85 | and configure.in is modified accordingly. This is more portable. |
... | @@ -86,7 +90,7 @@ | ... | @@ -86,7 +90,7 @@ |
86 | from the pidfile passed wrong buffer length to read() call, namely: | 90 | from the pidfile passed wrong buffer length to read() call, namely: |
87 | read(fd, buf, sizeof (pid_t)). | 91 | read(fd, buf, sizeof (pid_t)). |
88 | 92 | ||
89 | 2001-04-29 Sergey Poznyakoff | 93 | 2001-04-29 Sergey Poznyakoff |
90 | 94 | ||
91 | I have modified locker.c to implement reference count. The | 95 | I have modified locker.c to implement reference count. The |
92 | struct _locker is now: | 96 | struct _locker is now: |
... | @@ -100,19 +104,19 @@ | ... | @@ -100,19 +104,19 @@ |
100 | 104 | ||
101 | * mailbox/locker.c: Reference count implementation. | 105 | * mailbox/locker.c: Reference count implementation. |
102 | 106 | ||
103 | 2001-04-25 Alain Magloire | 107 | 2001-04-25 Alain Magloire |
104 | 108 | ||
105 | * imap4d/store.c: First implementation. | 109 | * imap4d/store.c: First implementation. |
106 | * mailbox/attribute.c (attribute_unset_flags): New function. | 110 | * mailbox/attribute.c (attribute_unset_flags): New function. |
107 | 111 | ||
108 | 2001-04-23 Sergey Poznyakoff | 112 | 2001-04-23 Sergey Poznyakoff |
109 | 113 | ||
110 | * mailbox/mbx_mbox.c (mbx_expunge): It assumes that mbox_get_message() | 114 | * mailbox/mbx_mbox.c (mbx_expunge): It assumes that mbox_get_message() |
111 | will place the pointer to message into mum->message member. But | 115 | will place the pointer to message into mum->message member. But |
112 | mbox_get_message() relies on 1-based message numbers, whereas `mum' | 116 | mbox_get_message() relies on 1-based message numbers, whereas `mum' |
113 | pointer is obtained using 0-based indexing. | 117 | pointer is obtained using 0-based indexing. |
114 | 118 | ||
115 | 2001-04-23 Alain Magloire | 119 | 2001-04-23 Alain Magloire |
116 | 120 | ||
117 | Sergey Poznyakoff noted: When the user's mailbox has zero size, mmap | 121 | Sergey Poznyakoff noted: When the user's mailbox has zero size, mmap |
118 | fails on Solaris. On GNU/Linux it reuturn NULL buf subsequent munmap | 122 | fails on Solaris. On GNU/Linux it reuturn NULL buf subsequent munmap |
... | @@ -123,7 +127,7 @@ | ... | @@ -123,7 +127,7 @@ |
123 | *mailbox/mbx_mbox.c (mbox_is_updated): Should I have return 0 (FALSE) | 127 | *mailbox/mbx_mbox.c (mbox_is_updated): Should I have return 0 (FALSE) |
124 | when size change. | 128 | when size change. |
125 | 129 | ||
126 | 2001-04-23 Sergey Poznyakoff | 130 | 2001-04-23 Sergey Poznyakoff |
127 | 131 | ||
128 | Several sources from mailbox subdirectory call fprintf(stderr,...) | 132 | Several sources from mailbox subdirectory call fprintf(stderr,...) |
129 | to issue error messages. As the stderr usually gets connected to | 133 | to issue error messages. As the stderr usually gets connected to |
... | @@ -134,7 +138,7 @@ | ... | @@ -134,7 +138,7 @@ |
134 | function that ouputs the messages can be supplied by the | 138 | function that ouputs the messages can be supplied by the |
135 | application using error_set_print() call. | 139 | application using error_set_print() call. |
136 | 140 | ||
137 | 2001-04-23 Alain Magloire | 141 | 2001-04-23 Alain Magloire |
138 | 142 | ||
139 | * pop3d/*.[ch]: Rename all the pop function pop3d_xx() | 143 | * pop3d/*.[ch]: Rename all the pop function pop3d_xx() |
140 | instead of pop3_xx() to be consistent with imap4d/*. | 144 | instead of pop3_xx() to be consistent with imap4d/*. |
... | @@ -148,7 +152,7 @@ | ... | @@ -148,7 +152,7 @@ |
148 | "-ERR Mail Lock busy" or something similar. To prevent this race | 152 | "-ERR Mail Lock busy" or something similar. To prevent this race |
149 | condition we sleep 2 seconds. | 153 | condition we sleep 2 seconds. |
150 | 154 | ||
151 | 2001-04-23 Sergey Poznyakoff | 155 | 2001-04-23 Sergey Poznyakoff |
152 | 156 | ||
153 | It is often convenient to separate log outputs from POP and SMTP | 157 | It is often convenient to separate log outputs from POP and SMTP |
154 | servers. --with-log-facility flag which allows to specify to which | 158 | servers. --with-log-facility flag which allows to specify to which | ... | ... |
... | @@ -42,7 +42,7 @@ static struct argp_option options[] = { | ... | @@ -42,7 +42,7 @@ static struct argp_option options[] = { |
42 | {"quit", 'q', 0, 0, "Cause interrupts to terminate program"}, | 42 | {"quit", 'q', 0, 0, "Cause interrupts to terminate program"}, |
43 | {"read", 'r', 0, 0, "Same as -p"}, | 43 | {"read", 'r', 0, 0, "Same as -p"}, |
44 | {"subject", 's', "SUBJ", 0, "Send a message with a Subject of SUBJ"}, | 44 | {"subject", 's', "SUBJ", 0, "Send a message with a Subject of SUBJ"}, |
45 | {"to", 't', 0, 0, "Preced message by a list of addresses"}, | 45 | {"to", 't', 0, 0, "Precede message by a list of addresses"}, |
46 | {"user", 'u', "USER", 0, "Operate on USER's mailbox"}, | 46 | {"user", 'u', "USER", 0, "Operate on USER's mailbox"}, |
47 | { 0 } | 47 | { 0 } |
48 | }; | 48 | }; | ... | ... |
-
Please register or sign in to post a comment