| Commit message (Expand) | Author | Age | Files | Lines |
* | * character.c (string_count_byte8): Likewise. | Paul Eggert | 2011-03-07 | 1 | -1/+1 |
* | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. | Glenn Morris | 2011-02-27 | 1 | -1/+1 |
|\ |
|
| * | Fix typos. | Juanma Barranquero | 2011-02-23 | 1 | -1/+1 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -2/+2 |
* | | * doprnt.c, indent.c, character.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -2/+2 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -8/+7 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -34/+8 |
* | | 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 |
* | | Remove some functions, variables and aliases obsolete since at least 21.1. | Glenn Morris | 2010-10-01 | 1 | -11/+0 |
* | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -13/+15 |
* | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -23/+35 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+3 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -25/+12 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -55/+20 |
|/ |
|
* | * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to | Chong Yidong | 2010-05-18 | 1 | -10/+20 |
* | Fix handling of the multibyte form of raw-bytes in unibyte->multibyte convers... | Kenichi Handa | 2010-03-02 | 1 | -5/+12 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -3/+3 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | (char_resolve_modifier_mask): Don't resolve meta to the | Stefan Monnier | 2009-10-20 | 1 | -0/+2 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -6/+1 |
* | (unibyte_has_multibyte_table): Delete it. | Kenichi Handa | 2009-07-07 | 1 | -26/+12 |
* | * character.c (syms_of_character) <script-representative-chars>: | Juanma Barranquero | 2009-02-05 | 1 | -2/+2 |
* | (Vscript_representative_chars): Docstring modified. | Kenichi Handa | 2009-02-05 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
* | * keyboard.c (read_char_help_form_unwind): Specify the type for ARG. | Dan Nicolaescu | 2008-12-03 | 1 | -3/+1 |
* | (Vchar_unify_table): Comment added. | Kenichi Handa | 2008-11-11 | 1 | -1/+1 |
* | (Fget_byte): Fix and make it faster for unibyte target. | Kenichi Handa | 2008-11-10 | 1 | -0/+4 |
* | (Fget_byte): New function. | Kenichi Handa | 2008-11-08 | 1 | -0/+58 |
* | * character.c (syms_of_character) <script-representative-chars>: | Juanma Barranquero | 2008-10-23 | 1 | -3/+3 |
* | (Fchar_resolve_modifiers): Rewrite Elisp function | Martin Rudalics | 2008-09-28 | 1 | -2/+2 |
* | (syms_of_character): Docstring of script-representative-chars fixed. | Kenichi Handa | 2008-09-01 | 1 | -1/+6 |
* | (Vunicode_category_table): New variable. | Kenichi Handa | 2008-08-29 | 1 | -0/+11 |
* | (str_to_unibyte): Modify the comment. | Kenichi Handa | 2008-07-04 | 1 | -1/+2 |
* | (str_to_unibyte): New function. | Kenichi Handa | 2008-06-25 | 1 | -0/+32 |
* | * character.h (CHAR_TO_BYTE_SAFE): New macro. | Stefan Monnier | 2008-06-12 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged. | Stefan Monnier | 2008-04-18 | 1 | -10/+14 |
* | (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction): | Juanma Barranquero | 2008-04-16 | 1 | -4/+8 |
* | (char_resolve_modifier_mask): Fix previous change. | Kenichi Handa | 2008-03-05 | 1 | -12/+11 |
* | (char_resolve_modifier_mask): Fix previous change | Kenichi Handa | 2008-03-05 | 1 | -6/+27 |
* | (char_resolve_modifier_mask): New function. | Kenichi Handa | 2008-03-05 | 1 | -35/+46 |
* | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | Stefan Monnier | 2008-02-12 | 1 | -4/+4 |
* | Update copyright years and GPL version. | Glenn Morris | 2008-02-02 | 1 | -6/+7 |
* | (Funibyte_string): Add "usage: ..." to the docstring. | Kenichi Handa | 2007-06-16 | 1 | -1/+2 |