| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -2/+2 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -3/+3 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -2/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -9/+6 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -1/+1 |
* | 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 |
| * | Spelling fixes. | Paul Eggert | 2011-12-18 | 1 | -2/+2 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-24 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -2/+2 |
| * | Spelling fixes. | Paul Eggert | 2011-11-13 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-08 | 1 | -1/+1 |
* | | * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version... | Paul Eggert | 2011-09-27 | 1 | -4/+13 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -56/+51 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -11/+11 |
* | * ccl.c: Improve and simplify overflow checking (Bug#9196). | Paul Eggert | 2011-08-27 | 1 | -22/+10 |
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -23/+17 |
* | * ccl.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -9/+26 |
* | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -2/+2 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -17/+6 |
* | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. | Paul Eggert | 2011-06-15 | 1 | -2/+6 |
* | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -8/+8 |
* | * ccl.c: Improve comment. (Bug#8751) | Paul Eggert | 2011-05-30 | 1 | -3/+2 |
* | * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751) | Paul Eggert | 2011-05-30 | 1 | -6/+7 |
* | src/ccl.c: Fix last commit. | Eli Zaretskii | 2011-05-28 | 1 | -0/+1 |
* | * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. | Paul Eggert | 2011-05-22 | 1 | -4/+4 |
* | ccl: add integer overflow checks | Paul Eggert | 2011-05-22 | 1 | -100/+131 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. | Paul Eggert | 2011-04-10 | 1 | -25/+1 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+4 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 1 | -1/+1 |
* | * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): | Paul Eggert | 2011-03-07 | 1 | -29/+28 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -12/+3 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix typos in docstrings, comments and ChangeLogs. | Juanma Barranquero | 2010-10-12 | 1 | -2/+2 |
* | | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. | Eli Zaretskii | 2010-09-24 | 1 | -4/+4 |