index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ChangeLog
Age
Commit message (
Expand
)
Author
2011-04-27
* dbusbind.c: Don't possibly lose pointer info when converting.
Paul Eggert
2011-04-27
* eval.c (Fautoload): Don't double-shift a pointer.
Paul Eggert
2011-04-27
* fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
Paul Eggert
2011-04-27
Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.
Paul Eggert
2011-04-28
src/makefile.w32-in: Update dependencies.
Juanma Barranquero
2011-04-27
Merge from mainline.
Paul Eggert
2011-04-27
Fix ChangeLog typos.
Juanma Barranquero
2011-04-27
* doprnt.c (doprnt): Support "ll" length modifier, for long long.
Paul Eggert
2011-04-27
Improve `doprnt' and its usage. (Bug#8545)
Eli Zaretskii
2011-04-27
* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change
Paul Eggert
2011-04-26
* nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
Paul Eggert
2011-04-26
* src/nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
Chong Yidong
2011-04-26
* keyboard.c (handle_user_signal): Fix pointer signedness problem.
Paul Eggert
2011-04-26
Merge from mainline.
Paul Eggert
2011-04-26
src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
Juanma Barranquero
2011-04-26
Don't return in emacs_gnutls_handshake without an explicit value.
Ted Zlatanov
2011-04-26
Implement debug-on-event
Daniel Colascione
2011-04-26
Add bug numbers.
Paul Eggert
2011-04-26
* gnutls.c (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
Paul Eggert
2011-04-26
* gnutls.c: Remove unused local.
Paul Eggert
2011-04-26
* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
Paul Eggert
2011-04-26
* gnutls.c (emacs_gnutls_handle_error): Remove unused local.
Paul Eggert
2011-04-26
* gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.
Paul Eggert
2011-04-25
Merge from mainline.
Paul Eggert
2011-04-25
Combine changelog entries.
Paul Eggert
2011-04-25
* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.
Paul Eggert
2011-04-25
Convert some function definitions to standard C.
Dan Nicolaescu
2011-04-25
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
* lisp.h: Say "vectorlike header" rather than "vector header.
Paul Eggert
2011-04-25
Fix typo in GnuTLS W32 support.
Ted Zlatanov
2011-04-25
Avoid compilation warnings in gnutls.c on 64-bit hosts.
Eli Zaretskii
2011-04-25
Improve doprnt and its use in verror. (Bug#8545)
Eli Zaretskii
2011-04-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-24
Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.
Ted Zlatanov
2011-04-24
Minor cleanup in src/xdisp.c.
Eli Zaretskii
2011-04-24
Minor cleanup in src/textprop.c.
Eli Zaretskii
2011-04-24
Repair the MSDOS build following latest changes.
Eli Zaretskii
2011-04-24
Fallout from resurrecting doprnt.
Eli Zaretskii
2011-04-24
Fix a minor bug in src/makefile.w32-in.
Eli Zaretskii
2011-04-24
Delete char-direction-table and char-direction.
Eli Zaretskii
2011-04-23
* bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
Paul Eggert
2011-04-23
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
2011-04-22
Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.
Glenn Morris
2011-04-21
strtoimax -> strtoumax, fixing a typo.
Paul Eggert
2011-04-21
* lread.c (string_to_number): Use strtoumax, to convert more integers without...
Paul Eggert
2011-04-20
Treat large integers as floats in the Lisp reader and in string-to-number.
Paul Eggert
2011-04-20
* textprop.c (set_text_properties_1): Rewrite for clarity,
Paul Eggert
2011-04-20
* intervals.c (offset_intervals): Tell GCC not to worry about length overflow
Paul Eggert
2011-04-20
* intervals.h (struct interval): Use EMACS_INT for members
Paul Eggert
2011-04-20
* alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
Paul Eggert
[prev]
[next]