aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add Bug#.Paul Eggert2011-05-031-0/+1
| | * * floatfns.c (Fexpt): Likewise.Paul Eggert2011-05-032-17/+30
| | * Arithmetic overflows now return float rather than wrapping around.Paul Eggert2011-05-033-49/+91
| | * * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-05-022-4/+15
| | * * process.c (Fformat_network_address): Fix typo: args2 -> *args2.Paul Eggert2011-05-022-1/+3
| | * * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).Paul Eggert2011-05-022-3/+5
| | * Merge from mainline.Paul Eggert2011-05-025-185/+302
| | |\ | |_|/ |/| |
* | | src/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.Juanma Barranquero2011-05-022-8/+22
* | | src/gnutls.c: Make static a bunch of variables.Juanma Barranquero2011-05-022-17/+30
* | | * src/callproc.c: Indentation fixup.Andreas Schwab2011-05-012-149/+151
* | | * src/sysdep.c (wait_for_termination_1): Make static.Andreas Schwab2011-05-012-16/+23
* | | Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen2011-05-014-15/+96
| | * Merge: Fixes for Bug#8600 and Bug#8601.Paul Eggert2011-05-024-11/+19
| | |\
| | | * * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).Paul Eggert2011-05-012-2/+4
| | | * Add Bug#.Paul Eggert2011-05-011-1/+1
| | | * * charset.h (struct charset.code_space): Now has 15 elements, not 16.Paul Eggert2011-05-013-6/+16
| |_|/ |/| |
| | * Add Bug#.Paul Eggert2011-05-011-1/+1
| | * * lread.c (read_integer): Be more consistent with string-to-number.Paul Eggert2011-05-012-48/+66
| | * * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".Paul Eggert2011-04-302-32/+28
| | * Merge from mainline.Paul Eggert2011-04-307-28/+83
| | |\ | |_|/ |/| |
* | | Adapt the MSDOS build to latest changes.Eli Zaretskii2011-04-302-3/+6
* | | Don't test HAVE_INTTYPES_H in process.c.Eli Zaretskii2011-04-302-2/+6
* | | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii2011-04-293-10/+27
* | | Don't abort in doprnt when passed unsupported %ll modifier.Eli Zaretskii2011-04-292-2/+7
* | | Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii2011-04-292-6/+17
* | | Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii2011-04-293-4/+21
| | * * dispnew.c (scrolling_window): Return 1 if we scrolled,Paul Eggert2011-04-302-2/+6
| | * * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.Paul Eggert2011-04-292-24/+16
| | * * dbusbind.c: Do not use XPNTR on a value that may be an integer.Paul Eggert2011-04-292-3/+13
| | * * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-298-65/+56
| | * * lisp.h: Prefer 64-bit EMACS_INT if available.Paul Eggert2011-04-292-1/+15
| | * * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.Paul Eggert2011-04-293-5/+3
| | * Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-298-69/+123
| | * Merge from mainline.Paul Eggert2011-04-284-8/+66
| | |\ | |_|/ |/| |
* | | Document doprnt's behavior a bit better.Paul Eggert2011-04-281-2/+7
* | | Remove confusing word from comment.Paul Eggert2011-04-281-1/+1
* | | Improve comment.Paul Eggert2011-04-281-5/+5
* | | * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it.Paul Eggert2011-04-282-3/+5
* | | * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-282-2/+10
* | | src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-282-1/+17
* | | Add delayed warnings support.Juanma Barranquero2011-04-282-0/+27
| | * Merge from mainline.Paul Eggert2011-04-283-10/+16
| | |\ | |_|/ |/| |
* | | Fix return value from doprnt when message is truncated at non-ASCII character.Eli Zaretskii2011-04-282-1/+8
* | | src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero2011-04-282-9/+8
| | * * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.Paul Eggert2011-04-283-16/+13
| | * * lread.c (hash_string): Use size_t, not int, for hash computation.Paul Eggert2011-04-272-10/+18
| | * * dbusbind.c: Don't possibly lose pointer info when converting.Paul Eggert2011-04-272-3/+8
| | * * eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert2011-04-272-1/+3
| | * * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.Paul Eggert2011-04-272-2/+6
| |/ |/|
* | Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-273-8/+36
|\ \