diff options
| author | Dan Nicolaescu | 2010-11-15 22:44:51 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-15 22:44:51 -0800 |
| commit | d2762c86419d6d55bf59fd62ea1c9fa3525411c0 (patch) | |
| tree | e1ba41021fe7ba2f29a79a51f23785f352547dc2 /src/ChangeLog | |
| parent | 0073e0313a029f5bba231a147f0d4f1bb029dd43 (diff) | |
| download | emacs-d2762c86419d6d55bf59fd62ea1c9fa3525411c0.tar.gz emacs-d2762c86419d6d55bf59fd62ea1c9fa3525411c0.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af5bbf9e8fb..ca673be0074 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 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: |