1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 18:01:13 -08:00
emacs/lib-src
Paul Eggert ae1d87e24e Prefer assignment to memcpy when either will do.
* lib-src/pop.c (socket_connection) [HAVE_GETADDRINFO]:
* src/bidi.c (bidi_push_it, bidi_pop_it):
* src/fns.c (copy_hash_table):
* src/image.c (define_image_type):
* src/keyboard.c (kbd_buffer_store_event_hold):
* src/process.c (Fprocess_send_eof):
* src/xfaces.c (x_create_gc) [HAVE_NS]:
* src/xgselect.c (xg_select):
Use assignment, not memcpy, as either will do here, and assignment is
more likely to catch type errors.
2012-09-11 15:59:50 -07:00
..
.gitignore
ChangeLog Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
COPYING
ebrowse.c * lib-src/ebrowse.c (PATH_LIST_SEPARATOR): Remove 2012-08-09 19:53:07 -04:00
emacsclient.c Rely on <unistd.h> to declare 'environ', 2012-08-19 14:00:09 -07:00
etags.c Fixes: debbugs:12306 2012-08-31 18:53:48 +02:00
grep-changelog
hexl.c
make-docfile.c Use bool for Emacs Lisp booleans. 2012-08-14 10:45:25 -07:00
Makefile.in Update lib-src config.h dependencies 2012-08-01 13:54:06 -04:00
makefile.w32-in * lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies. 2012-08-17 03:53:29 +02:00
movemail.c Comments 2012-08-10 00:07:07 -07:00
ntlib.c Comments 2012-08-09 19:59:38 -04:00
ntlib.h
pop.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
pop.h
profile.c Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
rcs2log
README
test-distrib.c
testfile
update-game-score.c

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.