Don't complain about throws out of `post-command-hook'.
ff13c44ce0d9
Vin Shelton
Hack in rudimentary group support for WIN32 in support of Mats ID-FORMAT patch
f7abcda06b1b
Jerry James
Since stack_like_{malloc,free}() are only used when WIN32_ANY,
f6af091ac654
kehoea
Use new language features in #'call-process-internal now they're available.
lisp/ChangeLog addition:
2013-06-17 Aidan Kehoe <kehoea@parhasard.net>
* process.el (process-synchronize-point): Moved to a label. * process.el (call-process-internal): Now we have better language features, use them rather than creating a closure ourselves or exposing a utility function when there is no need for that with a well-implemented labels function.
ede80ef92a74
Jerry James
Make soft links in src for module source files, if built in to=
ec3712ffd0e6
Jerry James
Update config.guess, config.sub, and install-sh to their latest versions. This is primarily to gain preliminary support for the new aarch64 architecture. See xemacs-patches message <CAHCOHQmsxN7ZDaUs=onRPrzbj9S6BnMHHwwEg8HUfXyEVwySGw@mail.gmail.com>.
e32ce9c59c23
sperber
Allow the lhs a syntax-alist entry in `font-lock-defaults' to =
c30fdcab7bc8
matsl
Added optional argument ID-FORMAT to file-attributes for GNU compatibility.
src/ChangeLog:
2013-04-19 Mats Lidell <matsl@xemacs.org>
* sysdep.c (qxe_getgrgid): Encapsulation of getgrgid. * syspwd.h: Ditto.
* dired.c (Ffile_attributes): Added optional ID-FORMAT for compatibility with GNU.
aebf53236cff
matsl
Updated ChangeLog about new unit test for file-attributes.
Should have gone in with previous commit.
9c9b07d40f20
stephen_at_xemacs
Update references to repository to reflect current reality.
8ca881999349
Vin Shelton
Menu accelerator documentation patch
8b5bdc8aebfd
stephen_at_xemacs
Added tag r21-5-33 for changeset bee2e2568828
86d33ddc7fd6
Jerry James
Avoid EOVERFLOW from stat() calls due to overflowing inode num=
74172066fd6a
stephen_at_xemacs
Improve log for last patch.
68f8d295be49
Jerry James
Support :visible in menu specifications.
5fd1b9a95531
stephen_at_xemacs
Improve description of `mark-defun'.
489e76b85828
Jerry James
When an error is encountered while converting a Lisp menu spec=
4521c9dc64f6
Vin Shelton
Fix native windows build which sources an unmodified config.h.=
44b0b4ea5cae
stephen_at_xemacs
Implement and document :active keyword for submenu specs.
3192994c49ca
Jerry James
Convert C (un)signed long long values to bignums properly.
This patch also does the following: - Uses make_fixnum instead of make_integer when the argument is guaranteed to be in the fixnum range. - Introduces make_unsigned_integer so that we handle unsigned values with the high bit set correctly. - Introduces conversions between bignums and (un)signed long long values. - Uses mp_set_memory_functions with the BSD MP code, if it exists. - Eliminates some unnecessary consing in the Lisp + and * implementations. - Fixes a problem with check_valid_xbm_inline(). This function is called during intialization. It calls Ftimes. When using pdump, this is a problem, because (a) the bignum code is not initialized until *after* dumping, so we don't try to dump any bignums, and (b) multiplication of integers is done inside bignums so we handle fixnum overflow correctly. I decided that an XBM file with dimensions that don't fit into fixnums is probably not something we want to try to handle anyway, and did the arithmetic with C values instead of Lisp values. Doing that broke one test, which started getting a different error message from the one it expected, so I adjusted the test to match the new reality. - Fixes a few miscellaneous bugs in the BSD MP code. See <CAHCOHQk0u0=eD1fUMHTNWi2Yh=1WgiYyCXdMbsGzHBNhdqYz4w@mail.gmail.com> in xemacs-patches, as well as followup messages.
1af0602ff9a2
Jerry James
Fix the module build by completing removal of need_modules_com=
179f4a9201b5
sperber
Merge.
1003acd5a4b8
Vin Shelton
Fix cygwin build on new win32api.
0e2f2837c2bd
Jerry James
Fix reversed test for the insert-data-in-exec build rule in
02d0124c6314
Jerry James
AC_FUNC_SEEKO is the name of the autoconf macro. HAVE_FSEEKO is the name of the C preprocessor symbol. Do not confuse the two. See xemacs-patches message <CAHCOHQ=i7N2mYiE+M7O+0jqnDtmCBPSx+iitaintGJ=Ttwcf8Q@mail.gmail.com>.