diff options
| author | Juanma Barranquero | 2010-07-20 22:21:03 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-20 22:21:03 +0200 |
| commit | 7c3320d8b9d3beaf952b20cfe1843181c1c7af65 (patch) | |
| tree | 188ab3f0c3582c2890365bd92939e32a6b01d44c /lib-src/ChangeLog | |
| parent | af4b9ae58662d50080a7661631ce6861dc6b6aa9 (diff) | |
| download | emacs-7c3320d8b9d3beaf952b20cfe1843181c1c7af65.tar.gz emacs-7c3320d8b9d3beaf952b20cfe1843181c1c7af65.zip | |
Convert some more functions to standard C.
* lib-src/emacsclient.c (get_current_dir_name, w32_get_resource)
(w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp)
(close_winsock, initialize_sockets, w32_find_emacs_process)
(w32_give_focus):
* lib-src/ntlib.c (getlogin, getuid, getgid, getegid):
* nt/addpm.c (add_registry, main):
* nt/cmdproxy.c (get_env_size):
* nt/ddeclient.c (main):
* nt/runemacs.c (set_user_model_id):
* src/alloc.c (emacs_blocked_free, emacs_blocked_malloc)
(emacs_blocked_realloc, uninterrupt_malloc):
* src/fringe.c (w32_reset_fringes):
* src/image.c (convert_mono_to_color_image, lookup_rgb_color)
(init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
* src/sound.c (be2hs, do_play_sound):
* src/vm-limit.c (get_lim_data, ret_lim_data):
* src/w32term.c (x_free_frame_resources):
* src/xfaces.c (x_create_gc, x_free_gc):
Convert definitions to standard C.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 03cf3efbd06..1b6a16dd524 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacsclient.c (get_current_dir_name, w32_get_resource) | ||
| 4 | (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp) | ||
| 5 | (close_winsock, initialize_sockets, w32_find_emacs_process) | ||
| 6 | (w32_give_focus): | ||
| 7 | * ntlib.c (getlogin, getuid, getgid, getegid): | ||
| 8 | Convert definitions to standard C. | ||
| 9 | |||
| 1 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 11 | ||
| 3 | * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS) | 12 | * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS) |