1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/lib-src
Ulrich Mueller 4c96435152 Add more xz compression support.
* doc/man/etags.1: xz compression is now supported.
* doc/misc/woman.texi (Interface Options): xz compression is now supported.

* lib-src/etags.c (compressors, print_language_names): Support xz compression.

* lisp/eshell/em-ls.el (eshell-ls-archive-regexp):
* lisp/eshell/esh-util.el (eshell-tar-regexp):
* lisp/ibuffer.el (ibuffer-compressed-file-name-regexp):
* lisp/info.el (Info-suffix-list):
* lisp/international/mule.el (auto-coding-alist):
* lisp/woman.el (woman-file-regexp, woman-file-compression-regexp):
* lisp/progmodes/etags.el (tags-compression-info-list):
Support xz compression.
2010-09-25 14:42:48 -07:00
..
.gitignore * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
b2m.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
b2m.pl Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog Add more xz compression support. 2010-09-25 14:42:48 -07:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
digest-doc.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
ebrowse.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
emacsclient.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
etags.c Add more xz compression support. 2010-09-25 14:42:48 -07:00
fakemail.c Fix -Wwrite-strings warnings in fakemail.c. 2010-08-11 11:16:35 +02:00
getopt.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt1.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_int.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
gettext.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
grep-changelog Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hexl.c Add NO_RETURN specifiers to functions in lib-src. 2010-07-24 10:18:18 -07:00
make-docfile.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
makefile.w32-in MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken. 2010-07-12 12:22:20 +03:00
movemail.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
ntlib.c Convert some more functions to standard C. 2010-07-20 22:21:03 +02:00
ntlib.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
pop.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
pop.h Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
profile.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
rcs-checkin Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcs2log Set copyright year to 2010. 2010-01-10 23:51:51 -08:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
sorted-doc.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
test-distrib.c * lib-src/fakemail.c (action): Convert function definitions to standard C. 2010-07-03 23:05:43 -07:00
testfile
update-game-score.c Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). 2010-08-11 10:20:34 +02:00
vcdiff Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00

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.