1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00
emacs/lib-src
Paul Eggert b1f961e1fa * ebrowse.c: Use size_t, not int, for sizes.
This avoids a warning with gcc -Wstrict-overflow, and works
better for very large objects.
(inbuffer_size): Now size_t.  All uses changed.
(xmalloc, xrealloc, operator_name, process_file): Use size_t for
sizes.  Don't bother testing whether a size_t value can be negative.
2011-03-21 11:03:15 -07:00
..
.gitignore
ChangeLog * ebrowse.c: Use size_t, not int, for sizes. 2011-03-21 11:03:15 -07:00
COPYING
ebrowse.c * ebrowse.c: Use size_t, not int, for sizes. 2011-03-21 11:03:15 -07:00
emacsclient.c Add --quiet option for emacsclient (bug#663) (tiny change) 2011-03-02 23:00:23 -08:00
etags.c * etags.c (Ada_funcs): Redo slightly to avoid overflow warning. 2011-03-21 09:41:03 -07:00
fakemail.c [ChangeLog] 2011-03-20 22:04:41 -07:00
grep-changelog
hexl.c
make-docfile.c * make-docfile.c (scan_c_file): Refactor local variable decls to make their scope 2011-02-25 14:21:01 -08:00
Makefile.in [ChangeLog] 2011-03-20 22:04:41 -07:00
makefile.w32-in MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-max.h. 2011-02-22 19:51:38 +02:00
movemail.c * movemail.c: Define macros only in needed contexts. 2011-02-21 16:11:56 -08:00
ntlib.c
ntlib.h
pop.c [ChangeLog] 2011-02-21 15:22:34 -08:00
pop.h
profile.c
rcs-checkin
rcs2log
README
test-distrib.c
testfile
update-game-score.c update-game-score: fix bug with -r 2011-03-21 00:46:53 -07:00
vcdiff

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.