| Commit message (Expand) | Author | Age | Files | Lines |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -4/+4 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -3/+3 |
* | * coding.c (produce_chars): Use ptrdiff_t, not int. | Paul Eggert | 2012-06-17 | 1 | -1/+2 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Fix coding-related core dumps with gcc -ftrapv. | Paul Eggert | 2012-05-26 | 1 | -17/+35 |
* | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -5/+5 |
|\ |
|
| * | Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com. | Glenn Morris | 2012-02-08 | 1 | -3/+3 |
| |\ |
|
| | * | coding.c (produce_chars): Fix updating of src_end (Bug#10701). | Kenichi Handa | 2012-02-08 | 1 | -3/+3 |
| | * | * src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.emacs-23.4 | HIROSHI OOTA | 2012-01-25 | 1 | -2/+2 |
| | * | Fix usage of unitialized local var (backport from trunk) | Paul Eggert | 2012-01-19 | 1 | -1/+1 |
| | * | Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk). | Kenichi Handa | 2012-01-19 | 1 | -40/+131 |
| | * | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 2012-01-10 | 1 | -1/+1 |
| | * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 2011-05-09 | 1 | -1/+1 |
| * | | Merge from emacs-23 branch | Chong Yidong | 2012-01-25 | 1 | -2/+2 |
* | | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | | coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ... | Kenichi Handa | 2011-12-28 | 1 | -2/+2 |
* | | | Merge from trunk. | Paul Eggert | 2011-12-14 | 1 | -0/+11 |
|\ \ \
| |/ / |
|
| * | | coding.c (Funencodable_char_position): Pay attention to the buffer text reloc... | Kenichi Handa | 2011-12-11 | 1 | -0/+11 |
* | | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -42/+135 |
|\ \ \
| |/ / |
|
| * | | coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to... | Kenichi Handa | 2011-12-08 | 1 | -1/+2 |
| * | | * coding.c (encode_designation_at_bol): Don't use uninitialized | Paul Eggert | 2011-12-05 | 1 | -1/+1 |
| * | | merge trunk | Kenichi Handa | 2011-12-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Don't macro-inline non-performance-critical code. | Stefan Monnier | 2011-12-04 | 1 | -1/+1 |
| * | | | Pay attetion to the buffer relocation on encoding (Bug#9318). | Kenichi Handa | 2011-12-05 | 1 | -40/+132 |
| |/ / |
|
* | | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa | 2011-11-07 | 1 | -1/+1 |
* | | | * coding.c (Ffind_operation_coding_system): Avoid subscript error. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
* | | | * coding.c: Integer and buffer overflow fixes. | Paul Eggert | 2011-09-27 | 1 | -5/+5 |
* | | | * coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int, | Paul Eggert | 2011-09-24 | 1 | -1/+1 |
* | | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -132/+136 |
|/ / |
|
* | | * coding.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -5/+8 |
* | | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -2/+2 |
* | | * coding.c (Fencode_coding_string): Record the last coding system | Kazuhiro Ito | 2011-07-01 | 1 | -1/+1 |
* | | * coding.c (make_subsidiaries): Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 1 | -2/+2 |
* | | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -4/+4 |
* | | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -2/+2 |
* | | Merge from trunk. | Paul Eggert | 2011-05-29 | 1 | -2/+2 |
|\ \ |
|
| * | | src/coding.c: Fix a typo in a comment. | Eli Zaretskii | 2011-05-30 | 1 | -2/+2 |
* | | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -9/+9 |
|/ / |
|
* | | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | Paul Eggert | 2011-05-01 | 1 | -2/+2 |
* | | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528). | Eli Zaretskii | 2011-04-29 | 1 | -1/+9 |
* | | Improve `doprnt' and its usage. (Bug#8545) | Eli Zaretskii | 2011-04-27 | 1 | -2/+3 |
* | | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -2/+2 |
* | | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -6/+6 |
|/ / |
|