| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (GNULIB_MODULES): Add strtoumax. | Paul Eggert | 2011-04-21 | 25 | -2/+6388 |
* | * lread.c (string_to_number): Use strtoumax, to convert more integers without... | Paul Eggert | 2011-04-21 | 2 | -33/+34 |
* | Treat large integers as floats in the Lisp reader and in string-to-number. | Paul Eggert | 2011-04-20 | 4 | -149/+169 |
* | Remove stray comment. | Paul Eggert | 2011-04-20 | 1 | -3/+0 |
* | * textprop.c (set_text_properties_1): Rewrite for clarity, | Paul Eggert | 2011-04-20 | 2 | -7/+13 |
* | * intervals.c (offset_intervals): Tell GCC not to worry about length overflow | Paul Eggert | 2011-04-20 | 2 | -1/+7 |
* | * intervals.h (struct interval): Use EMACS_INT for members | Paul Eggert | 2011-04-20 | 3 | -9/+16 |
* | * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static. | Paul Eggert | 2011-04-20 | 2 | -3/+6 |
* | Merge from mainline. | Paul Eggert | 2011-04-19 | 6 | -21/+33 |
|\ |
|
| * | * configure.in (use_mmap_for_buffers): Set to yes on Cygwin. | Ken Brown | 2011-04-19 | 2 | -1/+5 |
| * | solar.el fixes. | Glenn Morris | 2011-04-19 | 2 | -16/+18 |
| * | gnus-registry.el (gnus-registry-action, gnus-registry-fetch-header-fast): | Katsumi Yamaoka | 2011-04-20 | 2 | -4/+10 |
* | | Merge: Make the Lisp reader and string-to-float more consistent. | Paul Eggert | 2011-04-19 | 6 | -129/+121 |
|\ \ |
|
| * | | Make the Lisp reader and string-to-float more consistent. | Paul Eggert | 2011-04-19 | 4 | -112/+106 |
| |/ |
|
| * | * lisp/progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p) | Stefan Monnier | 2011-04-19 | 2 | -16/+16 |
* | | * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check | Paul Eggert | 2011-04-19 | 2 | -4/+16 |
* | | Merge from mainline. | Paul Eggert | 2011-04-19 | 109 | -839/+1303 |
|\| |
|
| * | lisp/*.el: Lexical-binding cleanup. | Juanma Barranquero | 2011-04-19 | 106 | -831/+1290 |
| * | Support buffers > 2GB on 64-bit hosts. | Eli Zaretskii | 2011-04-19 | 3 | -8/+13 |
* | | * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10. | Paul Eggert | 2011-04-19 | 2 | -10/+18 |
* | | * lread.c (openp): Don't stuff size_t into an 'int'. | Paul Eggert | 2011-04-19 | 2 | -7/+11 |
* | | * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10. | Paul Eggert | 2011-04-19 | 2 | -10/+22 |
* | | Avoid 0 flag with %p printf format. | Paul Eggert | 2011-04-18 | 3 | -6/+7 |
* | | Merge from mainline. | Paul Eggert | 2011-04-18 | 21 | -235/+382 |
|\| |
|
| * | calendar housekeeping prompted by lexical-binding. | Glenn Morris | 2011-04-18 | 10 | -33/+42 |
| * | Allow glyphless-char-display to distinguish between X and text terminals. | Chong Yidong | 2011-04-18 | 6 | -15/+63 |
| * | gnus-registry.el, registry.el: Silence the byte compiler. | Katsumi Yamaoka | 2011-04-18 | 3 | -186/+197 |
| * | * lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to ackn... | Sam Steingold | 2011-04-18 | 2 | -1/+6 |
| * | Auto-commit of generated files. | Glenn Morris | 2011-04-18 | 2 | -0/+74 |
* | | * process.c (Fnetwork_interface_info): Avoid left-shift undefined | Paul Eggert | 2011-04-18 | 2 | -2/+5 |
* | | * xfns.c (Fx_window_property): Simplify a bit, | Paul Eggert | 2011-04-18 | 3 | -3/+7 |
* | | Remove blank line. | Paul Eggert | 2011-04-18 | 1 | -1/+0 |
* | | * fns.c (internal_equal): Don't assume size_t fits in int. | Paul Eggert | 2011-04-18 | 2 | -5/+5 |
* | | * alloc.c (compact_small_strings): Tighten assertion a little. | Paul Eggert | 2011-04-18 | 2 | -1/+3 |
* | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 24 | -83/+101 |
* | | * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right | Paul Eggert | 2011-04-18 | 2 | -9/+11 |
* | | * alloc.c (check_sblock, check_string_bytes, check_string_free_list): Protoize. | Paul Eggert | 2011-04-17 | 2 | -8/+4 |
* | | * alloc.c: Remove unportable assumptions about struct layout. | Paul Eggert | 2011-04-17 | 2 | -19/+22 |
* | | * alloc.c (allocate_buffer): Don't assume sizeof (struct buffer) is a | Paul Eggert | 2011-04-17 | 2 | -1/+5 |
* | | * alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that | Paul Eggert | 2011-04-17 | 2 | -1/+4 |
* | | * alloc.c (string_overrun_cookie): Now const. Use initializers that | Paul Eggert | 2011-04-17 | 2 | -2/+4 |
* | | Fix typo in comment. | Paul Eggert | 2011-04-17 | 1 | -2/+1 |
* | | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". | Paul Eggert | 2011-04-17 | 2 | -1/+6 |
|/ |
|
* | Merge from gnulib. | Paul Eggert | 2011-04-17 | 5 | -63/+343 |
* | Minor redisplay cleanups. | Chong Yidong | 2011-04-17 | 5 | -18/+12 |
* | * etc/CONTRIBUTE: Recommend bug-gnu-emacs for patches. | Glenn Morris | 2011-04-16 | 1 | -8/+11 |
* | Replace stack-trace-on-error usage in calendar. | Glenn Morris | 2011-04-16 | 3 | -2/+8 |
* | ChangeLog fix. | Glenn Morris | 2011-04-16 | 1 | -1/+1 |
* | Use lexcical-binding in f90.el. | Glenn Morris | 2011-04-16 | 2 | -4/+13 |
* | Static checks with GCC 4.6.0 and non-default toolkits. | Paul Eggert | 2011-04-16 | 72 | -471/+639 |
|\ |
|