| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor doc fix. | Chong Yidong | 2010-08-14 | 1 | -1/+1 |
* | * fns.c (Fmake_hash_table): Doc fix (Bug#6851). | Chong Yidong | 2010-08-13 | 1 | -3/+3 |
* | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -12/+11 |
|\ |
|
| * | fns.c: Doc fixes. | Juanma Barranquero | 2010-07-30 | 1 | -12/+11 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -7/+0 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -4/+3 |
* | | Remove obsolete noinline declaration | Andreas Schwab | 2010-07-11 | 1 | -8/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -185/+83 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -18/+14 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -135/+49 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -25/+25 |
* | | Merge from emacs-23 | Andreas Schwab | 2010-06-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -2/+3 |
* | | Remove obsolete pre-unicode2 macros. | Juanma Barranquero | 2010-06-03 | 1 | -1/+1 |
* | | Remove all NO_ARG_ARRAY uses. | Dan Nicolaescu | 2010-04-25 | 1 | -12/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -7/+5 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -2/+2 |
* | (Fplist_get): Merge the active and the uncommented code. | Stefan Monnier | 2009-11-10 | 1 | -32/+7 |
* | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier | 2009-11-06 | 1 | -4/+2 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -26/+26 |
* | * fns.c: Add #endif accidentally removed in previous change. | Juanma Barranquero | 2009-10-20 | 1 | -0/+1 |
* | * fns.c: Remove code for unsupported system: MAC_OS. | Dan Nicolaescu | 2009-10-19 | 1 | -3/+0 |
* | * 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 | -4/+4 |
* | * fns.c (syms_of_fns): Doc fix (Bug#4227). | Chong Yidong | 2009-09-12 | 1 | -3/+3 |
* | * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. | Ken Raeburn | 2009-08-17 | 1 | -2/+3 |
* | (concat): Don't re-set string length to its current value. | Ken Raeburn | 2009-08-10 | 1 | -1/+0 |
* | * fns.c (Flocale_info): Protect vector from GC during decoding. | Andreas Schwab | 2009-04-28 | 1 | -8/+13 |
* | (concat): Check for string overflow (bug#1787). | Chong Yidong | 2009-01-27 | 1 | -0/+2 |
* | (Fsubstring): Doc fix. | Chong Yidong | 2009-01-19 | 1 | -5/+10 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix. | Juanma Barranquero | 2008-11-06 | 1 | -8/+9 |
* | (use_dialog_box): Doc fix. | Chong Yidong | 2008-08-14 | 1 | -1/+4 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -5/+0 |
* | by renaming, get rid of need for hash_remove() redefinitions for NS platform;... | Adrian Robert | 2008-07-19 | 1 | -2/+2 |
* | * ecrt0.c: Remove code depending on m68000, not used anymore. | Dan Nicolaescu | 2008-07-17 | 1 | -1/+1 |
* | (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1. | Kenichi Handa | 2008-07-04 | 1 | -8/+6 |
* | (Fstring_to_unibyte): Fix the previous change. | Kenichi Handa | 2008-06-25 | 1 | -1/+1 |
* | (Fstring_to_unibyte): Fix typo in docstring. | Kenichi Handa | 2008-06-25 | 1 | -1/+1 |
* | (Fstring_to_unibyte): New function. | Kenichi Handa | 2008-06-25 | 1 | -0/+30 |
* | (init_fns): Don't initialize weak_hash_tables here. | Chong Yidong | 2008-05-15 | 1 | -1/+6 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (internal_equal): Handle PREV_FONT. | Kenichi Handa | 2008-05-14 | 1 | -3/+4 |
* | * w32fns.c (hourglass_timer, hourglass_hwnd): New variables. | Jason Rumney | 2008-03-19 | 1 | -1/+1 |
* | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | Stefan Monnier | 2008-02-12 | 1 | -15/+15 |
* | (concat): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 1 | -3/+9 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-30 | 1 | -5/+7 |
|\ |
|
| * | (Fclrhash): Return TABLE. | Thien-Thi Nguyen | 2008-01-25 | 1 | -2/+3 |