Mercurial > emacs
comparison src/ChangeLog @ 111558:a673d202fe46
Convert definitions to standard C.
* src/strftime.c (LOCALE_PARAM_DECL): Update for standard C.
(LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
(memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
Convert definitions to standard C.
* src/regex.c: Do not include <stdlib.h>, config.h does it.
Include unistd.h.
(xrealloc, init_syntax_once, re_match, regcomp, regexec)
(regerror, regfree): Convert definitions to standard C.
* src/mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
(__mktime_internal): Convert definitions to standard C.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Mon, 15 Nov 2010 22:44:51 -0800 |
| parents | 3207606734d5 |
| children | 22fafcf25a54 |
comparison
equal
deleted
inserted
replaced
| 111557:8bb6a226933b | 111558:a673d202fe46 |
|---|---|
| 1 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu> | |
| 2 | |
| 3 * strftime.c (LOCALE_PARAM_DECL): Update for standard C. | |
| 4 (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused. | |
| 5 (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu): | |
| 6 Convert definitions to standard C. | |
| 7 * regex.c: Do not include <stdlib.h>, config.h does it. | |
| 8 Include unistd.h. | |
| 9 (xrealloc, init_syntax_once, re_match, regcomp, regexec) | |
| 10 (regerror, regfree): Convert definitions to standard C. | |
| 11 * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert) | |
| 12 (__mktime_internal): Convert definitions to standard C. | |
| 13 | |
| 1 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 14 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 15 |
| 3 * w32proc.c: | 16 * w32proc.c: |
| 4 * w32inevt.c: | 17 * w32inevt.c: |
| 5 * w32heap.c: | 18 * w32heap.c: |
